WebGL crash in present
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox74 | --- | affected |
firefox75 | --- | ? |
firefox76 | --- | ? |
People
(Reporter: jujjyl, Assigned: jgilbert)
Details
Crash Data
https://crash-stats.mozilla.org/report/index/412b3fe4-87e8-4bc0-aaaf-ea27d0200317
https://crash-stats.mozilla.org/report/index/a0d868dd-e97f-4aa3-9f62-f5d5c0200317
Crashes the tab deterministically on a Firefox 74 Win10 PC. Does not crash on macOS on Firefox 74.
STR:
Visit http://clb.confined.space/dump/unity/tinyracing-wasm-crashing-win10/TinyRacing.html
Download local version: http://clb.confined.space/dump/unity/tinyracing-wasm-crashing-win10.zip
Assignee | ||
Comment 1•5 years ago
|
||
I do see this on a Windows machine (after waiting a bit for it to load):
Error: trap! 6145d595-66e5-40d7-ab48-62d66fe3deaf:128:9
abort blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf:128
_llvm_trap blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf:6073
__ZN6il2cpp2os12CrashHelpers9CrashImplEv blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf line 6458 > WebAssembly.instantiate:2676780
__ZN6il2cpp2os12CrashHelpers5CrashEv blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf line 6458 > WebAssembly.instantiate:2676774
__ZN4tiny2vm9Exception5RaiseEP15Il2CppException blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf line 6458 > WebAssembly.instantiate:2688313
__Z30il2cpp_codegen_raise_exceptionP11Exception_t blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf line 6458 > WebAssembly.instantiate:56074
_UnityInstance_UpdateLoadingConfig_m2675127F503172B4C525BB4B64103821A0AADC65 blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf line 6458 > WebAssembly.instantiate:2666028
_UnityInstance_Update_mAE7A0D2670F4367D0B663953C6C8CAA30400DED3 blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf line 6458 > WebAssembly.instantiate:2665223
_U3CU3Ec__DisplayClass0_0_U3CMainU3Eb__0_m3F51DBC96CBF9C52A427FCC385A798BB909DE7E0 blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf line 6458 > WebAssembly.instantiate:1187151
_ReversePInvokeWrapper_RunLoopImpl_ManagedRAFCallback_m6AF68B90066F0A01C214161FB97D3086293E0608 blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf line 6458 > WebAssembly.instantiate:2666703
__ZL4tickdPv blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf line 6458 > WebAssembly.instantiate:3000923
dynCall_idi blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf line 6458 > WebAssembly.instantiate:3118272
tick blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf:4057
(Async: FrameRequestCallback)
tick blob:http://clb.confined.space/6145d595-66e5-40d7-ab48-62d66fe3deaf:4058
(Async: FrameRequestCallback)
Assignee | ||
Comment 2•5 years ago
|
||
I did not see a tab crash on that load, at least. Is it intermittent? Oh, this might be related to the Resize changes. I'll test 74. (was 76)
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 3•4 years ago
|
||
This got fixed by bug 1632249 which removed the explicit crash and rewrote a lot of the related plumbing. It still happens in 78 ESR but that is now EOL.
Description
•