Open
Bug 1264340
Opened 9 years ago
Updated 2 years ago
test_peerConnection_capturedVideo.html crashes or times out on Android
Categories
(Core :: WebRTC: Audio/Video, defect, P3)
Tracking
()
NEW
People
(Reporter: dminor, Unassigned)
References
Details
This test crashes, times out, or causes other tests to time out when enabled on Autophone [1]. It is disabled because of time outs run on the emulators.
This appears to be the relevant portion of the backtrace:
Operating system: Android
0.0.0 Linux 3.10.73-g9741316 #1 SMP PREEMPT Thu Nov 5 02:17:00 UTC 2015 armv8l
CPU: arm
ARMv1 ARM part(0x4100d030) features: half,thumb,fastmult,vfpv2,edsp,neon,vfpv3,vfpv4,idiva,idivt
8 CPUs
Crash reason: SIGSEGV
Crash address: 0x0
Process uptime: not available
Thread 127 (crashed)
0 libxul.so!mozilla::layers::GLImage::GetAsSourceSurface [GLImages.cpp:30dc907d14c3 : 74 + 0x8]
r0 = 0xda0caaf1 r1 = 0x00000000 r2 = 0xb5ffaa08 r3 = 0xda72bb04
r4 = 0xda70c1f4 r5 = 0xb5ffa51c r6 = 0xb5ffa680 r7 = 0xb5ffa508
r8 = 0x00000000 r9 = 0x00000000 r10 = 0xc8e83dc0 r12 = 0x00000000
fp = 0xb5ffa4f4 sp = 0xb5ffa4b8 lr = 0xd8bf8dbb pc = 0xd8bf8dba
Found by: given as instruction pointer in context
1 libxul.so!mozilla::VideoFrameConverter::ProcessVideoFrame [MediaPipeline.cpp:30dc907d14c3 : 393 + 0x3]
r4 = 0xb5ffa680 r5 = 0xb5ffa590 r6 = 0xb5ffa748 r7 = 0x00000000
r8 = 0xc4eaea60 r9 = 0xcd6696a0 r10 = 0xb5ffa7dc fp = 0xc8e83dc0
sp = 0xb5ffa558 pc = 0xd8b1dff5
Found by: call frame info
2 libxul.so!nsRunnableMethodImpl<void (mozilla::VideoFrameConverter::*)(mozilla::layers::Image*, bool), true, StorensRefPtrPassByPtr<mozilla::layers::Image>, bool>::Run [nsThreadUtils.h:30dc907d14c3 : 670 + 0x1]
r4 = 0xcd965c30 r5 = 0x00000001 r6 = 0xb5ffa748 r7 = 0x00000000
r8 = 0xc4eaea60 r9 = 0xcd6696a0 r10 = 0xb5ffa7dc fp = 0xb5ffa7e0
sp = 0xb5ffa740 pc = 0xd8b1ba49
Found by: call frame info
3 libxul.so!mozilla::TaskQueue::Runner::Run [TaskQueue.cpp:30dc907d14c3 : 171 + 0x5]
r4 = 0xcd965c30 r5 = 0x00000001 r6 = 0xb5ffa748 r7 = 0x00000000
r8 = 0xc4eaea60 r9 = 0xcd6696a0 r10 = 0xb5ffa7dc fp = 0xb5ffa7e0
sp = 0xb5ffa748 pc = 0xd87f7e11
Found by: call frame info
[1] https://treeherder.mozilla.org/#/jobs?repo=try&revision=30dc907d14c3519346cca10d2a84dae044f14aeb&exclusion_profile=false&filter-tier=1&filter-tier=2&filter-tier=3.
Comment 1•9 years ago
|
||
Can we try these tests with reduced resolution and/or frame rate?
Rank: 28
Flags: needinfo?(dminor)
Priority: -- → P2
Reporter | ||
Comment 2•9 years ago
|
||
I tried these with lower resolution here [1] [2] and the results were not good - either this test crashed or timed out, or subsequent tests that are normally stabled crashed or timed out (compare try run here [3].)
[1] https://treeherder.mozilla.org/#/jobs?repo=try&revision=355170dc4191e5a9efae0b051e74a0e0589f6e9a&exclusion_profile=false&filter-tier=1&filter-tier=2&filter-tier=3
[2] https://treeherder.mozilla.org/#/jobs?repo=try&revision=1a74b4f95d188e2389426c2323e97060d0acd109&exclusion_profile=false&filter-tier=1&filter-tier=2&filter-tier=3
[3] https://treeherder.mozilla.org/#/jobs?repo=try&revision=efe8d179e1910f16d93ae2c165d0fca18b577e1d&exclusion_profile=false&filter-tier=1&filter-tier=2&filter-tier=3
Flags: needinfo?(dminor)
Reporter | ||
Comment 3•9 years ago
|
||
The test runs ok on my Nexus 6.
Comment 4•7 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Comment 5•3 years ago
•
|
||
https://treeherder.mozilla.org/jobs?repo=try&revision=31f603da1dc0d7d9ec53dc4db38da2338b3239dc
This is permaorange (timing out).
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•