Closed
Bug 1153227
Opened 10 years ago
Closed 10 years ago
WebRTC crashing in debug build - MOZ_CRASH() at memory/mozjemalloc/jemalloc.c:1610 (freeing DataBuffer in PipelineTransport runnable on SocketTransportService)
Categories
(Core :: WebRTC: Signaling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1153094
People
(Reporter: jib, Unassigned)
References
Details
Attachments
(1 file)
5.74 KB,
text/plain
|
Details |
I can reproduce this consistently under OSX on a fresh pull of trunk.
STR:
1. Open http://jsfiddle.net/zy3e8rqo
2. Hit [Start] button and allow camera.
Expected result: my mug.
Actual result: crash.
See attached stacktrace. Crashes every time for me. Fairly debilitating.
Reporter | ||
Comment 1•10 years ago
|
||
I'm only able to make this crash in the debug build, so no mozregression range, but it feels very recent to me.
Reporter | ||
Updated•10 years ago
|
Summary: WebRTC crashing now - MOZ_CRASH() at memory/mozjemalloc/jemalloc.c:1610 (freeing DataBuffer in PipelineTransport runnable on SocketTransportService) → WebRTC crashing in debug build - MOZ_CRASH() at memory/mozjemalloc/jemalloc.c:1610 (freeing DataBuffer in PipelineTransport runnable on SocketTransportService)
Comment 2•10 years ago
|
||
jib are you really experiencing this on 37, or was that just the browser you used for reporting?
Comment 3•10 years ago
|
||
I'm asking because I opened bug 1153094 yesterday, because I see the same thing, but in 40.
See Also: → 1153094
Reporter | ||
Comment 4•10 years ago
|
||
Sorry that field seems to remember its value from last time I filed a bug.
Version: 37 Branch → Trunk
Comment 5•10 years ago
|
||
I have the exact same problem, currently under debug.
Comment 6•10 years ago
|
||
OK, the theory was that ASAN would help. It doesn't: the test that fails 100% without ASAN passes with ASAN.
ekr did discover that MediaPipeline is full of incorrect ScopeDeletePtr uses though.
Comment 7•10 years ago
|
||
Bisect reveals that bug 1150853 is the culprit.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
OS: Mac OS X → All
Hardware: x86 → Other
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•