Closed
Bug 588205
Opened 15 years ago
Closed 13 years ago
Crash @ [@ mozalloc_abort ]
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: crash, regression, Whiteboard: [crashkill], [mobile-crash])
Crash Data
new crash for Firefox 4 from chofmanns crash-stats list. So far this are only Mac crashes. Comments show no pattern so far.
http://crash-stats.mozilla.com/report/list?signature=mozalloc_abort
Comment 1•15 years ago
|
||
These look like out-of-memory crashes. But otherwise I can't discern any pattern from the few stacks I looked at.
Comment 2•15 years ago
|
||
this one is 8 minutes after installation and 4 seconds after start up.
http://crash-stats.mozilla.com/report/index/9a518f80-926c-4a2a-9d9e-29eb82100811
Comment 3•15 years ago
|
||
but generally that doesn't seem to be the case.
Correlation to startup or time of session
27 total crashes for mozalloc_abort on 20100816-crashdata.csv
2 startup crashes inside 30 sec.
3 startup crashes inside 3 min.
might also be cross platform with these other signatures
signature list
20 mozalloc_abort
2 mozalloc_abort(char const* const)
1 mozalloc_abort(char const*)
checking --- mozalloc_abort 20100816-crashdata.csv
found in: 4.0b3 4.0b2 4.0b4pre 4.0b1
release total-crashes
mozalloc_abort crashes
pct.
all 290649 23 7.91333e-05
4.0b3 14631 15 0.00102522
4.0b2 3878 6 0.00154719
4.0b4pre 1186 5 0.00421585
4.0b1 1753 1 0.000570451
os breakdown
mozalloc_abortTotal 23
Win5.1 0.00
Win6.0 0.00
Win6.1 0.09
Mac10.4 0.00
Mac10.5 0.13
Mac10.6 0.78
Lin2.4 0.00
Comment 4•15 years ago
|
||
According to trunk crash data, a test case in Bug 586561 can generate this stack. The most recent reports on the Mac nightly are here: http://tinyurl.com/2czl6q5
In addition to bug 586561, there are a few bugs whose signatures include mozalloc_abort; among those bugs, Marcia reported bug 586439 and bz reported bug 573369. Both of those seem related to startup/restart (though neither sound like they're Mac-specific).
Comment 6•15 years ago
|
||
We probably need to skiplist mozalloc_abort, since it's just a general "someone did something wrong" frame. marcia just linked this crash report:
http://crash-stats.mozilla.com/report/index/bp-30f0aed3-b49a-45c2-bb9a-4a2492100817
where we should probably be skipping the first two frames and using [@ mozilla::plugins::PPluginInstanceChild::OnCallReceived ] as the signature.
Comment 7•15 years ago
|
||
Indeed, mozalloc_abort just means "we're intentionally aborting".
Comment 8•15 years ago
|
||
Filed bug 588438 on updating the skip list.
My crash report pushed to this bug (report: http://crash-stats.mozilla.com/report/index/6921923f-7fb4-4d1d-8e25-884a82100822)
Happened as I was opening a new tab with cmd+t while watching a YouTube video. Took several seconds for the tab to open and I got the spinning beach ball at the same time.
Comment 10•15 years ago
|
||
That stack looks like bug 588445. (Once bug 588438 is fixed the signatures should change to match.)
Comment 11•14 years ago
|
||
Note I still see mozalloc_abort in Firefox 4 even though bug 588438 is "fixed".
bp-37459dba-95bd-4279-98e5-71e282110208
running the test case http://murderdeathkitty.net/fuck/killall.html in bug 413842
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ mozalloc_abort ]
Updated•14 years ago
|
Whiteboard: [crashkill] → [crashkill], [mobile-crash]
Comment 12•13 years ago
|
||
I don't see base mozalloc_abort around at all in either Firefox or Fennec in the last 4 weeks, though mozalloc_abort(char const* const) is around with low volume. Does this bug still makes sense or can we resolve it?
Comment 13•13 years ago
|
||
(In reply to Robert Kaiser (:kairo@mozilla.com) from comment #12)
> I don't see base mozalloc_abort around at all in either Firefox or Fennec in
> the last 4 weeks, though mozalloc_abort(char const* const) is around with
> low volume. Does this bug still makes sense or can we resolve it?
mozalloc_abort is now in the Socorro skiplist. I close it as incomplete.
Status: NEW → RESOLVED
Closed: 13 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•