Closed
Bug 968986
Opened 12 years ago
Closed 12 years ago
TypedArray "data-view-crash.html" conformance test crashes 32bit Firefox
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jgilbert, Unassigned)
References
()
Details
(Keywords: csectype-dos)
Crash Data
I have two machines I tested:
1. 64bit Nightly 30 on Win7
2. 32bit Nightly 30 on Win8
Machine 1 passes the test with no error, but on machine 2 it crashes Firefox.
Link is in the URL field.
Comment 1•12 years ago
|
||
Did you get a crash report in the process, by any chance?
Updated•12 years ago
|
Flags: needinfo?(jgilbert)
| Reporter | ||
Comment 2•12 years ago
|
||
Here are my three:
https://crash-stats.mozilla.com/report/index/1e7cea57-1e8c-4d78-9bb0-dfa9a2140206
https://crash-stats.mozilla.com/report/index/1eeddedc-7d77-4a9a-a768-fb0912140206
https://crash-stats.mozilla.com/report/index/d7deb6f7-85ea-4563-a24e-329762140206
Signature is: [@ js::types::TypeSet::hasType(js::types::Type) ]
Flags: needinfo?(jgilbert)
Comment 3•12 years ago
|
||
Looks like a null deref.
Crash Signature: [@ js::types::TypeSet::hasType(js::types::Type) ]
Keywords: csectype-dos
Comment 4•12 years ago
|
||
Steve, does it seem reasonable that this is just a null deref?
Flags: needinfo?(sphink)
Updated•12 years ago
|
Group: core-security
Comment 5•12 years ago
|
||
It's a null deref, but I don't know why 'type' would be NULL there. djvj, can you tell anything about this?
Then again, bug 901333 has a somewhat similar crash with not JITs enabled.
Flags: needinfo?(sphink) → needinfo?(kvijayan)
Comment 6•12 years ago
|
||
er, *no* JITs enabled.
Comment 7•12 years ago
|
||
This looks a lot like bug 977538, FWIW.
Jeff, can you still reproduce this?
| Reporter | ||
Comment 8•12 years ago
|
||
Yep, doesn't crash for me anymore.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Flags: needinfo?(kvijayan)
You need to log in
before you can comment on or make changes to this bug.
Description
•