Closed
Bug 900790
Opened 11 years ago
Closed 11 years ago
plugin-container process continuously crashing: invalid TabContext from the parent process
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: marco, Unassigned)
References
Details
(Keywords: crash)
Attachments
(1 file)
10.35 KB,
text/plain
|
Details |
I guess it's a problem related to BackgroundPageThumbs.jsm
Updated•11 years ago
|
Summary: plugin-container process continuosly crashing → plugin-container process continuously crashing
Reporter | ||
Comment 1•11 years ago
|
||
Note that the browser doesn't crash.
Comment 2•11 years ago
|
||
It's probably crashing trying to capture a thumbnail for a specific page on your about:newtab that doesn't have one yet. Any chance you could figure out which it is? :)
Updated•11 years ago
|
Summary: plugin-container process continuously crashing → plugin-container process continuously crashing: invalid TabContext from the parent process
Reporter | ||
Comment 3•11 years ago
|
||
(In reply to :Gavin Sharp (use gavin@gavinsharp.com for email) from comment #2)
> It's probably crashing trying to capture a thumbnail for a specific page on
> your about:newtab that doesn't have one yet. Any chance you could figure out
> which it is? :)
The crash occurs as long as there's a thumbnail present in about:newtab, it doesn't depend on a particular thumbnail.
Reporter | ||
Comment 4•11 years ago
|
||
I haven't any plugin installed, I don't know if it's a useful information.
Updated•11 years ago
|
Comment 5•11 years ago
|
||
This is not a plugin crash: plugin-container is used for both plugin and content processes, and this is a content process.
Component: Plug-ins → IPC
Reporter | ||
Comment 6•11 years ago
|
||
Also:
If I execute Firefox with the "-P profile" option, the process doesn't terminate.
If I execute Firefox with the "-P" option, it crashes on exit (when the first process is terminated, not the actual Firefox process) with this message: "Assertion failure: !JSRuntime::hasLiveRuntimes() (forgot to destroy a runtime before shutting down), at /home/marco/Documents/FD/src/js/src/jsapi.cpp:710"
Reporter | ||
Comment 7•11 years ago
|
||
Other messages while running Firefox:
"[Child 29215] ###!!! ASSERTION: nsSSLStatus has null mServerCert or was called in the content process: 'Error'"
Comment 8•11 years ago
|
||
That's bug 900515.
Comment 9•11 years ago
|
||
Marco, are you still able to reproduce this?
Flags: needinfo?(mar.castelluccio)
Reporter | ||
Comment 10•11 years ago
|
||
(In reply to Drew Willcoxon :adw from comment #9)
> Marco, are you still able to reproduce this?
Not anymore.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(mar.castelluccio)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•