Closed
Bug 444043
Opened 18 years ago
Closed 15 years ago
Occasional hangs (PR_DestroyLock?)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: wiml, Unassigned)
Details
(Keywords: hang, stackwanted)
Attachments
(1 file)
|
7.17 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; Tapir; PPC Mac OS X 10.4; en-US; rv:1.9) Gecko/2008051202 Firefox/3.0
Build Identifier: Mozilla/5.0 (Macintosh; Tapir; PPC Mac OS X 10.4; en-US; rv:1.9) Gecko/2008051202 Firefox/3.0
Once in a while FF3 will hang, using a lot of cpu. It's not reproducible for me, but seems to happen when I've opened/closed numerous tabs recently. I'm attaching a stack sample which shows that it's spinning inside pthread_mutex_destroy().
In this case I had a handful of longlived tabs open, had recently opened half-a-dozen new ones by cmd-clicking on links in a Mailman archive page (to open a number of messages); I'd then closed the Mailman archive tab and was working through the tabs opened from it, closing them as I read them. About halfway through FF hung.
Sorry I can't come up with a repro case for this. I will attach more samples if/as it happens again.
Reproducible: Couldn't Reproduce
My installed addons are AdblockPlus 0.7.5.5, Greasemonkey 0.8.20080609.0, JavaScript Debugger 0.9.87.4, Platypus 0.80. I don't use any of them heavily, and I doubt any of them were doing much on a Mailman archive page. This instance of FF had probably been running for about a week when it crashed (mostly on a sleeping machine, though).
it doesn't look like you have private symbols, which means this stack isn't really very helpful.
Assignee: nobody → general
Component: General → JavaScript Engine
Keywords: hang,
stackwanted
Product: Firefox → Core
QA Contact: general → general
Version: unspecified → Trunk
Comment 3•15 years ago
|
||
(In reply to comment #2)
> it doesn't look like you have private symbols, which means this stack isn't
> really very helpful.
If you can still reproduce, please provide a new stack
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•