linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Kernel Gurus please help!!!
@ 1999-11-12  4:08 Kevin Hendricks
  0 siblings, 0 replies; only message in thread
From: Kevin Hendricks @ 1999-11-12  4:08 UTC (permalink / raw)
  To: linuxppc-dev


Hi,

I need a kernel gurus help here.  The native threads jdk code hangs because a
non-rt signal is pending and never gets delivered to a thread that
is in sigsuspend waiting for a real time signal (in pthread_mutex_lock) but the
signal mask atomically swapped in does not block the non-rt signal in any way.

The non-rt signal is not blocked (as shown by the /proc info and it is shown as
being pending in the thread that is waiting in rt_sigsupend).  Since it is
pending it should eventually be delivered in the do_signal() call right?  

What could keep a non-rt signal that is being pending from being delivered to a
thread that is in rt_sigsuspend?  Basically something is different about 
rt_sigsuspend in arch/ppc/kernel/signal.c  and the old sigsuspend syscall but I
am not sure what.

The only difference between the ppc port and the i386 port in signal.c that I
could immediately see is that sys_rt_sigreturn has not been implemented yet for
ppc but does exist for x86 (this is in Paul's 2.2.13 kernel rsynced yesterday),
sparc, etc.

Could this be the source of my problem?

Does anyone have an implementation for sys_rt_sigreturn I could test with.

Any help here would be greatly appreciated?

Thanks,

Kevin

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-11-12  4:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-11-12  4:08 Kernel Gurus please help!!! Kevin Hendricks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).