Closed
Bug 45479
Opened 25 years ago
Closed 25 years ago
crash on exit in __pthread_mutex_trylock
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: spam, Assigned: rpotts)
Details
(Keywords: crash)
in addition to the multiple other 'crash on exit' bugs, a variant
ID: Linux 2000-071321
Reproducible: each time
start browser (./mozilla -g -d gdb)
select file -> quit
crash
Program received signal SIGSEGV, Segmentation fault.
0x4019e578 in __pthread_mutex_trylock (mutex=0x4) at mutex.c:50
50 mutex.c: No such file or directory.
Perhaps unrelated, but if one has tried to do something else before quitting,
like opening/closing composer, the crash seems to be:
Program received signal SIGSEGV, Segmentation fault.
0x40d3058a in NSGetModule () from /tmp/package/components/libgklayout.so
I've had around 30-40 crashes, seemingly unrelated, but all in libgklayout.so
the past 24 hours (last two builds)
i see a checkin (-out, rather) of nsDnsService.cpp by mscott at 01:29 with
comment: "Backing out gagan's check in as this causes linux to crash on exit"
This bug may be fixed already..
Keywords: crash
setting WFM - it doesn't crash there on exit anymore.
Build 2000-071520
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 4•22 years ago
|
||
Moving all threading bugs to XPCOM. See bug 160356.
Component: Threading → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•