Closed
Bug 814329
Opened 13 years ago
Closed 13 years ago
WebRTC crash [@fim_process_event]
Categories
(Core :: WebRTC, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: posidron, Assigned: ehugg)
References
Details
(Keywords: crash, Whiteboard: [WebRTC] [blocking-webrtc+] [qa-])
Crash Data
Attachments
(2 files, 1 obsolete file)
16.74 KB,
text/plain
|
Details | |
1.55 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
I am not able to reproduce this with the same testcase but am getting this exact same crash constantly after some time. The callstack above includes the output of NSPR_LOG_MODULES.
Tested with m-c changeset: 113925:20ec9014f220
Reporter | ||
Comment 1•13 years ago
|
||
Comment 3•13 years ago
|
||
A space is required between @ and the signature for the connection to crash stats.
Crash Signature: [@ fim_process_event]
Reporter | ||
Comment 5•13 years ago
|
||
Sorry, haven't mentioned that.
I am not able to reproduce the testcase with the same seed value during fuzzing.
Updated•13 years ago
|
Flags: in-testsuite-
Comment 6•13 years ago
|
||
Ethan: some sort of race condition or logic flaw - can you look into it?
Cristoph: any reasonably likely way to provoke this?
Comment 7•13 years ago
|
||
As it's a NULL-ptr deref, an assertion might help. Or run a debug build under gdb and catch the failure
Updated•13 years ago
|
Priority: -- → P1
Whiteboard: [WebRTC] [blocking-webrtc+]
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → ethanhugg
Reporter | ||
Comment 8•13 years ago
|
||
(In reply to Randell Jesup [:jesup] from comment #6)
> Ethan: some sort of race condition or logic flaw - can you look into it?
>
> Cristoph: any reasonably likely way to provoke this?
It's one of the crashes which come up during SDP fuzzing but are not reproducible with the same testcase later on.
Assignee | ||
Comment 9•13 years ago
|
||
Assignee | ||
Comment 10•13 years ago
|
||
Comment on attachment 686145 [details] [diff] [review]
Protect fim_process_event from NULL input
Uploading this patch to do some testing to see if the symptom moves if we add these checks for NULL ptrs.
Assignee | ||
Comment 11•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #686145 -
Attachment is obsolete: true
Assignee | ||
Comment 12•13 years ago
|
||
Comment on attachment 688348 [details] [diff] [review]
Protect fim_process_event from NULL input
Wallpaper patch with assertions.
Attachment #688348 -
Flags: review?(rjesup)
Updated•13 years ago
|
Attachment #688348 -
Flags: review?(rjesup) → review+
Comment 13•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•13 years ago
|
Whiteboard: [WebRTC] [blocking-webrtc+] → [WebRTC] [blocking-webrtc+] [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•