Open
Bug 1324346
Opened 8 years ago
Updated 2 years ago
Crash in dom/canvas/test/webgl-conf/generated/test_2_deqp__functional__gles3__shaderloop_do_while.html
Categories
(Core :: Graphics: CanvasWebGL, defect, P3)
Tracking
()
NEW
People
(Reporter: vliu, Unassigned)
Details
(Whiteboard: [gfx-noted])
Here is the try result. The crash happens on OS X 10.10 opt Mochitest Mochitest WebGL M(gl2). Please see [2] for more details.
[1]: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8475d5648ccc069177cf0e1c3fcc0be3c51f2b1e&selectedJob=32912985
[2]:https://treeherder.mozilla.org/logviewer.html#?job_id=32912985&repo=try
Reporter | ||
Updated•8 years ago
|
OS: Unspecified → Mac OS X
Hardware: Unspecified → ARM
Reporter | ||
Updated•8 years ago
|
Blocks: webgl2-blockers
Reporter | ||
Updated•8 years ago
|
Priority: -- → P1
Whiteboard: [gfx-noted]
Comment 1•8 years ago
|
||
(In reply to Vincent Liu[:vliu] from comment #0)
> Here is the try result. The crash happens on OS X 10.10 opt Mochitest
> Mochitest WebGL M(gl2). Please see [2] for more details.
>
>
> [1]:
> https://treeherder.mozilla.org/#/
> jobs?repo=try&revision=8475d5648ccc069177cf0e1c3fcc0be3c51f2b1e&selectedJob=3
> 2912985
>
> [2]:https://treeherder.mozilla.org/logviewer.html#?job_id=32912985&repo=try
Please detail which driver this fails on.
This is a P3 non-blocker if it's an out-of-date driver with available updates.
This works on OSX+NV for me. (GT 750M)
Updated•8 years ago
|
Flags: needinfo?(vliu)
Reporter | ||
Comment 2•8 years ago
|
||
Hi Amy,
Since I saw you add some hosts which also includes t-yosemite-r7-0340 in Bug 1269769, you might know about some driver information. Could you please offer what gfx card version in this machine we used for running try? It can help to verify the issue. Thanks.
Flags: needinfo?(vliu) → needinfo?(arich)
Comment 3•8 years ago
|
||
We have the late 2014 model, so per https://en.wikipedia.org/wiki/Mac_Mini#Specifications it's the Intel Iris Graphics 5100. System_profiler says:
Intel Iris:
Chipset Model: Intel Iris
Type: GPU
Bus: Built-In
VRAM (Dynamic, Max): 1536 MB
Vendor: Intel (0x8086)
Device ID: 0x0a2e
Revision ID: 0x0009
Displays:
Display:
Resolution: 1600 x 1200 @ 60 Hz
Pixel Depth: 32-Bit Color (ARGB8888)
Display Serial Number: 1600x1200 60
Main Display: Yes
Mirror: Off
Online: Yes
Rotation: Supported
Flags: needinfo?(arich)
Comment 4•8 years ago
|
||
There is actually an ANGLE workaround flag for the compiler for this, so we just need to figure out where this is needed.
Since this shouldn't hurt perf, we can just target all intel+osx.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•