Closed
Bug 534676
Opened 15 years ago
Closed 15 years ago
Crash when trying to profile in Firebug [@ JS_HashTableDestroy ]
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
mozilla1.9.3a1
Tracking | Status | |
---|---|---|
status1.9.2 | --- | final-fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
(Keywords: crash, regression, verified1.9.2)
Crash Data
Attachments
(1 file)
2.57 KB,
patch
|
timeless
:
review+
beltzner
:
approval1.9.2+
|
Details | Diff | Splinter Review |
This is a regression from bug 534120. We end up with dangling object tables and lose. Fix is to not actually finish the object table on pause, but to just destroy our jsdobjects.
Flags: blocking1.9.2?
![]() |
Assignee | |
Comment 1•15 years ago
|
||
Attachment #417512 -
Flags: review?
![]() |
Assignee | |
Updated•15 years ago
|
Attachment #417512 -
Flags: review? → review?(timeless)
Attachment #417512 -
Flags: review?(timeless) → review+
![]() |
Assignee | |
Updated•15 years ago
|
Attachment #417512 -
Flags: approval1.9.2?
Updated•15 years ago
|
Status: NEW → ASSIGNED
OS: Mac OS X → All
Hardware: x86 → All
Comment 3•15 years ago
|
||
Crash reports show the same stack as with Venkman. Updating summary to get a connection to crashstats.
Severity: normal → critical
Keywords: crash,
regression
Summary: Crash when trying to profile in Firebug → Crash when trying to profile in Firebug [@ JS_HashTableDestroy ]
Comment 4•15 years ago
|
||
Comment on attachment 417512 [details] [diff] [review]
Fix
a192=beltzner
Attachment #417512 -
Flags: approval1.9.2? → approval1.9.2+
Comment 5•15 years ago
|
||
Also adding blocking; this needs to be resolved, hopefully by this fix, but if not, then by a backout of bug 534120
Flags: blocking1.9.2? → blocking1.9.2+
![]() |
Assignee | |
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 7•15 years ago
|
||
status1.9.2:
--- → final-fixed
Comment 8•15 years ago
|
||
No more crashes visible on crashstats. I wasn't even able to reproduce the crash anymore on my own. Marking as verified on trunk and 1.9.2.
Updated•14 years ago
|
Crash Signature: [@ JS_HashTableDestroy ]
Updated•14 years ago
|
Component: JavaScript Debugging/Profiling APIs → JavaScript Engine
You need to log in
before you can comment on or make changes to this bug.
Description
•