Closed
Bug 1184459
Opened 6 years ago
Closed 3 years ago
crash in @0x0 | update_textures
Categories
(Core :: Canvas: WebGL, defect, P3)
Tracking
()
People
(Reporter: vtamas, Unassigned)
Details
(Keywords: crash, Whiteboard: [gfx-noted])
Crash Data
This bug was filed from the Socorro interface and is report bp-f932352d-e0d7-413f-ab35-f9f732150716. ============================================================= - Ran into this on Ubuntu 14.04 32-bit, using Firefox 42.0a1 (2015-07-15) - Encountered this crash 9 times during WebGL testing - I was able to reproduce it, playing for a few minutes several games from http://www.3dsitelinks.com/webgl-games/ (Emberwind, Tankworld, Triggerrally, Jenga) - More reports: bp-5cd70c97-7f19-47b7-845c-d063a2150715 bp-3de5c03b-6c29-4f5c-ab29-ec4922150715 bp-51b04859-4188-419a-a655-e81e52150715 bp-3e288fd5-2857-4225-a67b-eed752150715 bp-4ff82066-d3d8-4ab6-a53d-0431b2150715 - Graphics: Adapter Description X.Org -- Gallium 0.4 on AMD RS780 Asynchronous Pan/Zoom none Device ID Gallium 0.4 on AMD RS780 Driver Version 3.0 Mesa 10.1.3 GPU Accelerated Windows 0/1 Basic (OMTC) Supports Hardware H264 Decoding false Vendor ID X.Org WebGL Renderer X.Org -- Gallium 0.4 on AMD RS780 windowLayerManagerRemote true AzureCanvasBackend cairo AzureContentBackend cairo AzureFallbackCanvasBackend none AzureSkiaAccelerated 0
Updated•6 years ago
|
Whiteboard: [gfx-noted]
Comment 1•6 years ago
|
||
(In reply to Vasilica Mihasca, QA [:vasilica_mihasca] from comment #0) > This bug was filed from the Socorro interface and is > report bp-f932352d-e0d7-413f-ab35-f9f732150716. > ============================================================= > > - Ran into this on Ubuntu 14.04 32-bit, using Firefox 42.0a1 (2015-07-15) > - Encountered this crash 9 times during WebGL testing > - I was able to reproduce it, playing for a few minutes several games from > http://www.3dsitelinks.com/webgl-games/ (Emberwind, Tankworld, Triggerrally, > Jenga) > > - More reports: > bp-5cd70c97-7f19-47b7-845c-d063a2150715 > bp-3de5c03b-6c29-4f5c-ab29-ec4922150715 > bp-51b04859-4188-419a-a655-e81e52150715 > bp-3e288fd5-2857-4225-a67b-eed752150715 > bp-4ff82066-d3d8-4ab6-a53d-0431b2150715 > > - Graphics: > Adapter Description X.Org -- Gallium 0.4 on AMD RS780 > Asynchronous Pan/Zoom none > Device ID Gallium 0.4 on AMD RS780 > Driver Version 3.0 Mesa 10.1.3 > GPU Accelerated Windows 0/1 Basic (OMTC) > Supports Hardware H264 Decoding false > Vendor ID X.Org > WebGL Renderer X.Org -- Gallium 0.4 on AMD RS780 > windowLayerManagerRemote true > AzureCanvasBackend cairo > AzureContentBackend cairo > AzureFallbackCanvasBackend none > AzureSkiaAccelerated 0 My hunch is that this is just an old Mesa bug, which we may not be able to do much about on our end. There are some things I would like to know regarding testing that could help us narrow it down and maybe file a bug report with the Mesa folks if appropriate: 1) Does this occur on newer versions of Mesa like 10.5 or 10.6? 2) Does this occur on 64-bit Linux even while still using the older Mesa 10.1.3? 3) Does this occur using newer hardware like a Radeon HD 6000+ with older Mesa? And extra credit: Are there any smaller testcases, like less than a page of javascript code, that can trigger this issue?
Flags: needinfo?(vasilica.mihasca)
| Reporter | ||
Comment 2•6 years ago
|
||
(In reply to Lee Salzman [:eihrul] from comment #1) > My hunch is that this is just an old Mesa bug, which we may not be able to > do much about on our end. There are some things I would like to know > regarding testing that could help us narrow it down and maybe file a bug > report with the Mesa folks if appropriate: > > 1) Does this occur on newer versions of Mesa like 10.5 or 10.6? Did not encountered this crash on Ubuntu 14.04 32-bit with Mesa 10.7. > 2) Does this occur on 64-bit Linux even while still using the older Mesa 10.1.3? This crash is not reproducible on: - Ubuntu 12.04 64-bit with Mesa 9.1.7 - Ubuntu 13.10 64-bit with Mesa 9.2.1 > 3) Does this occur using newer hardware like a Radeon HD 6000+ with older Mesa? Encountered this crash, testing on Firefox 42.0a2 (2015-07-26) under Ubuntu 14.04 32-bit using an AMD Radeon HD 6450. bp-b94b2a01-25f0-4bba-aaa9-4ee502150727 Graphics: Adapter Description X.Org -- Gallium 0.4 on AMD CAICOS Asynchronous Pan/Zoom none Device ID Gallium 0.4 on AMD CAICOS Driver Version 3.0 Mesa 10.1.3 GPU Accelerated Windows 0/1 Basic (OMTC) Supports Hardware H264 Decoding false Vendor ID X.Org WebGL Renderer X.Org -- Gallium 0.4 on AMD CAICOS windowLayerManagerRemote true AzureCanvasBackend cairo AzureContentBackend cairo AzureFallbackCanvasBackend none AzureSkiaAccelerated 0 CairoUseXRender 1 Also encountered this crash during testing bp-6f441d39-3c77-4526-a5d9-cd4602150727 > And extra credit: > Are there any smaller testcases, like less than a page of javascript code, that can trigger this issue? Unfortunately I do not have a smaller testcases.
Flags: needinfo?(vasilica.mihasca)
Comment 3•6 years ago
|
||
(In reply to Lee Salzman [:eihrul] from comment #1) > 2) Does this occur on 64-bit Linux even while still using the older Mesa > 10.1.3? I'm getting this crash on 64-bit Linux (Ubuntu 14.04.03 LTS), OpenGL core profile version string: 3.1 (Core Profile) Mesa 10.1.3 One of my crashes: https://crash-stats.mozilla.com/report/index/09a28a16-0507-4585-9362-f70692150831 I'm running Firefox 40.0.3 on integrated ATI Radeon HD3300 graphics (OpenGL renderer string: Gallium 0.4 on AMD RS780), crashing on Google Maps whenever I've already loaded it previously exactly once in a browser session. GMaps works after restarting, but will always crash again the next time I load it in the session.
Crash volume for signature '@0x0 | update_textures':
- nightly (version 50): 0 crash from 2016-06-06.
- aurora (version 49): 0 crash from 2016-06-07.
- beta (version 48): 1 crash from 2016-06-06.
- release (version 47): 127 crashes from 2016-05-31.
- esr (version 45): 0 crash from 2016-04-07.
Crash volume on the last weeks:
Week N-1 Week N-2 Week N-3 Week N-4 Week N-5 Week N-6 Week N-7
- nightly 0 0 0 0 0 0 0
- aurora 0 0 0 0 0 0 0
- beta 0 0 0 0 1 0 0
- release 9 23 18 32 14 19 5
- esr 0 0 0 0 0 0 0
Affected platform: Linux
status-firefox47:
--- → affected
status-firefox48:
--- → affected
Crash volume for signature '@0x0 | update_textures':
- nightly (version 51): 0 crashes from 2016-08-01.
- aurora (version 50): 0 crashes from 2016-08-01.
- beta (version 49): 0 crashes from 2016-08-02.
- release (version 48): 43 crashes from 2016-07-25.
- esr (version 45): 1 crash from 2016-05-02.
Crash volume on the last weeks (Week N is from 08-22 to 08-28):
W. N-1 W. N-2 W. N-3
- nightly 0 0 0
- aurora 0 0 0
- beta 0 0 0
- release 13 14 1
- esr 1 0 0
Affected platform: Linux
Crash rank on the last 7 days:
Browser Content Plugin
- nightly
- aurora
- beta
- release #996
- esr
status-firefox-esr45:
--- → affected
Updated•3 years ago
|
Priority: -- → P3
Comment 6•3 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Comment 7•3 years ago
|
||
Closing because no crash reported since 12 weeks.
You need to log in
before you can comment on or make changes to this bug.
Description
•