Closed
Bug 1370953
Opened 8 years ago
Closed 8 years ago
Crash in mozalloc_abort | abort | XUL@0x42e0f38 | XUL@0x42e0978 | XUL@0x41e257f | XUL@0x4200964 | XUL@0xff0736 | XUL@0xfe89e1 | XUL@0xf9ae60 | XUL@0xfb406a | XUL@0x61c966 | XUL@0x61cc1a | XUL@0x61d695 | XUL@0x61c298 | XUL@0x630955 | XUL@0x621a59 | _pth...
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(firefox55 affected)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | affected |
People
(Reporter: marcia, Unassigned)
Details
(Keywords: crash, reproducible)
Crash Data
This bug was filed from the Socorro interface and is
report bp-92f96e8e-ce99-41db-8685-e7bcf0170607.
=============================================================
Seen while running Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0 ID:20170607030206 CSet: 5801aa478de12a62b2b2982659e787fcc4268d67
STR:
1. Load http://www.pogo.com/games/word-whomp?pageSection=hp_pop_4whomp2
2. Click on Yellow "Start Game" button
3. 100% reproducible on various games on that site.
| Reporter | ||
Comment 1•8 years ago
|
||
Doesn't seem to be happening on every site, http://www.newgrounds.com/portal/view/694230 seems to work - I get the activate UI.
Comment 2•8 years ago
|
||
assertion failed: unsafe { is_in_main_thread() }
But the stack is busted, because we're missing symbols for the XUL library? We have the symbols for firefox/libmozglue of this build.
I think that something is busted in this install. I checked the uploaded symbols for this build and this is the symbol file for XUL of this build: XUL/7196A3AF2E7A3A4CAB8721148C2C7FAC0/XUL.sym
But this crash is looking for 31218C86B870353DB5335912BC451C4F0, which is corrupted.
Marcia, I think it would be valuable to install this nightly fresh into another directory and then compare the XUL file: http://ftp.mozilla.org/pub/firefox/nightly/2017/06/2017-06-07-03-02-06-mozilla-central/firefox-55.0a1.en-US.mac.dmg
It's likely an update or reinstall would fix this, but it might be valuable to have the update logs from the corrupted build.
Flags: needinfo?(mozillamarcia.knous)
| Reporter | ||
Comment 3•8 years ago
|
||
I think this is happening because I have webrender turned on, when I turned it off I couldn't reproduce it. I suspect that may be the case with the other reports as well. If they have WR! in the app notes it means they have the pref on in about:config.
Flags: needinfo?(mozillamarcia.knous)
Comment 4•8 years ago
|
||
That's very strange. Can you make sure to inform the webrender team about this? And if webrender is in fact corrupting crash-stats that might be worth a bug all by itself.
Comment 5•8 years ago
|
||
Per bug 1371017 comment 3, the missing symbols are because llvm-dsymutil is crashing trying to write a dSYM for libxul.
Comment 6•8 years ago
|
||
Marcia, were you able to reproduce this on one of the nightlies that didn't have missing symbols?
Flags: needinfo?(mozillamarcia.knous)
| Reporter | ||
Comment 7•8 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #6)
> Marcia, were you able to reproduce this on one of the nightlies that didn't
> have missing symbols?
Not yet. Wondering if the site changed. I can close this as WFM now and reopen if it is seen again.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(mozillamarcia.knous)
Resolution: --- → WORKSFORME
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
•