Closed
Bug 791524
Opened 12 years ago
Closed 3 years ago
"ASSERTION: LoadObject called while not bound to an active document"
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jruderman, Assigned: johns)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
###!!! ASSERTION: LoadObject called while not bound to an active document: 'Not Reached', file content/base/src/nsObjectLoadingContent.cpp, line 1506
Related to bug 788252?
Reporter | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jschoenick
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•12 years ago
|
||
Still happens on trunk (even now that bug 788252 is fixed).
Updated•12 years ago
|
Priority: -- → P2
Assignee | ||
Comment 3•12 years ago
|
||
This is caused when we open a channel to determine a type to load in nsObjectLoadingContent, but the document goes inactive just prior to receiving OnStartRequest. We could have OnStartRequest bail if the document is inactive, but we need some way to restart the load if the document goes active again.
Comment 4•12 years ago
|
||
johns ping?
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #4)
> johns ping?
Still on my radar, the assertion is not worrisome - the only potential bug is a very specific timing with a document going inactive and then active again that could cause plugins to not load.
Comment 6•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 7•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Comment 8•3 years ago
|
||
Resolving as wont fix, plugin support deprecated in Firefox 85.
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•