Bug#139886: Really a kernel issue?
The following patch appears in the LSB Test Suite FAQ as a fix to some
unspecified problem with the T.sigconcept 10 test. It may be,
therefore, that this is a kernel bug, not a libc bug.
--- linux-2.4.18/arch/i386/kernel/signal.c~ Thu Mar 21 16:04:30 2002
+++ linux-2.4.18/arch/i386/kernel/signal.c Thu Apr 18 12:19:37 2002
@@ -658,7 +658,7 @@
continue;
switch (signr) {
- case SIGCONT: case SIGCHLD: case SIGWINCH:
+ case SIGCONT: case SIGCHLD: case SIGWINCH: case SIGURG:
continue;
case SIGTSTP: case SIGTTIN: case SIGTTOU:
Reply to: