Closed
Bug 391055
Opened 18 years ago
Closed 18 years ago
Another crash due to too much recursion in [@ XPCWrappedNative::GetWrappedNativeOfJSObject]
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: mrbkap)
References
Details
(Keywords: crash, regression, testcase)
Crash Data
Attachments
(2 files)
174 bytes,
application/xhtml+xml
|
Details | |
845 bytes,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Symptoms the same as bug 390626 (crash due to too much recursion in XPCWrappedNative::GetWrappedNativeOfJSObject), but different testcase (no __proto__ setting here).
Flags: blocking1.9?
Summary: Another crash due to too much recursion in XPCWrappedNative::GetWrappedNativeOfJSObject → Another crash due to too much recursion in [@ XPCWrappedNative::GetWrappedNativeOfJSObject]
Comment 1•18 years ago
|
||
Blake, sounds like this could be related to your wrapper work. If not, please speak up! :)
Assignee: nobody → mrbkap
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Comment 2•18 years ago
|
||
The fact that the outer object was wrapped was confusing the code.
Attachment #275526 -
Flags: superreview?(jst)
Attachment #275526 -
Flags: review?(jst)
Updated•18 years ago
|
Attachment #275526 -
Flags: superreview?(jst)
Attachment #275526 -
Flags: superreview+
Attachment #275526 -
Flags: review?(jst)
Attachment #275526 -
Flags: review+
Updated•18 years ago
|
Flags: in-testsuite?
Assignee | ||
Comment 3•18 years ago
|
||
Fix checked into trunk.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Crash Signature: [@ XPCWrappedNative::GetWrappedNativeOfJSObject]
You need to log in
before you can comment on or make changes to this bug.
Description
•