Closed
Bug 416036
Opened 16 years ago
Closed 16 years ago
###!!! ASSERTION: Oops! You're asking for a weak reference to an object that doesn't support that.: 'factoryPtr', file nsWeakReference.cpp,
Categories
(Core :: General, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cbook, Assigned: sicking)
References
()
Details
(Keywords: assertion)
Attachments
(2 files)
6.64 KB,
text/plain
|
Details | |
1.06 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b4pre) Gecko/2008020621 Firefox/3.0b4pre Note, its the same assertion as in Bug 414808 but this is on different scenario Steps to reproduce: - New Firefox Profile - Install the Session Saver Extension (this make it easier to reproduce this problem, but its not necessary) https://addons.mozilla.org/en-US/firefox/addon/2324 - go to http://www.popuptest.com/popuptest12.html - the popup warning bar is displazed, choose "allow pop-ups for www.popuptest.com - Reload the Site - the 3 popup sites are displayed -Quit Firefox with this 3 pop up windows open Firefox does not close and instead you get a lot of error messages and a assertion: ###!!! ASSERTION: Oops! You're asking for a weak reference to an object that doesn't support that.: 'factoryPtr', file nsWeakReference.cpp, line 109
Flags: blocking1.9?
Reporter | ||
Comment 1•16 years ago
|
||
Note, the problem in general here is causing also bug 416048.
Reporter | ||
Comment 2•16 years ago
|
||
note: the same assertion comes also up when a extension is downloaded/installed with the Extension Manager.
Updated•16 years ago
|
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Comment 3•16 years ago
|
||
Tomcat, can you get a stack for this assertion?
Reporter | ||
Comment 4•16 years ago
|
||
(In reply to comment #3) > Tomcat, can you get a stack for this assertion? > done :) this stack is from the case when i install a extension with the extension manager (like going to addons.mozilla.org , choose a extension and click on install now and on "install") with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4pre) Gecko/2008021917 Minefield/3.0b4pre
Assignee | ||
Comment 5•16 years ago
|
||
Bummer, the stack is all JS. This definitely looks like a bug in the extension. Would be excellent with a JS stack. Ping me on irc and I can help you create one.
Assignee | ||
Comment 7•16 years ago
|
||
Assignee: nobody → jonas
Status: NEW → ASSIGNED
Attachment #304378 -
Flags: superreview?(jst)
Attachment #304378 -
Flags: review?(jst)
Updated•16 years ago
|
Attachment #304378 -
Flags: superreview?(jst)
Attachment #304378 -
Flags: superreview+
Attachment #304378 -
Flags: review?(jst)
Attachment #304378 -
Flags: review+
Assignee | ||
Comment 8•16 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•16 years ago
|
||
verified fixed using Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b4pre) Gecko/2008022101 Firefox/3.0b4pre thanks jonas !
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•