Closed
Bug 1160754
Opened 10 years ago
Closed 9 years ago
Firefox crash [@ XPCWrappedNative::FlatJSObjectFinalized() ]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: eu7-dns, Unassigned)
References
()
Details
(Keywords: crash, steps-wanted)
Crash Data
Attachments
(1 file)
|
287.53 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150415140819
Actual results:
0.0.0 Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64
XPCWrappedNative::FlatJSObjectFinalized()
Comment 1•10 years ago
|
||
Please post the crash ID from about:crashes next time - the JSON is hard to read.
The crash looks the same as the one in bug 608217. Can you reproduce? Do you have any additional information?
Where did "XPCWrappedNativeScope::XPCWrappedNativeScope(JSContext*, JS::Handle<JSObject*>)" in summary come from?
Flags: needinfo?(eu7-dns)
Keywords: crash
| Reporter | ||
Comment 2•10 years ago
|
||
I can provide the following info https://crash-stats.mozilla.com/report/index/38116a61-b5b6-4678-acdb-a268f2150501
Flags: needinfo?(eu7-dns)
| Reporter | ||
Comment 3•10 years ago
|
||
. This crash began to happen after updating to Firefox 37.0.2. A browser closes unexpectedly,it might happen in anytime, even if you do nothing.
| Reporter | ||
Updated•10 years ago
|
Crash Signature: XPCWrappedNative::FlatJSObjectFinalized()
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
| Reporter | ||
Updated•10 years ago
|
Comment 4•10 years ago
|
||
Thanks for the link!
>A browser closes unexpectedly,it might happen in anytime, even if you do nothing.
That observation matches the crash stack: the crash happens during GC - background bookkeeping process.
Does this happen regularly? I can only see two recent Linux reports with this signature, one of which is yours - did you submit the rest of reports?
Severity: normal → critical
Component: Untriaged → JavaScript Engine
Depends on: 608217
Product: Firefox → Core
Summary: Firefox crashes XPCWrappedNativeScope::XPCWrappedNativeScope(JSContext*, JS::Handle<JSObject*>) → Firefox crash [@ XPCWrappedNative::FlatJSObjectFinalized() ]
| Reporter | ||
Comment 5•10 years ago
|
||
I had at least 20 or more crashes beore I decided to submit the report.
Comment 6•10 years ago
|
||
Igor, thanks! Could you list a few other crash reports you have to see what do they have in common.
Pinging dmajor, who looked into this (bug 835798 comment 8). Anything else we want the reporter to do?
Flags: needinfo?(dmajor)
I don't have any expertise with Linux minidumps. Redirecting to the JS team.
Flags: needinfo?(dmajor) → needinfo?(nihsanullah)
Updated•10 years ago
|
Flags: needinfo?(nihsanullah) → needinfo?(terrence)
Comment 8•10 years ago
|
||
The crash appears to be from a broken C++ pointer in an XPConnect native wrapper. Unless we can get STR, I don't know of any way to debug this.
Bobby, the bustage is showing up in XPConnect: do you have any insight that might make this report actionable without STR?
Flags: needinfo?(bobbyholley)
Updated•10 years ago
|
Flags: needinfo?(terrence)
Comment 9•10 years ago
|
||
(In reply to Terrence Cole [:terrence] from comment #8)
> Bobby, the bustage is showing up in XPConnect: do you have any insight that
> might make this report actionable without STR?
The only thing I notice is that there's an anonymous extension installed. Igor, can you try disabling that extension in about:addons and seeing if the crash continues?
Flags: needinfo?(bobbyholley)
| Reporter | ||
Comment 10•10 years ago
|
||
Bobby, if you mean Ember Inspector, I was trying to disable this extension, but it does't have any effect.
Comment 11•9 years ago
|
||
Igor, can you still reproduce when using a current version?
And if so, do you have steps to reproduce?
Crash Signature: XPCWrappedNative::FlatJSObjectFinalized() → [@ XPCWrappedNative::FlatJSObjectFinalized]
Flags: needinfo?(eu7-dns)
Keywords: steps-wanted
Comment 12•9 years ago
|
||
(In reply to Wayne Mery (:wsmwk, NI for questions) from comment #11)
> Igor, can you still reproduce when using a current version?
> And if so, do you have steps to reproduce?
Whiteboard: [closeme 2016-08-15]
Comment 13•9 years ago
|
||
Resolved per whiteboard
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(eu7-dns)
Resolution: --- → INCOMPLETE
Whiteboard: [closeme 2016-08-15]
You need to log in
before you can comment on or make changes to this bug.
Description
•