From: "Ulrich Windl" <Ulrich.Windl@rz.uni-regensburg.de>
To: linux-kernel@vger.kernel.org
Subject: 2.4.4: thread dumping core
Date: Thu, 9 Aug 2001 16:55:46 +0200 [thread overview]
Message-ID: <3B72C08E.3800.1F80245@localhost> (raw)
Hi,
I wonder whether the kernel does the right thing if a thread causes a
segmentation violation: Currently it seems the other LWPs just
continue. However in practice this means that the application does not
work reliable when one thread went away.
I suggest to terminate all LWPs if one receives a fatal signal.
I wasn't successful debugging the beast:
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libpthread.so.0...done.
rw_common (): write: Success.
warning: unable to set global thread event mask
[New Thread 1024 (LWP 10566)]
Error while reading shared library symbols:
attach_thread: No such process.
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
#0 0x4005e0a6 in sigsuspend () from /lib/libc.so.6
(gdb) bt
#0 0x4005e0a6 in sigsuspend () from /lib/libc.so.6
#1 0x4002496c in sigwait () from /lib/libpthread.so.0
#2 0x804da47 in mi_signal_thread ()
#3 0x40021ba3 in pthread_start_thread () from /lib/libpthread.so.0
Opinions?
Ulrich
next reply other threads:[~2001-08-09 14:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-09 14:55 Ulrich Windl [this message]
2001-08-09 15:08 ` 2.4.4: thread dumping core Alan Cox
2001-08-10 6:17 ` Ulrich Windl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3B72C08E.3800.1F80245@localhost \
--to=ulrich.windl@rz.uni-regensburg.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.