Open
Bug 980869
Opened 12 years ago
Updated 3 years ago
crash in InsertTimeoutIntoList EXCEPTION_ACCESS_VIOLATION_WRITE
Categories
(Core :: General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: key-mozillabugzilla2939-contact, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20131205075310
Steps to reproduce:
I have experienced multiple crashes with this signature of a crash in:
nsGlobalWindow::InsertTimeoutIntoList(nsTimeout*)
with EXCEPTION_ACCESS_VIOLATION_WRITE to address 0x151e900
For me, it is the same address each time. For others with this crash the addresses appear to clump e.g. 0x4.
For mine, comments are included in each crash report as to what was happening at the time. They range from crashing while the machine was unattended for hours to crashing while opening multiple tabs. Unfortunately, no specific steps to reproduce.
Actual results:
Crash
Expected results:
Not crash
| Reporter | ||
Comment 1•12 years ago
|
||
My crashes are on version 26.0. A query:
https://crash-stats.mozilla.com/report/list?signature=nsGlobalWindow%3A%3AInsertTimeoutIntoList%28nsTimeout*%29&range_value=28&range_unit=days&date=2014-03-07#tab-reports
Indicates that is it snot restricted to 26.0. I am running 26.0 after downgrading from 27.0.1 which my impression was crashed much more than 26.0.
All of mine were EXCEPTION_ACCESS_VIOLATION_WRITE Crash Address 0x151e900
My crashes:
https://crash-stats.mozilla.com/report/index/8d9c7777-e7ea-4aae-ad93-3c3752140304
https://crash-stats.mozilla.com/report/index/f51a6c50-13bd-438a-bfca-cab2f2140304 FF idle, no user input
https://crash-stats.mozilla.com/report/index/6531f85b-41b9-468f-b684-a73382140306 loading pages
https://crash-stats.mozilla.com/report/index/9ab52a60-e4fa-4e82-b9f8-661bf2140307 FF idle, no user input. FF had pegged CPU usage for some time prior to this. That CPU use may, or may not, be associated. Computer was being used to watch a video (not in FF). sometime between the start of the FF CPU usage and the end of the video FF crashed.
https://crash-stats.mozilla.com/report/index/21f99a13-7fa4-4e0a-ba56-a8a592140307 Crashed while restoring session from above crash while watching video.
| Reporter | ||
Comment 2•12 years ago
|
||
More of my crashes with this signature:
https://crash-stats.mozilla.com/report/index/2f6345c6-f260-4f66-bdfd-14bcd2140309 Opening a page on Wikipedia
https://crash-stats.mozilla.com/report/index/a56fb3fb-e175-48b6-a571-733622140309 Scrolling down a page on Wikipedia by dragging the slider.
https://crash-stats.mozilla.com/report/index/a30f911b-891b-442a-9485-c06722140309 Reading, not performing any user actions on window. Fourth crash in a row
The third crash in this sequence of four (currently) was:
https://crash-stats.mozilla.com/report/index/58a045e9-6a40-454d-af3f-c249f2140309
However, the third crash was not the same signature. It is included because the crash occurred in between multiple crashes in a row of the type with the signature for this bug.
I do no know if this is specifically repeatable, but I did save a copy of my FF profile prior to the fourth crash. I may experiment a bit to see if I can get a repeatable case.
| Reporter | ||
Comment 3•12 years ago
|
||
And 4 more:
https://crash-stats.mozilla.com/report/index/bbbe94e5-b2e7-428a-b2d0-081f82140310
https://crash-stats.mozilla.com/report/index/a4914423-1e4b-4c6c-ba89-a94f72140310
https://crash-stats.mozilla.com/report/index/c6ae3f64-9983-4ba8-845a-64eb92140311
https://crash-stats.mozilla.com/report/index/d797f159-7991-48c2-b24e-d222f2140311
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•