This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: Real-Time signals & GDB
- To: jjenkins at jetstream dot com
- Subject: Re: Real-Time signals & GDB
- From: Mark Kettenis <kettenis at wins dot uva dot nl>
- Date: Thu, 7 Sep 2000 10:41:42 +0200 (MET DST)
- CC: jjenkins at jetstream dot com, jjenkins at jetstream dot com, gdb at sourceware dot cygnus dot com
- References: <27A2DAA6CAD9D311BF970050DACB2250013E5737@mail.jetstream.com>
From: Jeff Jenkins <jjenkins@jetstream.com>
Date: Wed, 6 Sep 2000 08:14:16 -0700
I downloaded gdb 5.0, and successfully compiled it for Solaris 7/SPARC.
However, the same problem persists as was present under 4.18.
When I send a real-time signal from one thread to another thread, gdb halts
with the following message:
"Program received signal ?, Unknown signal.
[Switching to LWP 7]
0xfef93224 in _libc_sigtimedwait () from /usr/lib/libc.so.1"
Looks like real-time signals aren't supported for Solaris. Patches to
make it work are probably welcome :-).
Mark