Closed
      
        Bug 569022
      
      
        Opened 15 years ago
          Closed 15 years ago
      
        
    
  
"ASSERTION: bad call" in SystemOnlyWrapper::MakeSOW   
    Categories
(Core :: XPConnect, defect)
Tracking
()
        RESOLVED
        FIXED
        
    
  
People
(Reporter: jruderman, Assigned: mrbkap)
References
Details
(Keywords: assertion, testcase, Whiteboard: fixed-in-tracemonkey)
Attachments
(3 files)
###!!! ASSERTION: bad call: 'clasp != &SystemOnlyWrapper::SOWClass.base && clasp != &XPCCrossOriginWrapper::XOWClass.base && strcmp(clasp->name, "XPCNativeWrapper")', file /Users/jruderman/mozilla-central/js/src/xpconnect/src/XPCSystemOnlyWrapper.cpp, line 161
| Reporter | ||
| Comment 1•15 years ago
           | ||
The third part of the assertion is the one that's failing: clasp->name is "XPCNativeWrapper" and strcmp returns 0.
| Assignee | ||
| Updated•15 years ago
           | 
Assignee: nobody → mrbkap
| Updated•15 years ago
           | 
        Attachment #450481 -
        Flags: review?(jst) → review+
| Assignee | ||
| Comment 3•15 years ago
           | ||
Whiteboard: fixed-in-tracemonkey
| Comment 4•15 years ago
           | ||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•