Closed
Bug 469924
Opened 17 years ago
Closed 17 years ago
[crash][jsd] js_GetArgsObject crash from frame.scope
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 469492
mozilla1.9.1b3
People
(Reporter: johnjbarton, Assigned: rginda)
Details
Attachments
(1 file)
3.88 KB,
application/octet-stream
|
Details |
In some cases jsdIStackFrame frame.scope will crash Firefox
http://groups.google.com/group/mozilla.dev.tech.js-engine/browse_thread/thread/3ef6b338c80ec273#
http://groups.google.com/group/firebug/browse_thread/thread/d702adf8625550db/f598dc2ade3ebd70#f598dc2ade3ebd70
Reporter | ||
Comment 1•17 years ago
|
||
Test case is extension with instructions, setup to get window.dump() to see output, toggle jsd on from status bar, load page JSDTest.html, click test button crash.
Assignee: nobody → rginda
Severity: normal → critical
Component: General → JavaScript Debugger
Product: Firefox → Other Applications
QA Contact: general → venkman
Whiteboard: [firebug p1]
Target Milestone: --- → mozilla1.9.1b3
Version: 3.0 Branch → 1.9.1 Branch
Reporter | ||
Comment 2•17 years ago
|
||
This crash will prevent an important extension for Firebug to analyze call stack traces
Flags: blocking1.9.1?
please include stack traces. i'm assuming that this is my bug
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 4•17 years ago
|
||
http://crash-stats.mozilla.com/report/index/856a2ccf-3abc-42bc-92d0-81d662081224?p=1
This stack and the one in 469492 do share some frames, maybe both are caused by the top of the scope chain being null.
Updated•17 years ago
|
Flags: blocking1.9.1?
Reporter | ||
Updated•16 years ago
|
Whiteboard: [firebug p1]
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•