Closed
Bug 475537
Opened 17 years ago
Closed 15 years ago
Crash reporter doesn't catch crash in video mmx/sse code
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jrmuizel, Unassigned)
Details
The build here (http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2009-01-25-03-mozilla-central/firefox-3.2a1pre.en-US.win32.installer.exe) crashes when trying to play video but doesn't show the crash reporter.
It could be because video is decoded on a different thread?
Comment 1•17 years ago
|
||
Can you link to a page/video that shows this problem?
Comment 2•17 years ago
|
||
We catch off-thread crashes. There are some cases where CRT functions throw uncatchable errors, however. It would be good to see what's going on in this specific case.
Reporter | ||
Comment 3•17 years ago
|
||
http://www.double.co.nz/video_test/test4.html causes the crash for me.
Reporter | ||
Comment 4•17 years ago
|
||
The crash is in ox_frag_recon_inter_mmx() and is caused by loading a bad stack pointer. i.e. esp = 0xfffffe00 and then 'pop'ing
Updated•17 years ago
|
Summary: Crash reporter doesn't work when crashing → Crash reporter doesn't catch crash in video mmx/sse code
Comment 5•15 years ago
|
||
Ted, is there any hope for this one?
Comment 6•15 years ago
|
||
I have no idea. If it's a reproducible crash, then it's possible we can figure out what's going wrong and fix it.
Comment 7•15 years ago
|
||
Ted, reporter (Jeff) says it's not reproducible..
Comment 8•15 years ago
|
||
Feel free to reopen if we get more info.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•