Closed
Bug 801565
Opened 13 years ago
Closed 13 years ago
Crash loading testcase [@ std::_Tree_unchecked_const_iterator<std::_Tree_val<std::_Tset_traits<int, std::less<int>, std::allocator<int>, int> >, std::_Iterator_base0>::operator++() ]
Categories
(Core :: WebRTC: Signaling, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: whimboo, Assigned: ehugg)
Details
(Keywords: crash, crashreportid, testcase, Whiteboard: [WebRTC], [blocking-webrtc+])
Crash Data
Mozilla/5.0 (Windows NT 6.1; rv:19.0) Gecko/19.0 Firefox/19.0 ID:20121014030627
Latest Firefox Nightly on Windows 7 crashes when loading my crash test from bug 798873 (attachment 669136 [details]).
Crash: bp-e79966d9-9e89-44d4-a8af-114be2121015
0 xul.dll std::_Tree_unchecked_const_iterator<std::_Tree_val<std::_Tset_traits<int,std::le xtree:61
1 xul.dll CSF::CC_SIPCCService::notifyDeviceEventObservers media/webrtc/signaling/src/softphonewrapper/CC_SIPCCService.cpp:721
2 xul.dll CSF::CC_SIPCCService::onDeviceEvent media/webrtc/signaling/src/softphonewrapper/CC_SIPCCService.cpp:607
3 xul.dll ccsnap_gen_deviceEvent media/webrtc/signaling/src/sipcc/core/ccapp/ccapi_snapshot.c:414
4 xul.dll cc_media_update_video_cap media/webrtc/signaling/src/sipcc/core/gsm/media_cap_tbl.c:113
5 xul.dll processProviderEvent media/webrtc/signaling/src/sipcc/core/ccapp/ccprovider.c:359
6 xul.dll ccp_handler media/webrtc/signaling/src/sipcc/core/ccapp/ccprovider.c:1818
7 xul.dll CCApp_task media/webrtc/signaling/src/sipcc/core/ccapp/ccapp_task.c:165
8 xul.dll cprStartThread media/webrtc/signaling/src/sipcc/cpr/win32/cpr_win_threads.c:38
9 msvcr100.dll _callthreadstartex f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c:314
10 msvcr100.dll _threadstartex f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c:292
11 kernel32.dll BaseThreadInitThunk
12 ntdll.dll __RtlUserThreadStart
13 ntdll.dll _RtlUserThreadStart
| Reporter | ||
Updated•13 years ago
|
Crash Signature: [@ std::_Tree_unchecked_const_iterator<std::_Tree_val<std::_Tset_traits<int, std::less<int>, std::allocator<int>, int> >, std::_Iterator_base0>::operator++() ]
Comment 1•13 years ago
|
||
Anything other than loading the attachment above? Does it take a while to fail? I've tried it on Linux without a problem.
| Reporter | ||
Comment 2•13 years ago
|
||
Could be a Windows only crash here. That's why I left the platform at Windows 7.
Updated•13 years ago
|
Priority: -- → P1
Whiteboard: [WebRTC] → [WebRTC], [blocking-webrtc+]
Comment 3•13 years ago
|
||
The other bug will likely track crashtest work, as that's where the test case is. So not tracking for crashtest.
Flags: in-testsuite-
Comment 4•13 years ago
|
||
is this repeatable at all?
Assignee: nobody → ethanhugg
Flags: needinfo?(hskupin)
| Reporter | ||
Comment 5•13 years ago
|
||
No. It doesn't crash anymore for me with this testcase.
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: needinfo?(hskupin)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•