Closed
Bug 803527
Opened 13 years ago
Closed 13 years ago
crash in mozilla::MediaPipelineTransmit::ProcessVideoChunk
Categories
(Core :: WebRTC: Signaling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 803086
| Tracking | Status | |
|---|---|---|
| firefox18 | --- | unaffected |
| firefox19 | --- | affected |
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
It first appeared in 19.0a1/20121018. The regression range is:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=dac5700acf8b&tochange=cb573b9307e5
It might be a regression from bug 802661.
One comment says:
"Steps to reproduce: visit the WebRTC test page at https://people.mozilla.com/~anarayanan/webrtc/pc_test.html, click "Start!", then cick "Share Camera" on the permission drop down"
Signature mozilla::MediaPipelineTransmit::ProcessVideoChunk(mozilla::VideoSessionConduit*, int, mozilla::VideoChunk&) More Reports Search
UUID bdfd4966-30e4-4f9f-bea8-f6f5b2121019
Date Processed 2012-10-19 12:57:56
Uptime 17
Install Age 20 seconds since version was first installed.
Install Time 2012-10-19 12:58:23
Product Firefox
Version 19.0a1
Build ID 20121018030618
Release Channel nightly
OS Windows NT
OS Version 6.1.7601 Service Pack 1
Build Architecture x86
Build Architecture Info GenuineIntel family 6 model 42 stepping 7
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0x24
App Notes
AdapterVendorID: 0x8086, AdapterDeviceID: 0x0126, AdapterSubsysID: 21da17aa, AdapterDriverVersion: 8.15.10.2321
D2D? D2D+ DWrite? DWrite+ D3D10 Layers? D3D10 Layers+
EMCheckCompatibility True
Adapter Vendor ID 0x8086
Adapter Device ID 0x0126
Total Virtual Memory 4294836224
Available Virtual Memory 3798736896
System Memory Use Percentage 21
Available Page File 15061360640
Available Physical Memory 6673481728
Frame Module Signature Source
0 xul.dll mozilla::MediaPipelineTransmit::ProcessVideoChunk media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:601
1 xul.dll mozilla::MediaPipelineTransmit::PipelineListener::NotifyQueuedTrackChanges media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:538
2 xul.dll mozilla::MediaStreamGraphImpl::ExtractPendingInput content/media/MediaStreamGraph.cpp:612
3 xul.dll mozilla::MediaStreamGraphImpl::RunThread content/media/MediaStreamGraph.cpp:1392
4 xul.dll mozilla::`anonymous namespace'::MediaStreamGraphThreadRunnable::Run content/media/MediaStreamGraph.cpp:1524
5 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:612
6 xul.dll nsThread::ThreadFunc xpcom/threads/nsThread.cpp:256
7 nspr4.dll _PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:395
8 nspr4.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:90
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
More reports at:
https://crash-stats.mozilla.com/report/list?signature=mozilla%3A%3AMediaPipelineTransmit%3A%3AProcessVideoChunk%28mozilla%3A%3AVideoSessionConduit*%2C+int%2C+mozilla%3A%3AVideoChunk%26%29
| Reporter | ||
Updated•13 years ago
|
Component: WebRTC: Audio/Video → WebRTC: Signaling
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•