Closed
Bug 471366
Opened 16 years ago
Closed 16 years ago
Crash [@ XPCWrappedNative::GetFlatJSObject] with ({__proto__: XPCNativeWrapper.prototype})
Categories
(Core :: XPConnect, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: mrbkap)
References
Details
(Keywords: crash, testcase, verified1.9.1)
Crash Data
Attachments
(2 files)
174 bytes,
text/html
|
Details | |
1.37 KB,
patch
|
jst
:
review+
jst
:
superreview+
jst
:
approval1.9.1+
|
Details | Diff | Splinter Review |
No description provided.
Updated•16 years ago
|
Assignee: nobody → jim
Comment 1•16 years ago
|
||
This looks related to bug 454704.
Comment 2•16 years ago
|
||
Got any more details than "when loaded"? I've got a Firefox here with around 30 tabs open (mostly bugzilla), and it doesn't crash for me.
Reporter | ||
Comment 3•16 years ago
|
||
It crashes immediately for me.
Comment 4•16 years ago
|
||
Ahh, yes. Immediate segfault for me as well, on Linux.
Assignee | ||
Comment 5•16 years ago
|
||
Oops, my fault from bug 468552. Sorry for stealing, jimb.
Assignee: jim → mrbkap
Blocks: 468552
Assignee | ||
Comment 6•16 years ago
|
||
If there's no wrapped native in the native wrapper, we should just continue looking up the prototype chain (in practice this means that we'll just bail out).
Attachment #355456 -
Flags: superreview?(jst)
Attachment #355456 -
Flags: review?(jst)
Updated•16 years ago
|
Attachment #355456 -
Flags: superreview?(jst)
Attachment #355456 -
Flags: superreview+
Attachment #355456 -
Flags: review?(jst)
Attachment #355456 -
Flags: review+
Updated•16 years ago
|
Attachment #355456 -
Flags: approval1.9.1+
Assignee | ||
Comment 7•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•16 years ago
|
Flags: in-testsuite+
Comment 8•16 years ago
|
||
Is there any chance this checkin may have caused bug 472674? Greasemonkey stopped working in the 20090106155755 build and we're trying to narrow things down.
(One of the other suspects is bug 470720, but that one is security-restricted.)
Assignee | ||
Comment 9•16 years ago
|
||
Alex, the culprit is bug 470720.
Comment 10•16 years ago
|
||
Depends on: 472674
Keywords: fixed1.9.1
Comment 11•16 years ago
|
||
Why does this depend on the greasemonkey error bug?
Comment 12•16 years ago
|
||
verified FIXED on builds:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090421 Minefield/3.6a1pre ID:20090421032809
and
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b4pre) Gecko/20090421 Shiretoko/3.5b4pre ID:20090421030848
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
Updated•13 years ago
|
Crash Signature: [@ XPCWrappedNative::GetFlatJSObject]
You need to log in
before you can comment on or make changes to this bug.
Description
•