Closed
Bug 611939
Opened 15 years ago
Closed 9 years ago
Cannot submit crash report for crashed plugin-container due to JS error
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: wesongathedeveloper, Unassigned)
Details
On pandora.com with FF4 B7 - "The Adobe Flash plugin has crashed." Clicking on "Send Crash Report" does nothing. I see this in the console:
uncaught exception: TypeError: this.CrashSubmit is undefined.
Reporter, please provide your useragent when filing bugs (it has more than just the browser version).
also, did it have a line number?
the failure should probably be from:
[browser.js]
6240 this.CrashSubmit.submit(pluginDumpID, gBrowser, null, null);
Which i think means that:
6102 get CrashSubmit() {
- this ran
6103 delete this.CrashSubmit;
- this ran
6104 Cu.import("resource://gre/modules/CrashSubmit.jsm", this);
- this failed in an "interesting way"
6105 return this.CrashSubmit;
- this returned null
6106 },
| Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Reporter, please provide your useragent when filing bugs (it has more than just
> the browser version).
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7) Gecko/20100101 Firefox/4.0b7
> also, did it have a line number?
No line number!
Comment 3•9 years ago
|
||
Resolving old bugs which are likely not relevant any more, since NPAPI plugins are deprecated.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•