Messages in this thread |  | | Date | Fri, 28 Sep 2001 20:30:19 +0200 | From | Balazs Scheidler <> | Subject | Re: reproducible bug in 2.2.19 & 2.4.x |
| |
On Fri, Sep 28, 2001 at 11:22:45AM -0400, Mark Hahn wrote: > > - each thread logs messages using syslog (libc changes SIGPIPE settings > > it does syslog from within the signal handler? I doubt that's legal.
you are right, but the problem is that the handler gets called at all.
the sigsegv doesn't happen within the signal handler, if you look at the backtrace, it happens during the write() syscall.
-- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |