Closed
Bug 1321575
Opened 8 years ago
Closed 6 years ago
PROCESS-CRASH | dom/canvas/test/webgl-conf/generated/test_conformance__extensions__ext-disjoint-timer-query.html | application crashed [@ mozilla::gl::GLContext::AfterGLCall]
Categories
(Core :: Graphics: CanvasWebGL, defect, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bc, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
Crash Data
Testing Pixels on the unit tests found the *debug only* webgl-conf crash [@ mozilla::gl::GLContext::AfterGLCall] on dom/canvas/test/webgl-conf/generated/test_conformance__extensions__ext-disjoint-timer-query.html
https://treeherder.allizom.org/#/jobs?repo=mozilla-central&filter-searchStr=autophone&tochange=28eb27fd7d141a8f9f2a6dbfae892ad78ecb40a5&fromchange=05328d3102efd4d5fc0696489734d7771d24459f&selectedJob=5481782
https://treeherder.allizom.org/logviewer.html#?job_id=5481782&repo=mozilla-central#L2126
Not sure if this is Pixel/Android 7.1 only or if it exists in other versions as well.
Updated•8 years ago
|
Component: Graphics, Panning and Zooming → Canvas: WebGL
Product: Firefox for Android → Core
Updated•8 years ago
|
Whiteboard: [gfx-noted]
Flags: needinfo?(jgilbert)
Comment 1•8 years ago
|
||
This is an assert.
I need to see this in gdb to help more.
Comment 2•8 years ago
|
||
looks like platform issue, so leaving to fennec platform for triaging tracking-fennec?
Reporter | ||
Comment 3•8 years ago
|
||
I can't get the tests to run directly from the command line. I've reached out to gbrown for some help.
Reporter | ||
Comment 4•8 years ago
|
||
running runtestsremote.py from the command line is a losing proposition. mach works with the MOZCONFIG pointing to the appropriate file and with ANDROID_SERIAL set.
./mach mochitest dom/canvas/test/webgl-conf/generated/test_conformance__extensions__ext-disjoint-timer-query.html
though that does not crash my local fennec build from this morning though I built on Fedora 25 with the most recent platform and sdk.
I also tried the following to see if this required running the earlier tests. No luck so far.
./mach mochitest dom/canvas/test/webgl-conf/
I haven't tried with downloaded build though. I did run Autophone locally with opt and debug builds from today on Android 4.0, 4.2, 4.4, 6.0, 7.1 and got for gl1
4.2 debug crash
PROCESS-CRASH | dom/canvas/test/webgl-conf/generated/test_conformance__extensions__oes-texture-half-float-linear.html | application crashed [@ mozilla::gfx::Log<1, mozilla::gfx::CriticalLogger>::Flush]
01-23 08:33:10.390 F/MOZ_Assert(17286): Assertion failure: [GFX1]: Unknown texture type 36193 or format 6408, at /home/worker/workspace/build/src/obj-firefox/dist/include/mozilla/gfx/Logging.h:515
4.4 debug crash
PROCESS-CRASH | dom/canvas/test/webgl-conf/generated/test_conformance__context__context-creation-and-destruction.html | application crashed [@ mozilla::gl::GLContext::AfterGLCall]
6.0 debug crash
PROCESS-CRASH | dom/canvas/test/webgl-conf/generated/test_conformance__extensions__ext-disjoint-timer-query.html | application crashed [@ mozilla::gl::GLContext::AfterGLCall]
7.1 debug crash
PROCESS-CRASH | dom/canvas/test/webgl-conf/generated/test_conformance__extensions__ext-disjoint-timer-query.html | application crashed [@ mozilla::gl::GLContext::AfterGLCall]
If there is anything else I can do for you let me know. Sorry for the delay. Been fighting Autophone issues that I wanted to clear up before this.
Flags: needinfo?(bob)
Updated•8 years ago
|
tracking-fennec: ? → +
Comment 5•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•