Closed
Bug 1263912
Opened 9 years ago
Closed 9 years ago
crash in mozilla::NrIceMediaStream::Close
Categories
(Core :: WebRTC: Networking, defect, P1)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox47 | --- | unaffected |
firefox48 | --- | fixed |
People
(Reporter: standard8, Assigned: mjf)
References
Details
(Keywords: crash, regression, Whiteboard: [fixed by bug 1264344])
Crash Data
This bug was filed from the Socorro interface and is
report bp-7b20ebb8-f484-487b-b75e-a529f2160412.
=============================================================
I just had this crash. I'd set up a Hello call with web sharing, using a self-built nightly as a link generator, and my standard downloaded nightly as the link-clicker. Both running on the same machine - my MacBook pro.
When I exited the call on the link generator, this crash occurred on the link-clicker.
0 XUL mozilla::NrIceMediaStream::Close() media/mtransport/nricemediastream.cpp
1 XUL mozilla::NrIceMediaStream::NrIceMediaStream(mozilla::NrIceCtx*, std::string const&, unsigned long) media/mtransport/sigslot.h
2 XUL mozilla::NrIceCtx::~NrIceCtx() /Developer/SDKs/MacOSX10.7.sdk/usr/include/c++/4.2.1/bits/basic_string.h:262
3 XUL mozilla::NrIceCtx::~NrIceCtx() /Developer/SDKs/MacOSX10.7.sdk/usr/include/c++/4.2.1/sstream:558
4 XUL mozilla::PeerConnectionMedia::SelfDestruct() media/mtransport/runnable_utils.h
5 XUL nsTArray_Impl<RefPtr<mozilla::LocalSourceStreamInfo>, nsTArrayInfallibleAllocator>::RemoveElementsAt(unsigned long, unsigned long) xpcom/glue/nsTArray.h
6 XUL nsThread::ProcessNextEvent(bool, bool*) mozglue/misc/TimeStamp.h
7 XUL <name omitted> mfbt/AlreadyAddRefed.h
8 XUL nsSocketTransportService::Run() mfbt/Atomics.h
9 XUL nsSocketTransportService::DoPollIteration(mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator>*) xpcom/base/Logging.h
10 XUL nsThread::ProcessNextEvent(bool, bool*) mozglue/misc/TimeStamp.h
11 XUL <name omitted> mfbt/AlreadyAddRefed.h
12 XUL <name omitted> ipc/glue/MessagePump.cpp
13 XUL MessageLoop::ReloadWorkQueue() /Developer/SDKs/MacOSX10.7.sdk/usr/include/c++/4.2.1/bits/stl_queue.h:95
14 XUL nsThread::QueryInterface(nsID const&, void**) xpcom/glue/nsID.h
15 libnss3.dylib libnss3.dylib@0x238269
Updated•9 years ago
|
Assignee: nobody → mfroman
Rank: 12
Priority: -- → P1
Assignee | ||
Comment 1•9 years ago
|
||
It appears that bug 1264344 fixed this.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [fixed by bug 1264344]
Updated•9 years ago
|
status-firefox47:
--- → unaffected
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•