Closed
Bug 973059
Opened 11 years ago
Closed 10 years ago
Cross-tab apprtc.appspot.com call in e10s windows crashes
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
e10s | m3+ | --- |
People
(Reporter: jib, Assigned: jib)
References
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
STR:
1) Set media.navigator.permission.disabled=true to work around Bug 973001
2) go to http://apprtc.appspot.com
3) Copy URL and paste it in second tab to establish call
4) crash, see callstack
Thread 31 Compositor, Queue : (null)
#3 0x0000000101e27fe9 in mozilla::layers::PImageBridgeParent::DeallocShmem(mozilla::ipc::Shmem&) at /Users/Jan/moz/mozilla-central/obj-x86_64-apple-darwin12.2.1-debug/ipc/ipdl/./PImageBridgeParent.cpp:838
auto PImageBridgeParent::DeallocShmem(Shmem& aMem) -> bool
{
bool ok = DestroySharedMemory(aMem);
#ifdef DEBUG
if ((!(ok))) {
-> NS_RUNTIMEABORT("bad Shmem");
}
#endif // DEBUG
(aMem).forget(Shmem::IHadBetterBeIPDLCodeCallingThis_OtherwiseIAmADoodyhead());
return ok;
}
Comment 1•11 years ago
|
||
Might be a dupe of bug 972623 - specifically the 2nd patch in https://bugzilla.mozilla.org/attachment.cgi?id=8376643&action=diff.
Assignee | ||
Comment 2•11 years ago
|
||
I tried with both patches as well as with a fresh pull and the problem still happens, so it doesn't look to be a dupe.
Updated•11 years ago
|
tracking-e10s:
--- → +
Updated•11 years ago
|
Blocks: old-e10s-m2
Updated•10 years ago
|
Assignee: nobody → wmccloskey
Priority: -- → P1
Comment 3•10 years ago
|
||
I experienced repeated tab crashes today (in an e10s window) with a loop call. Is this the same bug or should I report another?
Updated•10 years ago
|
Blocks: e10s-webrtc
Would you mind taking this over, Jan?
Assignee: wmccloskey → jib
Assignee | ||
Comment 6•10 years ago
|
||
The original bug was not an intermittent, and it would crash all the time for me.
I can no longer reproduce this so it appears to have fixed itself at some point. I suggest we open new bugs for new crashes.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 7•10 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #3)
> I experienced repeated tab crashes today (in an e10s window) with a loop
> call. Is this the same bug or should I report another?
Please report a new bug with STRs, logs, callstack. Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•