Closed
Bug 587182
Opened 15 years ago
Closed 15 years ago
Implicit native wrapper in content code assertion
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | 2.0a1+ | --- |
People
(Reporter: azakai, Assigned: mrbkap)
References
Details
Attachments
(1 file)
|
1.04 KB,
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
The patch for bug 550936 now runs into
###!!! ASSERTION: Implicit native wrapper in content code: 'Error', file /builds/slave/tryserver-linux-debug/build/js/src/xpconnect/src/XPCNativeWrapper.cpp, line 388
EnsureLegalActivity [js/src/xpconnect/src/XPCNativeWrapper.cpp:389]
In crashtests and jsreftests (debug builds), all OSes. Perhaps related to bug 582100? Seems to have started recently though.
Updated•15 years ago
|
tracking-fennec: --- → 2.0a1+
| Assignee | ||
Comment 1•15 years ago
|
||
The assertion is wrong, but it's hard to convince of that. Given that all of the wrappers are getting replaced Real Soon Now (TM), I think we should just weaken this assertion and live with it.
Comment 2•15 years ago
|
||
Comment on attachment 465921 [details] [diff] [review]
"Fix"
Another week and the code will be gone ...
Attachment #465921 -
Flags: review?(gal) → review+
Comment 3•15 years ago
|
||
push to e10s. will land on mc shortly:
http://hg.mozilla.org/projects/electrolysis/rev/0346acf59bc6
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•