Closed
Bug 394544
Opened 18 years ago
Closed 16 years ago
[@ call_resolve] Assertion failure: fp->scopeChain == parent, at /home/ajvincent/trunk/mozilla/js/src/jsfun.c:610
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 469492
People
(Reporter: WeirdAl, Assigned: igor)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
14.14 KB,
text/plain
|
Details |
Steps to reproduce:
(1) Make a Venkman XPI. (Note: I'm using XULRunner, with a patch from bug 394281.)
export CONFIGDIR=(...)/mozilla/config/
cd mozilla/extensions/venkman/xpi/
sh makexpi.sh
(2) Install XPI in latest trunk.
(3) ./xulrunner -g (path-to-app)/application.ini -venkman
(4) (gdb) run
(5) Click Continue on the first three times Venkman stops.
(6) Switch to the first source code tab.
(7) Continue again.
Crash.
xulrunner --version:
Mozilla XULRunner 1.9a8pre - 2007082922
Comment 2•17 years ago
|
||
from timeless in Bug 428298
data:text/html,<body><button%20onclick="x=document.firstChild.firstChild.nextSibling;x.setAttribute('onclick','http://www.google.com');alert(x.onclick)">hi
1. load the data url
2. open error console
3. open venkman
4. set venkman to stop for exceptions and errors
5. set venkman to debug chrome files
6. go back to the urlbar and press enter (to make it load again)
7. use press f5 as many times as it takes to get back to the web browser
8. click the button in the content area
gives same stack
Assignee: general → igor
Summary: Assertion failure: fp->scopeChain == parent, at /home/ajvincent/trunk/mozilla/js/src/jsfun.c:610 → [@ call_resolve] Assertion failure: fp->scopeChain == parent, at /home/ajvincent/trunk/mozilla/js/src/jsfun.c:610
Assignee | ||
Comment 3•16 years ago
|
||
I suspect that this bug is a dup of the bug 469492.
Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Crash Signature: [@ call_resolve]
You need to log in
before you can comment on or make changes to this bug.
Description
•