Bug 2299 - frysk hangs after a bit - kernel bug
Summary: frysk hangs after a bit - kernel bug
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1839 2104 2288
  Show dependency treegraph
 
Reported: 2006-02-08 17:26 UTC by Andrew Cagney
Modified: 2006-02-22 17:20 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-02-08 17:26:29 UTC
See: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179228

Relevant quote is:

I am seeing this as well.  It has bitten me most when trying to update. 
gcj-dbtool get stuck and yum sits there waiting on it.  Running "for((;;)); do
killall gcj-dbtool; sleep 1; done" allows yum to get through updating, but I'm
sure my java stuff is a mess.  I think I'm also seeing this affect mono apps,
like beagle.  Running beagle-search just sits there.  Attaching to it with gdb
shows:
0x00002ba878af615d in sem_wait () from /lib64/libpthread.so.0
(gdb) info threads
  3 Thread 1073822048 (LWP 3674)  0x00002ba878af7461 in __nanosleep_nocancel ()
from /lib64/libpthread.so.0
  2 Thread 1075988832 (LWP 3675)  0x00002ba878af46f7 in
pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  1 Thread 48002585361616 (LWP 3673)  0x00002ba878af615d in sem_wait () from
/lib64/libpthread.so.0

Let me know what I can do to help with debugging this problem.

Jonathan
Comment 1 Andrew Cagney 2006-02-22 17:20:52 UTC
From Upstream; Bryce Writes:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179228#c22
I can confirm that this is fixed in 2.6.15-1.1939_FC5. I'm closing this one: the
underlying kernel problem is also being tracked in bug #180567.