Closed
Bug 675802
Opened 12 years ago
Closed 12 years ago
Instrument DestroyScript to identify double-free caller
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: billm, Assigned: billm)
References
Details
(Whiteboard: [inbound])
Attachments
(1 file)
10.02 KB,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
This bug is to try and track down the issues in bug 670702 comment 9. It ensures that we always set the owner of a script immediately after attaching the script to a function. Also, when destroying a script, it writes out a little identifying info about the DestroyScript caller that we can find in minidumps.
Attachment #549973 -
Flags: review?(dmandelin)
Updated•12 years ago
|
Attachment #549973 -
Flags: review?(dmandelin) → review+
Assignee | ||
Updated•12 years ago
|
Assignee: general → wmccloskey
Whiteboard: [inbound]
Comment 1•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/d976a3aed628
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•