Closed
Bug 1342666
Opened 9 years ago
Closed 3 years ago
WebGL2: browser crash on macOS 10.12.4 Beta
Categories
(Core :: Graphics: CanvasWebGL, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: floooh, Unassigned)
Details
(Keywords: crash, Whiteboard: [gfx-noted])
Attachments
(1 file)
|
2.13 KB,
application/zip
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3023.0 Safari/537.36
Steps to reproduce:
Any Firefox version
OS: macOS 10.12.4 Beta (16E163f)
MacBook Pro (Retina, 13-inch, Mid 2014)
Intel Iris 1536 MB
What steps will reproduce the problem?
(1) if necessary, enable WebGL2 and go here: https://floooh.github.io/oryol-webgl2/asmjs/MultipleRenderTarget.html
(2) FF will hang or crash
(3) try the same on Windows, the demo works fine
The problem seems to happen down in the macOS OpenGL driver, since the problem also happens when running the same demo as native code.
Related Chrome ticket: https://bugs.chromium.org/p/chromium/issues/detail?id=696187
Comment 1•9 years ago
|
||
I can reproduce it with Firefox Release on a late-2013 Macbook pro 15-inch with Mac OSX 10.11.6
And this website runs fine if it utilizes discrete GFX (NVidia GT750M in this case).
I think it is caused by buggy Intel GFX driver.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: x86 → x86_64
| Reporter | ||
Comment 2•9 years ago
|
||
The attached zip contains a human-readable minimal repro (an index.html and JS file). Opening the index.html in FF (or Chrome) on the right Mac/OSX config will freeze the window system for 10..20 seconds, and eventually the browser needs to be killed with Force Quit.
Andre, did you also file a bug with Apple? Given that this fails in native code, that's probably the first place to start with.
| Reporter | ||
Comment 4•9 years ago
|
||
Nope, but AFAIK the Chrome team did and I think/hope they have a direct contact at Apple they can nag if things don't move fast enough. I basically gave up on Radar, never ever heard a peep out of it when writing bugs there ;)
Updated•9 years ago
|
Whiteboard: [gfx-noted]
Updated•8 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 5•8 years ago
|
||
Btw: I can no longer reproduce this issue (I'm on the 10.13 Beta now). Unfortunately I cannot check the state of the 10.12 release version.
Updated•3 years ago
|
Severity: critical → S2
Comment 6•3 years ago
|
||
Sounds like this was a bug on Apple's side that they have fixed. The linked chromium issue says that Apple fixed the bug, and reporter here says the bug is fixed. Closing.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•