Closed Bug 722226 Opened 13 years ago Closed 6 months ago

periodic firefox hanging

Categories

(Core :: JavaScript Engine, defect)

12 Branch
defect

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: glob, Unassigned)

Details

Attachments

(2 files)

Attached file thread backtrace
i've been seeing periodic hangs of nightly. i've attached a backtrace of all threads during a hang; roc indicated that thread 28 looks guilty: Thread 28 (process 80914): #0 0x00007fff89667e4a in memmove$VARIANT$sse42 () #1 0x0000000102264eb6 in js::crash::Ring::push () Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0a1) Gecko/20120129 Firefox/12.0a1
after another hang, here's another set of backtraces (i won't do anymore unless requested). includes: Thread 21 (process 96809): #0 0x00007fff89667e73 in memmove$VARIANT$sse42 () #1 0x0000000102264f96 in js::crash::Ring::push ()
When did this start happening? Is it only on a particular site, or just general browsing? Were you visiting sites using web workers (that you know of)? Also, how did you capture the stack trace? In both threads, breakpad appears to be running. Maybe that's just a symptom of how you captured the stacks, though. js::crash::Ring::push doesn't really do anything itself besides call memcpy. It's only called at the beginning of a GC. So it's weird that we even end up there on something that's not the main thread. And even if we do, it shouldn't hang there.
(In reply to Bill McCloskey (:billm) from comment #2) > When did this start happening? one to two weeks ago (i think, sorry). > Is it only on a particular site, or just general browsing? general browsing; sometimes overnight. > Were you visiting sites using web workers (that you know of)? i don't know. > Also, how did you capture the stack trace? In both threads, breakpad appears > to be running. Maybe that's just a symptom of how you captured the stacks, > though. attached with gdb, then 'thread apply all bt'.
Assignee: general → nobody
Severity: normal → S3

This is an old bug with no updated info.
Glob, I will close this bug but please reopen if you can still repro.
Thanks!

Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: