Closed Bug 800130 Opened 12 years ago Closed 12 years ago

Segfault in PeerConnectionImpl.cpp:734

Categories

(Core :: WebRTC, defect)

x86
macOS
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 791270

People

(Reporter: ianbicking, Unassigned)

Details

(Keywords: crash, testcase, Whiteboard: [WebRTC] [blocking-webrtc+])

Running the tests from here: http://ianb.github.com/webrtc-tests/?test-name=test_attributes.js I get a segfault (consistently on first run).  gdb stack:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000020
sipcc::PeerConnectionImpl::AddStream (this=0x113d99ca0, aMediaStream=0x0) at PeerConnectionImpl.cpp:734
734	  uint32_t hints = stream->GetHintContents();
(gdb) where
#0  sipcc::PeerConnectionImpl::AddStream (this=0x113d99ca0, aMediaStream=0x0) at PeerConnectionImpl.cpp:734
#1  0x00000001020e14f1 in NS_InvokeByIndex_P (that=0x113d99ca0, methodIndex=<value temporarily unavailable, due to optimizations>, paramCount=<value temporarily unavailable, due to optimizations>, params=<value temporarily unavailable, due to optimizations>) at /Users/ianbicking/src/mozilla-central/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_64_unix.cpp:162
#2  0x0000000101b8c78d in CallMethodHelper::CallMethodHelper () at /Users/ianbicking/src/mozilla-central/js/xpconnect/src/XPCWrappedNative.cpp:3108
Previous frame inner to this frame (gdb could not unwind past this frame)
Whiteboard: [WebRTC] [blocking-webrtc+]
Keywords: crash
Severity: normal → critical
Keywords: testcase
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.