Closed
Bug 79828
Opened 24 years ago
Closed 24 years ago
SIGLWP 0xfed97c28 in _poll () from /usr/lib/libc.so.1
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: timeless, Assigned: darin.moz)
References
()
Details
solaris7sparc xlib build [weirdX java xserver]
Creating a new nsIToolkit!
[New LWP 9 ]
[New Thread 4 (LWP 5)]
[Switching to Thread 4 (LWP 5)]
Program received signal SIGLWP, Signal LWP.
0xfed97c28 in _poll () from /usr/lib/libc.so.1
(gdb) shar libnecko.so
Reading symbols from /tmp/mozilla/components/libnecko.so...done.
(gdb) bt
#0 0xfed97c28 in _poll () from /usr/lib/libc.so.1
#1 0xfedfb50c in poll () from /usr/lib/libthread.so.1
#2 0xfd8938f0 in nsSocketTransportService::Run (this=0x1a4980)
at /tmp/mozilla/netwerk/base/src/nsSocketTransportService.cpp:387
#3 0xff17bff4 in nsThread::Main (arg=0x19ea28) at
/tmp/mozilla/xpcom/threads/nsThread.cpp:106
#4 0xfef172f0 in _pt_root (arg=0x195138) at
/tmp/mozilla/nsprpub/pr/src/pthreads/ptthread.c:198
Assignee | ||
Comment 2•24 years ago
|
||
reporter: please be more descriptive about what the problem is. thx!
sorry, I just run choffman's browser buster. If I crashed again w/ the same
stack, what other information would help you?
Ok, it turns out that |cont| works whenever gdb breaks here. So I guess the
question is, why does gdb break for SIGLWP and how do i prevent it? Or at least
what does it mean.
Name Value Default Event
SIGLWP 33 Ignore Inter-LWP signal reserved by threads library
according to man -s5 signal, it would appear that the solaris ignores this
event by default. -- I think, but, man pages are greek to me.
Severity: normal → minor
Summary: 0xfed97c28 in _poll () from /usr/lib/libc.so.1 → SIGLWP 0xfed97c28 in _poll () from /usr/lib/libc.so.1
Assignee | ||
Comment 5•24 years ago
|
||
you should be able to configure your debugger to ignore certain signals
including sig 33.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•