Closed
Bug 1350893
Opened 8 years ago
Closed 8 years ago
Crash in arena_malloc | je_malloc | cubeb_stream::cubeb_stream
Categories
(Core :: Audio/Video: cubeb, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | fixed |
firefox55 | --- | fixed |
People
(Reporter: marcia, Assigned: kinetik)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-e176bb47-6cb9-4b53-9e78-2604f2170320.
=============================================================
Seen while looking at Mac Aurora crashes but also present on trunk - crashes on 55 started using 20170317111607: http://bit.ly/2nXZBCq
Possible regression range based on Build ID: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=ff04d410e74b69acfab17ef7e73e7397602d5a68&tochange=39607304b774591fa6e32c4b06158d869483c312
Bug 1341238 is in that range. ni on :jesup
Comment 1•8 years ago
|
||
Chun-min, Alex, not sure what's up here. Something weird with the way we're using the unique_ptr ? Stacks are a bit weird, but I'm sure we can guess what's up.
Flags: needinfo?(cchang)
Flags: needinfo?(achronop)
Updated•8 years ago
|
Rank: 21
Priority: -- → P2
Comment 3•8 years ago
|
||
Is there any memory-checking tool for OS X 10.12 to help us to debug?
Comment 4•8 years ago
|
||
(In reply to Chun-Min Chang[:chunmin] from comment #3)
> Is there any memory-checking tool for OS X 10.12 to help us to debug?
Valgrind won't work. You need to do an ASAN build [0]. Ping me on irc if you need help for this.
[0]: https://developer.mozilla.org/en-US/docs/Mozilla/Testing/Firefox_and_Address_Sanitizer#ManualBuild
Reporter | ||
Updated•8 years ago
|
Crash Signature: [@ arena_malloc | je_malloc | cubeb_stream::cubeb_stream] → [@ arena_malloc | je_malloc | cubeb_stream::cubeb_stream]
[@ je_malloc | cubeb_stream::cubeb_stream]
Updated•8 years ago
|
Flags: needinfo?(achronop)
Comment 6•8 years ago
|
||
No reports in last one month[0] in FF55. I guess it might be fixed by bug 1358896(pull 288).
[0] https://crash-stats.mozilla.com/signature/?product=Firefox&version=55.0a1&signature=arena_malloc%20%7C%20je_malloc%20%7C%20cubeb_stream%3A%3Acubeb_stream&date=%3E%3D2017-05-02T08%3A57%3A47.000Z&date=%3C2017-06-02T08%3A57%3A47.000Z&_columns=date&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=reason&_columns=address&_columns=install_time&_sort=-date&page=1
[1] https://github.com/kinetiknz/cubeb/pull/288
Flags: needinfo?(cchang)
Comment 7•8 years ago
|
||
Cheers. Closing then.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Assignee: nobody → kinetik
status-firefox53:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•