Closed Bug 1583176 Opened 5 years ago Closed 5 years ago

Stop saving frame pointer for Baseline VM calls

Categories

(Core :: JavaScript Engine: JIT, task, P1)

task

Tracking

()

RESOLVED FIXED
mozilla71
Tracking Status
firefox71 --- fixed

People

(Reporter: jandem, Assigned: jandem)

References

Details

Attachments

(1 file)

While prototyping bug 1583172 today I noticed we save the frame pointer register in Baseline code for normal VM calls but we don't do this for tail calls. This has never caused any issues and the frame pointer register is non-volatile on all of our JIT platforms so I think we should just stop saving it for non-tail-calls too.

The frame pointer register is non-volatile on all of our platforms.

Also note that we never saved the frame pointer for tail calls and this has
never been an issue.

Priority: -- → P1
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/14e2e5325cec
Stop saving frame pointer for Baseline VM calls. r=tcampbell

Backed out changeset 14e2e5325cec (Bug 1583176) for test_tearoff_with_cc.html failures

Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&fromchange=f2530502f6c4790ba778f1ceab633fcf161fc2f6&searchStr=windows%2C10%2Cx64%2Cquantumrender%2Cdebug%2Cmochitests%2Ctest-windows10-64-qr%2Fdebug-mochitest-e10s-3%2Cm%283%29&tochange=5a1fbc74dc673d5507d4894640d74d3fe32d68ac&selectedJob=268745529

Backout link: https://hg.mozilla.org/integration/autoland/rev/5a1fbc74dc673d5507d4894640d74d3fe32d68ac

Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=268745529&repo=autoland&lineNumber=16200

[task 2019-09-27T10:04:46.399Z] 10:04:46 INFO - TEST-START | dom/svg/test/test_tearoff_with_cc.html
[task 2019-09-27T10:04:46.429Z] 10:04:46 INFO - GECKO(10532) | ++DOMWINDOW == 21 (0000018C559F6C00) [pid = 8312] [serial = 171] [outer = 0000018C559E1020]
[task 2019-09-27T10:04:46.454Z] 10:04:46 INFO - GECKO(10532) | ++DOCSHELL 0000018C5421D800 == 5 [pid = 8312] [id = {b3ed55c4-ed09-4d4c-a742-c5a75e65487e}]
[task 2019-09-27T10:04:46.454Z] 10:04:46 INFO - GECKO(10532) | ++DOMWINDOW == 22 (0000018C559E1200) [pid = 8312] [serial = 172] [outer = 0000000000000000]
[task 2019-09-27T10:04:46.456Z] 10:04:46 INFO - GECKO(10532) | ++DOMWINDOW == 23 (0000018C562C2800) [pid = 8312] [serial = 173] [outer = 0000018C559E1200]
[task 2019-09-27T10:04:46.477Z] 10:04:46 INFO - GECKO(10532) | #01: static void core::ops::function::Fn::call<fn(core::panic::PanicInfo*),(core::panic::PanicInfo*)>( * , struct core::panic::PanicInfo ) [git:github.com/rust-lang/rust:src/libcore/ops/function.rs:eae3437dfe991621e8afdc82734f4a172d7ddf9b:69]
[task 2019-09-27T10:04:46.478Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.478Z] 10:04:46 INFO - GECKO(10532) | #02: void std::panicking::rust_panic_with_hook() [git:github.com/rust-lang/rust:src/libstd/panicking.rs:eae3437dfe991621e8afdc82734f4a172d7ddf9b:484]
[task 2019-09-27T10:04:46.479Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.479Z] 10:04:46 INFO - GECKO(10532) | #03: <NoType> std::panicking::begin_panic<str
>(struct str
, struct (str*, u32, u32) *) [git:github.com/rust-lang/rust:src/libstd/panicking.rs:eae3437dfe991621e8afdc82734f4a172d7ddf9b:411]
[task 2019-09-27T10:04:46.480Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.480Z] 10:04:46 INFO - GECKO(10532) | #04: static struct webrender_bindings::moz2d_renderer::Entry webrender_bindings::moz2d_renderer::BlobReader::read_entry() [gfx/webrender_bindings/src/moz2d_renderer.rs:0]
[task 2019-09-27T10:04:46.480Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.480Z] 10:04:46 INFO - GECKO(10532) | #05: void webrender_bindings::moz2d_renderer::{{impl}}::update(struct webrender_bindings::moz2d_renderer::Moz2dBlobImageHandler *, struct webrender_api::image::BlobImageKey, struct alloc::sync::Arc<alloc::vec::Vec<u8>>, struct euclid::rect::Rect<i32, webrender_api::units::DevicePixel> *, union webrender_api::image::DirtyRect<i32, webrender_api::units::LayoutPixel> *) [gfx/webrender_bindings/src/moz2d_renderer.rs:641]
[task 2019-09-27T10:04:46.480Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.480Z] 10:04:46 INFO - GECKO(10532) | #06: void webrender::resource_cache::ResourceCache::pre_scene_building_update(struct alloc::vec::Vec<webrender_api::api::ResourceUpdate> *, struct webrender::profiler::ResourceProfileCounters ) [gfx/wr/webrender/src/resource_cache.rs:674]
[task 2019-09-27T10:04:46.480Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.481Z] 10:04:46 INFO - GECKO(10532) | #07: struct webrender::scene_builder_thread::Transaction * core::ops::function::impls::{{impl}}::call_once<((webrender_api::api::DocumentId
, webrender_api::api::TransactionMsg)),closure>(struct closure , struct (webrender_api::api::DocumentId, webrender_api::api::TransactionMsg)) [git:github.com/rust-lang/rust:src/libcore/ops/function.rs:eae3437dfe991621e8afdc82734f4a172d7ddf9b:279]
[task 2019-09-27T10:04:46.481Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.481Z] 10:04:46 INFO - GECKO(10532) | #08: struct alloc::vec::Vec<alloc::boxed::Box<webrender::scene_builder_thread::Transaction>> alloc::vec::{{impl}}::from_iter<alloc::boxed::Box<webrender::scene_builder_thread::Transaction>,core::iter::adapters::Map<core::iter::adapters::zip::Zip<core::slice::Iter<webrender_api::api::DocumentId>, alloc::vec::Drain<webrender_api::api::TransactionMsg>>, closure>>(struct core::iter::adapters::Map<core::iter::adapters::zip::Zip<core::slice::Iter<webrender_api::api::DocumentId>, alloc::vec::Drain<webrender_api::api::TransactionMsg>>, closure>) [git:github.com/rust-lang/rust:src/liballoc/vec.rs:eae3437dfe991621e8afdc82734f4a172d7ddf9b:1883]
[task 2019-09-27T10:04:46.481Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.481Z] 10:04:46 INFO - GECKO(10532) | #09: static union webrender::render_backend::RenderBackendStatus webrender::render_backend::RenderBackend::process_api_msg(union webrender_api::api::ApiMsg, struct webrender::profiler::BackendProfileCounters *, unsigned int *) [gfx/wr/webrender/src/render_backend.rs:1228]
[task 2019-09-27T10:04:46.481Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.481Z] 10:04:46 INFO - GECKO(10532) | #10: static void webrender::renderer::{{impl}}::new::{{closure}}(struct closure) [gfx/wr/webrender/src/renderer.rs:2195]
[task 2019-09-27T10:04:46.481Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.482Z] 10:04:46 INFO - GECKO(10532) | #11: void std::sys_common::backtrace::__rust_begin_short_backtrace<closure,()>(struct closure) [git:github.com/rust-lang/rust:src/libstd/sys_common/backtrace.rs:eae3437dfe991621e8afdc82734f4a172d7ddf9b:78]
[task 2019-09-27T10:04:46.482Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.482Z] 10:04:46 INFO - GECKO(10532) | #12: void std::panicking::try::do_call<std::panic::AssertUnwindSafe<closure>,()>(unsigned char *) [git:github.com/rust-lang/rust:src/libstd/panicking.rs:eae3437dfe991621e8afdc82734f4a172d7ddf9b:298]
[task 2019-09-27T10:04:46.482Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.482Z] 10:04:46 INFO - GECKO(10532) | #13: void panic_abort::__rust_maybe_catch_panic() [git:github.com/rust-lang/rust:src/libpanic_abort/lib.rs:eae3437dfe991621e8afdc82734f4a172d7ddf9b:31]
[task 2019-09-27T10:04:46.482Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.483Z] 10:04:46 INFO - GECKO(10532) | #14: static void core::ops::function::FnOnce::call_once<closure,()>(struct closure *) [git:github.com/rust-lang/rust:src/libcore/ops/function.rs:eae3437dfe991621e8afdc82734f4a172d7ddf9b:231]
[task 2019-09-27T10:04:46.483Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.483Z] 10:04:46 INFO - GECKO(10532) | #15: static void alloc::boxed::{{impl}}::call_once<(),FnOnce<()>>() [git:github.com/rust-lang/rust:src/liballoc/boxed.rs:eae3437dfe991621e8afdc82734f4a172d7ddf9b:746]
[task 2019-09-27T10:04:46.483Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.483Z] 10:04:46 INFO - GECKO(10532) | #16: static void std::sys::windows::thread::{{impl}}::new::thread_start() [git:github.com/rust-lang/rust:src/libstd/sys/windows/thread.rs:eae3437dfe991621e8afdc82734f4a172d7ddf9b:47]
[task 2019-09-27T10:04:46.483Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.483Z] 10:04:46 INFO - GECKO(10532) | #17: KERNEL32.DLL + 0x13034
[task 2019-09-27T10:04:46.483Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.563Z] 10:04:46 INFO - GECKO(10532) | #18: static void patched_BaseThreadInitThunk(int, void *, void *) [mozglue/dllservices/WindowsDllBlocklist.cpp:565]
[task 2019-09-27T10:04:46.563Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.563Z] 10:04:46 INFO - GECKO(10532) | #19: ntdll.dll + 0x71461
[task 2019-09-27T10:04:46.563Z] 10:04:46 INFO -
[task 2019-09-27T10:04:46.563Z] 10:04:46 INFO - GECKO(10532) | ++DOMWINDOW == 24 (0000018C56724C00) [pid = 8312] [serial = 174] [outer = 0000018C559E1200]
[task 2019-09-27T10:04:46.633Z] 10:04:46 INFO - GECKO(10532) | --DOCSHELL 0000018C544B9800 == 4 [pid = 8312] [id = {19530eda-a988-4208-9f31-948c0d8a96c2}] [url = http://mochi.test:8888/tests/dom/svg/test/switch-helper.svg]
[task 2019-09-27T10:04:46.633Z] 10:04:46 INFO - GECKO(10532) | --DOMWINDOW == 23 (0000018C53672000) [pid = 8312] [serial = 159] [outer = 0000000000000000] [url = http://mochi.test:8888/tests/dom/svg/test/test_stroke-hit-testing.xhtml]
[task 2019-09-27T10:04:46.633Z] 10:04:46 INFO - GECKO(10532) | --DOMWINDOW == 22 (0000018C5366B400) [pid = 8312] [serial = 155] [outer = 0000000000000000] [url = http://mochi.test:8888/tests/dom/svg/test/test_selectSubString.xhtml]
[task 2019-09-27T10:04:46.633Z] 10:04:46 INFO - GECKO(10532) | --DOMWINDOW == 21 (0000018C51BEB400) [pid = 8312] [serial = 161] [outer = 0000000000000000] [url = http://mochi.test:8888/tests/dom/svg/test/test_stroke-linecap-hit-testing.xhtml]
[task 2019-09-27T10:04:46.633Z] 10:04:46 INFO - GECKO(10532) | --DOMWINDOW == 20 (0000018C5592EC00) [pid = 8312] [serial = 157] [outer = 0000000000000000] [url = http://mochi.test:8888/tests/dom/svg/test/selectSubString-helper.svg]
[task 2019-09-27T10:04:46.634Z] 10:04:46 INFO - GECKO(10532) | --DOMWINDOW == 19 (0000018C51BF7800) [pid = 8312] [serial = 158] [outer = 0000000000000000] [url = http://mochi.test:8888/tests/SimpleTest/iframe-between-tests.html]
[task 2019-09-27T10:04:46.634Z] 10:04:46 INFO - GECKO(10532) | --DOMWINDOW == 18 (0000018C51BED400) [pid = 8312] [serial = 162] [outer = 0000000000000000] [url = http://mochi.test:8888/tests/SimpleTest/iframe-between-tests.html]
[task 2019-09-27T10:04:46.634Z] 10:04:46 INFO - GECKO(10532) | --DOMWINDOW == 17 (0000018C567DEC00) [pid = 8312] [serial = 160] [outer = 0000000000000000] [url = http://mochi.test:8888/tests/SimpleTest/iframe-between-tests.html]
[task 2019-09-27T10:04:46.655Z] 10:04:46 INFO - GECKO(10532) | --DOMWINDOW == 16 (0000018C536077A0) [pid = 8312] [serial = 166] [outer = 0000000000000000] [url = http://mochi.test:8888/tests/dom/svg/test/switch-helper.svg]
[task 2019-09-27T10:04:46.665Z] 10:04:46 INFO - GECKO(10532) | ++DOMWINDOW == 17 (0000018C51BEA000) [pid = 8312] [serial = 175] [outer = 0000018C559E1200]
[task 2019-09-27T10:04:46.783Z] 10:04:46 INFO - GECKO(10532) | [Parent 1784, Gecko_IOThread] WARNING: pipe error: 0: file z:/build/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 458
[task 2019-09-27T10:04:46.783Z] 10:04:46 INFO - GECKO(10532) | [GFX1-]: Receive IPC close with reason=AbnormalShutdown
[task 2019-09-27T10:04:46.783Z] 10:04:46 INFO - GECKO(10532) | [GFX1-]: Receive IPC close with reason=AbnormalShutdown
[task 2019-09-27T10:04:46.793Z] 10:04:46 INFO - GECKO(10532) | ###!!! [Child][MessageChannel] Error: (msgtype=0xAC0021,name=PWebRenderBridge::Msg_Shutdown) Channel error: cannot send/recv
[task 2019-09-27T10:04:46.793Z] 10:04:46 INFO - GECKO(10532) | ###!!! [Child][MessageChannel] Error: (msgtype=0x9B0003,name=PTexture::Msg_Destroy) Channel error: cannot send/recv
[task 2019-09-27T10:04:46.793Z] 10:04:46 INFO - GECKO(10532) | ###!!! [Child][MessageChannel] Error: (msgtype=0x9B0003,name=PTexture::Msg_Destroy) Channel error: cannot send/recv
[task 2019-09-27T10:04:46.793Z] 10:04:46 INFO - GECKO(10532) | ###!!! [Child][MessageChannel] Error: (msgtype=0xD,name=PAPZ::Msg_Destroy) Channel error: cannot send/recv
[task 2019-09-27T10:04:46.794Z] 10:04:46 INFO - GECKO(10532) | ###!!! [Child][MessageChannel::SendAndWait] Error: (msgtype=0x340017,name=PCompositorBridge::Msg_WillClose) Channel error: cannot send/recv
[task 2019-09-27T10:04:46.794Z] 10:04:46 INFO - GECKO(10532) | ###!!! [Child][MessageChannel] Error: (msgtype=0x5E0015,name=PLayerTransaction::Msg_ClearCachedResources) Channel error: cannot send/recv
[task 2019-09-27T10:04:46.794Z] 10:04:46 INFO - GECKO(10532) | ###!!! [Child][MessageChannel] Error: (msgtype=0x5E001E,name=PLayerTransaction::Msg_Shutdown) Channel error: cannot send/recv
[task 2019-09-27T10:04:46.794Z] 10:04:46 INFO - GECKO(10532) | ###!!! [Child][MessageChannel::SendAndWait] Error: (msgtype=0x340017,name=PCompositorBridge::Msg_WillClose) Channel error: cannot send/recv
[task 2019-09-27T10:04:46.799Z] 10:04:46 INFO - GECKO(10532) | 2019-09-27 10:04:46: minidump.cc:1571: ERROR: MinidumpThread has a memory region problem, 0x3b1c3fe718+0x18e8, RVA 0x0x0
...
[task 2019-09-27T10:04:46.812Z] 10:04:46 INFO - GECKO(10532) | 2019-09-27 10:04:46: minidump.cc:1571: ERROR: MinidumpThread has a memory region problem, 0x3b25fff8f8+0x708, RVA 0x0x0
[task 2019-09-27T10:04:46.812Z] 10:04:46 INFO - GECKO(10532) | ### XPCOM_MEM_BLOAT_LOG defined -- logging bloat/leaks to c:\users\task_1569572090\appdata\local\temp\tmplwmcma.mozrunner\runtests_leaks_gpu_pid2540.log
[task 2019-09-27T10:04:46.833Z] 10:04:46 INFO - GECKO(10532) | ++DOMWINDOW == 18 (0000018C5366B400) [pid = 8312] [serial = 176] [outer = 0000018C559E1200]
[task 2019-09-27T10:04:46.843Z] 10:04:46 INFO - GECKO(10532) | [GFX1-]: Receive IPC close with reason=AbnormalShutdown
[task 2019-09-27T10:04:46.848Z] 10:04:46 INFO - GECKO(10532) | [GFX1-]: Receive IPC close with reason=AbnormalShutdown
[task 2019-09-27T10:04:46.848Z] 10:04:46 INFO - GECKO(10532) | [GFX1-]: Receive IPC close with reason=AbnormalShutdown
[task 2019-09-27T10:04:46.848Z] 10:04:46 INFO - GECKO(10532) | Initializing context 000001F709074000 surface 000001F700C8C280 on display 000001F700CED200
[task 2019-09-27T10:04:46.853Z] 10:04:46 INFO - GECKO(10532) | [GPU 2540, Renderer] WARNING: framebuffer_multisample marked as unsupported: file z:/build/build/src/gfx/gl/GLContextFeatures.cpp, line 623
[task 2019-09-27T10:04:46.853Z] 10:04:46 INFO - GECKO(10532) | [GPU 2540, Renderer] WARNING: Robustness supported, strategy is not LOSE_CONTEXT_ON_RESET!: file z:/build/build/src/gfx/gl/GLContext.cpp, line 978
[task 2019-09-27T10:04:46.853Z] 10:04:46 INFO - GECKO(10532) | [GPU 2540, Renderer] WARNING: robustness marked as unsupported: file z:/build/build/src/gfx/gl/GLContextFeatures.cpp, line 623
[task 2019-09-27T10:04:46.858Z] 10:04:46 INFO - GECKO(10532) | [GPU 2540, Compositor] WARNING: Created child without a matching parent?: file z:/build/build/src/gfx/layers/ipc/ContentCompositorBridgeParent.cpp, line 108
[task 2019-09-27T10:04:46.862Z] 10:04:46 INFO - GECKO(10532) | [Child 6532, Main Thread] WARNING: failed to allocate layer transaction: file z:/build/build/src/dom/ipc/BrowserChild.cpp, line 2702
[task 2019-09-27T10:04:46.862Z] 10:04:46 INFO - GECKO(10532) | [Child 6532, Main Thread] WARNING: failed to recreate layer manager: file z:/build/build/src/dom/ipc/BrowserChild.cpp, line 3103
[task 2019-09-27T10:04:46.863Z] 10:04:46 INFO - GECKO(10532) | [2019-09-27T10:04:46Z WARN webrender_bindings::bindings] Could not find symbol "glBlendBarrierKHR" by glcontext
...
[task 2019-09-27T10:04:46.909Z] 10:04:46 INFO - GECKO(10532) | [2019-09-27T10:04:46Z WARN webrender_bindings::bindings] Could not find symbol "glTextureStorage3DEXT" by glcontext
[task 2019-09-27T10:04:46.914Z] 10:04:46 INFO - GECKO(10532) | [GPU 2540, Compositor] WARNING: Created child without a matching parent?: file z:/build/build/src/gfx/layers/ipc/ContentCompositorBridgeParent.cpp, line 108
[task 2019-09-27T10:04:46.916Z] 10:04:46 INFO - GECKO(10532) | [Child 6532, Main Thread] WARNING: failed to allocate layer transaction: file z:/build/build/src/dom/ipc/BrowserChild.cpp, line 2702
[task 2019-09-27T10:04:46.916Z] 10:04:46 INFO - GECKO(10532) | [Child 6532, Main Thread] WARNING: failed to recreate layer manager: file z:/build/build/src/dom/ipc/BrowserChild.cpp, line 3103
[task 2019-09-27T10:04:46.921Z] 10:04:46 INFO - GECKO(10532) | [GPU 2540, Compositor] WARNING: Created child without a matching parent?: file z:/build/build/src/gfx/layers/ipc/ContentCompositorBridgeParent.cpp, line 108
[task 2019-09-27T10:04:46.921Z] 10:04:46 INFO - GECKO(10532) | [Child 6532, Main Thread] WARNING: failed to allocate layer transaction: file z:/build/build/src/dom/ipc/BrowserChild.cpp, line 2702
[task 2019-09-27T10:04:46.921Z] 10:04:46 INFO - GECKO(10532) | [Child 6532, Main Thread] WARNING: failed to recreate layer manager: file z:/build/build/src/dom/ipc/BrowserChild.cpp, line 3103
[task 2019-09-27T10:04:47.039Z] 10:04:47 INFO - GECKO(10532) | ++DOMWINDOW == 19 (0000018C54465800) [pid = 8312] [serial = 177] [outer = 0000018C559E1200]
[task 2019-09-27T10:04:47.160Z] 10:04:47 INFO - GECKO(10532) | ++DOMWINDOW == 20 (0000018C559F6400) [pid = 8312] [serial = 178] [outer = 0000018C559E1200]
[task 2019-09-27T10:04:47.261Z] 10:04:47 INFO - GECKO(10532) | ++DOMWINDOW == 21 (0000018C56728800) [pid = 8312] [serial = 179] [outer = 0000018C559E1200]
[task 2019-09-27T10:04:47.384Z] 10:04:47 INFO - GECKO(10532) | ++DOMWINDOW == 22 (0000018C5672D400) [pid = 8312] [serial = 180] [outer = 0000018C559E1200]
[task 2019-09-27T10:04:47.518Z] 10:04:47 INFO - GECKO(10532) | ++DOMWINDOW == 23 (0000018C567D0C00) [pid = 8312] [serial = 181] [outer = 0000018C559E1200]
[task 2019-09-27T10:04:47.629Z] 10:04:47 INFO - GECKO(10532) | ++DOMWINDOW == 24 (0000018C567D6C00) [pid = 8312] [serial = 182] [outer = 0000018C559E1200]
[task 2019-09-27T10:04:47.770Z] 10:04:47 INFO - GECKO(10532) | MEMORY STAT | vsize 2103860MB | vsizeMaxContiguous 71826378MB | residentFast 119MB | heapAllocated 19MB
[task 2019-09-27T10:04:47.775Z] 10:04:47 INFO - Buffered messages logged at 10:04:47
[task 2019-09-27T10:04:47.775Z] 10:04:47 INFO - TEST-PASS | dom/svg/test/test_tearoff_with_cc.html | Didn't crash!
[task 2019-09-27T10:04:47.775Z] 10:04:47 INFO - Buffered messages finished
[task 2019-09-27T10:04:47.775Z] 10:04:47 INFO - TEST-UNEXPECTED-ERROR | dom/svg/test/test_tearoff_with_cc.html | unexpected-crash-dump-found - This test left crash dumps behind, but we weren't expecting it to!
[task 2019-09-27T10:04:47.775Z] 10:04:47 INFO - Found unexpected crash dump file C:\Users\task_1569572090\AppData\Local\Temp\tmplwmcma.mozrunner\minidumps\17ba9a3b-02aa-461d-9a1b-1b561798af20.dmp.
[task 2019-09-27T10:04:47.775Z] 10:04:47 INFO - Found unexpected crash dump file C:\Users\task_1569572090\AppData\Local\Temp\tmplwmcma.mozrunner\minidumps\17ba9a3b-02aa-461d-9a1b-1b561798af20.extra.
[task 2019-09-27T10:04:47.779Z] 10:04:47 INFO - TEST-UNEXPECTED-CRASH | dom/svg/test/test_tearoff_with_cc.html | Finished in 1380ms
[task 2019-09-27T10:04:47.779Z] 10:04:47 INFO - {u'runtime': 1380}
[task 2019-09-27T10:04:47.779Z] 10:04:47 INFO - TEST-INFO took 1380ms
[task 2019-09-27T10:04:47.798Z] 10:04:47 INFO - GECKO(10532) | ++DOMWINDOW == 25 (0000018C567DBC00) [pid = 8312] [serial = 183] [outer = 0000018C559E1020]
[task 2019-09-27T10:04:47.808Z] 10:04:47 INFO - TEST-START | dom/svg/test/test_text.html

Flags: needinfo?(jdemooij)

I'm pretty sure it's an unrelated WebRender issue, but let's wait a few hours and see :)

Pushed by btara@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/65672f4b61ba
Stop saving frame pointer for Baseline VM calls. r=tcampbell CLOSED TREE
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Flags: needinfo?(jdemooij)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: