Closed
Bug 607515
Opened 15 years ago
Closed 15 years ago
"Assertion failure: !vp->isPrimitive() && callee != &vp[0].toObject()"
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | final+ |
People
(Reporter: jruderman, Assigned: mrbkap)
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
1.65 KB,
text/plain
|
Details |
./xpcshell
new XPCNativeWrapper(XPCNativeWrapper);
Assertion failure: !vp->isPrimitive() && callee != &vp[0].toObject(),
at js/src/jscntxtinlines.h:687
| Reporter | ||
Comment 1•15 years ago
|
||
Updated•15 years ago
|
blocking2.0: --- → ?
| Assignee | ||
Comment 3•15 years ago
|
||
This works for me now. Jesse, could you confirm?
mrbkap@whiskeysour:~/work/2tracemonkey/firefox/dist/bin$ ./run-mozilla.sh -g ./xpcshell
...
js> XPCNativeWrapper(XPCNativeWrapper)
function XPCNativeWrapper() {
[native code]
}
js> new XPCNativeWrapper(XPCNativeWrapper)
function XPCNativeWrapper() {
[native code]
}
js>
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•15 years ago
|
||
WFM
You need to log in
before you can comment on or make changes to this bug.
Description
•