Closed Bug 1773696 Opened 2 years ago Closed 2 years ago

`sendWheelEvent` should check `StaticPrefs::test_events_async_enabled()` before dispatching to parent

Categories

(Core :: DOM: Events, defect)

defect

Tracking

()

RESOLVED FIXED
104 Branch
Tracking Status
firefox104 --- fixed

People

(Reporter: jgraham, Assigned: jgraham)

References

Details

Attachments

(1 file)

Otherwise it's not possible to create wheel events e.g. in marionette without running into IPC problems.

Another possibility might be to check in the parent process if marionette/remoteagent is running and if so, let the child send the message.

So a simple patch to make wheel scrolling work like other events and call DispatchEvent unless test.events.async.enabled is set. It appears to fix the wdspec tests (the normal wpt failures there are mostly tests that didn't work at all without some support for these events, but now at least don't error). I don't think that's the right long term fix if it prevents dispatching events across cross-origin iframes, but I wonder if it's the kind of thing we could land in the short term?

I think that change is fine, given that it has similar behavior to other event handling in wpt.
I assume the patch does break some mochitests though.

(Does it need 'status = ' ? status isn't used for anything)

I wonder that in the fission world, is it possible that wheel events are fired outside PuppetWidget and/or inside <iframe> whose origin is different from the parent? If it's impossible unless it's in a wheel-transaction, ignoring test.events.async.enabled and always using async dispatch might be better behavior as a test API.

Right. We'd need to let one to use the async API then whenever marionette is enabled. That is may be ok. Marionette should use async API then also for other events, right now it is not doing that, I believe.

Severity: -- → S2

I think allowing Marionette to use the async API would be the ideal solution; I was mostly hoping there was a stopgap which we could implement quickly to allow wheel support to land. But smaug predicted the patch I wrote does cause quite a lot of mochitest breakage. Maybe all those tests should be setting the pref to allow the cross-process messages? I can do that of course, but fixing the underlying issue does seem better.

That doesn't looks too bad to me. Those tests could set the test.events.async.enabled pref, just like what we do with other event tests requiring async handling through parent process.

The widget->DispatchInputEvent codepath only works in gecko CI
configurations, so to allow this to be used for e.g. WebDriver
implement a path that doesn't go via the parent process.

Assignee: nobody → james
Status: NEW → ASSIGNED
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/autoland/rev/83c2ba6648ac Make wheel event IPC depend on test_events_async_enabled, r=smaug

Backed out for causing mochitest failures.

Failure line 1: Assertion failure: aOther.mValue != 0 (Division by zero), at /builds/worker/workspace/obj-build/dist/include/mozilla/TimeStamp.h:206
Failure log 1

Failure line 2: TEST-UNEXPECTED-FAIL | dom/events/test/test_bug1013412.html | Test timed out. -
Failure log 2

Failure line 3: TEST-UNEXPECTED-FAIL | dom/events/test/test_wheel_zoom_on_form_controls.html | select: wheel event changed the zoom.
Failure log 3

Push with failures

Backout link

[task 2022-06-30T09:41:16.256Z] 09:41:16     INFO - TEST-START | dom/events/test/test_bug1013412.html
[task 2022-06-30T09:41:16.486Z] 09:41:16     INFO - GECKO(1631) | Assertion failure: aOther.mValue != 0 (Division by zero), at /builds/worker/workspace/obj-build/dist/include/mozilla/TimeStamp.h:206
[task 2022-06-30T09:41:16.494Z] 09:41:16     INFO -  Initializing stack-fixing for the first stack frame, this may take a while...
[task 2022-06-30T09:41:22.727Z] 09:41:22     INFO - GECKO(1631) | #01: mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator>::operator/(mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator> const&) const [mozglue/misc/TimeStamp.h:206]
[task 2022-06-30T09:41:22.728Z] 09:41:22     INFO - GECKO(1631) | #02: mozilla::ScrollAnimationBezierPhysics::PositionAt(mozilla::TimeStamp const&) [layout/generic/ScrollAnimationBezierPhysics.cpp:121]
[task 2022-06-30T09:41:22.729Z] 09:41:22     INFO - GECKO(1631) | #03: mozilla::layers::GenericScrollAnimation::DoSample(mozilla::layers::FrameMetrics&, mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator> const&) [gfx/layers/apz/src/GenericScrollAnimation.cpp:74]
[task 2022-06-30T09:41:22.730Z] 09:41:22     INFO - GECKO(1631) | #04: mozilla::layers::AsyncPanZoomController::UpdateAnimation(mozilla::RecursiveMutexAutoLock const&, mozilla::layers::SampleTime const&, nsTArray<RefPtr<mozilla::Runnable> >*) [gfx/layers/apz/src/AsyncPanZoomController.cpp:4485]
[task 2022-06-30T09:41:22.730Z] 09:41:22     INFO - GECKO(1631) | #05: mozilla::layers::AsyncPanZoomController::AdvanceAnimations(mozilla::layers::SampleTime const&) [gfx/layers/apz/src/AsyncPanZoomController.cpp:4552]
[task 2022-06-30T09:41:22.731Z] 09:41:22     INFO - GECKO(1631) | #06: mozilla::layers::APZCTreeManager::AdvanceAnimationsInternal(mozilla::detail::BaseAutoLock<mozilla::Mutex&> const&, mozilla::layers::SampleTime const&) [gfx/layers/apz/src/APZCTreeManager.cpp:947]
[task 2022-06-30T09:41:22.732Z] 09:41:22     INFO - GECKO(1631) | #07: mozilla::layers::APZCTreeManager::SampleForWebRender(mozilla::Maybe<mozilla::layers::BaseTransactionId<mozilla::VsyncIdType> > const&, mozilla::wr::TransactionWrapper&, mozilla::layers::SampleTime const&) [gfx/layers/apz/src/APZCTreeManager.cpp:724]
[task 2022-06-30T09:41:22.732Z] 09:41:22     INFO - GECKO(1631) | #08: mozilla::layers::APZSampler::SampleForWebRender(mozilla::Maybe<mozilla::layers::BaseTransactionId<mozilla::VsyncIdType> > const&, mozilla::wr::TransactionWrapper&) [gfx/layers/apz/src/APZSampler.cpp:100]
[task 2022-06-30T09:41:22.741Z] 09:41:22     INFO - GECKO(1631) | #09: mozilla::layers::APZSampler::SampleForWebRender(mozilla::wr::WrWindowId const&, unsigned long const*, mozilla::wr::Transaction*) [gfx/layers/apz/src/APZSampler.cpp:69]
[task 2022-06-30T09:41:22.742Z] 09:41:22     INFO - GECKO(1631) | #10: apz_sample_transforms [gfx/layers/apz/src/APZSampler.cpp:211]
[task 2022-06-30T09:41:22.742Z] 09:41:22     INFO - GECKO(1631) | #11: <webrender_bindings::bindings::SamplerCallback as webrender::renderer::AsyncPropertySampler>::sample [gfx/webrender_bindings/src/bindings.rs:1061]
[task 2022-06-30T09:41:22.743Z] 09:41:22     INFO - GECKO(1631) | #12: webrender::render_backend::RenderBackend::update_document [gfx/wr/webrender/src/render_backend.rs:1337]
[task 2022-06-30T09:41:22.743Z] 09:41:22     INFO - GECKO(1631) | #13: webrender::render_backend::RenderBackend::process_api_msg [gfx/wr/webrender/src/render_backend.rs:1107]
[task 2022-06-30T09:41:22.743Z] 09:41:22     INFO - GECKO(1631) | #14: std::sys_common::backtrace::__rust_begin_short_backtrace [git:github.com/rust-lang/rust:library/std/src/sys_common/backtrace.rs:fe5b13d681f25ee6474be29d748c65adcd91f69e:122]
[task 2022-06-30T09:41:22.743Z] 09:41:22     INFO - GECKO(1631) | #15: core::ops::function::FnOnce::call_once{{vtable.shim}} [git:github.com/rust-lang/rust:library/core/src/ops/function.rs:fe5b13d681f25ee6474be29d748c65adcd91f69e:227]
[task 2022-06-30T09:41:22.744Z] 09:41:22     INFO - GECKO(1631) | #16: std::sys::unix::thread::Thread::new::thread_start [git:github.com/rust-lang/rust:library/std/src/sys/unix/thread.rs:fe5b13d681f25ee6474be29d748c65adcd91f69e:108]
[task 2022-06-30T09:41:22.744Z] 09:41:22     INFO - GECKO(1631) | #17: set_alt_signal_stack_and_start(PthreadCreateParams*) [/builds/worker/workspace/build/application/firefox/firefox + 0xe544b]
[task 2022-06-30T09:41:22.744Z] 09:41:22     INFO - GECKO(1631) | #18: ??? [/lib/x86_64-linux-gnu/libpthread.so.0 + 0x76db]
[task 2022-06-30T09:41:22.745Z] 09:41:22     INFO - GECKO(1631) | #19: clone [/lib/x86_64-linux-gnu/libc.so.6 + 0x121a3f]
[task 2022-06-30T09:41:22.745Z] 09:41:22     INFO - GECKO(1631) | #20: ??? (???:???)
[task 2022-06-30T09:41:22.745Z] 09:41:22     INFO - GECKO(1631) | ExceptionHandler::GenerateDump cloned child 1951
[task 2022-06-30T09:41:22.746Z] 09:41:22     INFO - GECKO(1631) | ExceptionHandler::SendContinueSignalToChild sent continue signal to child
[task 2022-06-30T09:41:22.746Z] 09:41:22     INFO - GECKO(1631) | ExceptionHandler::WaitForContinueSignal waiting for continue signal...
[task 2022-06-30T09:41:22.747Z] 09:41:22     INFO - GECKO(1631) | [Child 1900, IPC I/O Child] WARNING: [401D47C7509298.A9E71CF05B084674]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.747Z] 09:41:22     INFO - GECKO(1631) | [Child 1896, IPC I/O Child] WARNING: [292F59DF33F138EE.E1F356E949DEF8EB]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.747Z] 09:41:22     INFO - GECKO(1631) | [Child 1896, IPC I/O Child] WARNING: [292F59DF33F138EE.E1F356E949DEF8EB]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.747Z] 09:41:22     INFO - GECKO(1631) | [Child 1900, IPC I/O Child] WARNING: [401D47C7509298.A9E71CF05B084674]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.748Z] 09:41:22     INFO - GECKO(1631) | [Child 1900, IPC I/O Child] WARNING: [401D47C7509298.A9E71CF05B084674]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.748Z] 09:41:22     INFO - GECKO(1631) | Exiting due to channel error.
[task 2022-06-30T09:41:22.749Z] 09:41:22     INFO - GECKO(1631) | [Child 1896, IPC I/O Child] WARNING: [292F59DF33F138EE.E1F356E949DEF8EB]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.749Z] 09:41:22     INFO - GECKO(1631) | [Child 1896, IPC I/O Child] WARNING: [292F59DF33F138EE.E1F356E949DEF8EB]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.749Z] 09:41:22     INFO - GECKO(1631) | [Child 1896, IPC I/O Child] WARNING: [292F59DF33F138EE.E1F356E949DEF8EB]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.749Z] 09:41:22     INFO - GECKO(1631) | Exiting due to channel error.
[task 2022-06-30T09:41:22.750Z] 09:41:22     INFO - GECKO(1631) | [Child 1793, IPC I/O Child] WARNING: [B0C9DE02614E46B5.A80863BCDEE3497C]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.750Z] 09:41:22     INFO - GECKO(1631) | [Child 1793, IPC I/O Child] WARNING: [B0C9DE02614E46B5.A80863BCDEE3497C]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.751Z] 09:41:22     INFO - GECKO(1631) | [Child 1793, IPC I/O Child] WARNING: [B0C9DE02614E46B5.A80863BCDEE3497C]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.751Z] 09:41:22     INFO - GECKO(1631) | [Child 1793, IPC I/O Child] WARNING: [B0C9DE02614E46B5.A80863BCDEE3497C]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.751Z] 09:41:22     INFO - GECKO(1631) | Exiting due to channel error.
[task 2022-06-30T09:41:22.751Z] 09:41:22     INFO - GECKO(1631) | [Child 1792, IPC I/O Child] WARNING: [5410F0A0CF05E222.979B796A98983851]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.752Z] 09:41:22     INFO - GECKO(1631) | [Child 1792, IPC I/O Child] WARNING: [5410F0A0CF05E222.979B796A98983851]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.754Z] 09:41:22     INFO - GECKO(1631) | [Child 1792, IPC I/O Child] WARNING: [5410F0A0CF05E222.979B796A98983851]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.754Z] 09:41:22     INFO - GECKO(1631) | [Child 1792, IPC I/O Child] WARNING: [5410F0A0CF05E222.979B796A98983851]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.755Z] 09:41:22     INFO - GECKO(1631) | [Child 1792, IPC I/O Child] WARNING: [5410F0A0CF05E222.979B796A98983851]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.755Z] 09:41:22     INFO - GECKO(1631) | [Child 1792, IPC I/O Child] WARNING: [5410F0A0CF05E222.979B796A98983851]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.756Z] 09:41:22     INFO - GECKO(1631) | Exiting due to channel error.
[task 2022-06-30T09:41:22.756Z] 09:41:22     INFO - GECKO(1631) | [Child 1732, IPC I/O Child] WARNING: [FFE4CF45DFDA9232.672589E27B0D085A]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.756Z] 09:41:22     INFO - GECKO(1631) | [Child 1732, IPC I/O Child] WARNING: [FFE4CF45DFDA9232.672589E27B0D085A]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.757Z] 09:41:22     INFO - GECKO(1631) | [Child 1732, IPC I/O Child] WARNING: [FFE4CF45DFDA9232.672589E27B0D085A]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.757Z] 09:41:22     INFO - GECKO(1631) | [Child 1732, IPC I/O Child] WARNING: [FFE4CF45DFDA9232.672589E27B0D085A]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.757Z] 09:41:22     INFO - GECKO(1631) | [Child 1732, IPC I/O Child] WARNING: [FFE4CF45DFDA9232.672589E27B0D085A]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.758Z] 09:41:22     INFO - GECKO(1631) | [Child 1732, IPC I/O Child] WARNING: [FFE4CF45DFDA9232.672589E27B0D085A]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.758Z] 09:41:22     INFO - GECKO(1631) | Exiting due to channel error.
[task 2022-06-30T09:41:22.758Z] 09:41:22     INFO - GECKO(1631) | [Socket 1666, IPC I/O Child] WARNING: [F22913DC5E094C6A.99EA43222BA2A316]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.759Z] 09:41:22     INFO - GECKO(1631) | [Socket 1666, IPC I/O Child] WARNING: [F22913DC5E094C6A.99EA43222BA2A316]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.762Z] 09:41:22     INFO - GECKO(1631) | [Socket 1666, IPC I/O Child] WARNING: [F22913DC5E094C6A.99EA43222BA2A316]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.763Z] 09:41:22     INFO - GECKO(1631) | [Socket 1666, Main Thread] WARNING: Shutting down Socket process early due to a crash!: file /builds/worker/checkouts/gecko/netwerk/ipc/SocketProcessChild.cpp:177
[task 2022-06-30T09:41:22.763Z] 09:41:22     INFO - GECKO(1631) | [Child 1788, IPC I/O Child] WARNING: [21B88B9867365DEF.8F0D4188F1C26DAE]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.763Z] 09:41:22     INFO - GECKO(1631) | [Child 1788, IPC I/O Child] WARNING: [21B88B9867365DEF.8F0D4188F1C26DAE]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.763Z] 09:41:22     INFO - GECKO(1631) | [Child 1788, IPC I/O Child] WARNING: [21B88B9867365DEF.8F0D4188F1C26DAE]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.763Z] 09:41:22     INFO - GECKO(1631) | [Child 1788, IPC I/O Child] WARNING: [21B88B9867365DEF.8F0D4188F1C26DAE]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.763Z] 09:41:22     INFO - GECKO(1631) | [Child 1788, IPC I/O Child] WARNING: [21B88B9867365DEF.8F0D4188F1C26DAE]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.763Z] 09:41:22     INFO - GECKO(1631) | [Child 1788, IPC I/O Child] WARNING: [21B88B9867365DEF.8F0D4188F1C26DAE]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.763Z] 09:41:22     INFO - GECKO(1631) | [Child 1788, IPC I/O Child] WARNING: [21B88B9867365DEF.8F0D4188F1C26DAE]: Ignoring message 'EVENT_MESSAGE' to peer 1.1 due to a missing broker: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:352
[task 2022-06-30T09:41:22.764Z] 09:41:22     INFO - GECKO(1631) | Exiting due to channel error.
[task 2022-06-30T09:41:22.764Z] 09:41:22     INFO - TEST-INFO | Main app process: exit 11
[task 2022-06-30T09:41:22.766Z] 09:41:22     INFO - Buffered messages logged at 09:41:16
[task 2022-06-30T09:41:22.769Z] 09:41:22     INFO - must wait for load
[task 2022-06-30T09:41:22.769Z] 09:41:22     INFO - Buffered messages finished
[task 2022-06-30T09:41:22.770Z] 09:41:22    ERROR - TEST-UNEXPECTED-FAIL | dom/events/test/test_bug1013412.html | application terminated with exit code 11
[task 2022-06-30T09:41:22.771Z] 09:41:22     INFO - runtests.py | Application ran for: 0:00:20.817104
[task 2022-06-30T09:41:22.771Z] 09:41:22     INFO - zombiecheck | Reading PID log: /tmp/tmpm252ccaipidlog
[task 2022-06-30T09:41:22.772Z] 09:41:22     INFO - ==> process 1631 launched child process 1650
[task 2022-06-30T09:41:22.772Z] 09:41:22     INFO - ==> process 1631 launched child process 1666
[task 2022-06-30T09:41:22.772Z] 09:41:22     INFO - ==> process 1631 launched child process 1732
[task 2022-06-30T09:41:22.773Z] 09:41:22     INFO - ==> process 1631 launched child process 1756
[task 2022-06-30T09:41:22.773Z] 09:41:22     INFO - ==> process 1631 launched child process 1788
[task 2022-06-30T09:41:22.773Z] 09:41:22     INFO - ==> process 1631 launched child process 1792
[task 2022-06-30T09:41:22.774Z] 09:41:22     INFO - ==> process 1631 launched child process 1793
[task 2022-06-30T09:41:22.774Z] 09:41:22     INFO - ==> process 1631 launched child process 1896
[task 2022-06-30T09:41:22.775Z] 09:41:22     INFO - ==> process 1631 launched child process 1900
[task 2022-06-30T09:41:22.775Z] 09:41:22     INFO - zombiecheck | Checking for orphan process with PID: 1792
[task 2022-06-30T09:41:22.776Z] 09:41:22     INFO - zombiecheck | Checking for orphan process with PID: 1793
[task 2022-06-30T09:41:22.776Z] 09:41:22     INFO - zombiecheck | Checking for orphan process with PID: 1666
[task 2022-06-30T09:41:22.777Z] 09:41:22     INFO - zombiecheck | Checking for orphan process with PID: 1732
[task 2022-06-30T09:41:22.777Z] 09:41:22     INFO - zombiecheck | Checking for orphan process with PID: 1788
[task 2022-06-30T09:41:22.778Z] 09:41:22     INFO - zombiecheck | Checking for orphan process with PID: 1896
[task 2022-06-30T09:41:22.778Z] 09:41:22     INFO - zombiecheck | Checking for orphan process with PID: 1900
[task 2022-06-30T09:41:22.778Z] 09:41:22     INFO - zombiecheck | Checking for orphan process with PID: 1650
[task 2022-06-30T09:41:22.779Z] 09:41:22     INFO - zombiecheck | Checking for orphan process with PID: 1756
[task 2022-06-30T09:41:22.779Z] 09:41:22     INFO - mozcrash Copy/paste: /builds/worker/fetches/minidump-stackwalk/minidump-stackwalk --symbols-url=https://symbols.mozilla.org/ --human /tmp/tmpdky18d7g.mozrunner/minidumps/1eba424e-1927-ab64-f7c7-2568a760266f.dmp /builds/worker/workspace/build/symbols
[task 2022-06-30T09:41:26.951Z] 09:41:26     INFO - mozcrash Saved minidump as /builds/worker/workspace/build/blobber_upload_dir/1eba424e-1927-ab64-f7c7-2568a760266f.dmp
[task 2022-06-30T09:41:26.951Z] 09:41:26     INFO - mozcrash Saved app info as /builds/worker/workspace/build/blobber_upload_dir/1eba424e-1927-ab64-f7c7-2568a760266f.extra
[task 2022-06-30T09:41:27.256Z] 09:41:27     INFO - PROCESS-CRASH | dom/events/test/test_bug1013412.html | application crashed [@ mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator>::operator/(mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator> const&) const]
[task 2022-06-30T09:41:27.256Z] 09:41:27     INFO - Mozilla crash reason: MOZ_ASSERT(aOther.mValue != 0) (Division by zero)
[task 2022-06-30T09:41:27.257Z] 09:41:27     INFO - Crash dump filename: /tmp/tmpdky18d7g.mozrunner/minidumps/1eba424e-1927-ab64-f7c7-2568a760266f.dmp
[task 2022-06-30T09:41:27.258Z] 09:41:27     INFO - Operating system: Linux
[task 2022-06-30T09:41:27.258Z] 09:41:27     INFO -                   4.4.0-1014-aws #14taskcluster1-Ubuntu SMP Tue Apr 3 10:27:00 UTC 2018
[task 2022-06-30T09:41:27.258Z] 09:41:27     INFO - CPU: amd64
[task 2022-06-30T09:41:27.259Z] 09:41:27     INFO -      family 6 model 85 stepping 4
[task 2022-06-30T09:41:27.259Z] 09:41:27     INFO -      2 CPUs
[task 2022-06-30T09:41:27.259Z] 09:41:27     INFO - Linux Ubuntu 18.04 - bionic (Ubuntu 18.04.6 LTS)
[task 2022-06-30T09:41:27.260Z] 09:41:27     INFO - 
[task 2022-06-30T09:41:27.260Z] 09:41:27     INFO - Crash reason:  SIGSEGV / SEGV_MAPERR
[task 2022-06-30T09:41:27.260Z] 09:41:27     INFO - Crash address: 0x0
[task 2022-06-30T09:41:27.260Z] 09:41:27     INFO - Process uptime: not available
[task 2022-06-30T09:41:27.260Z] 09:41:27     INFO - 
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO - Thread 57 WRRende~ckend#1 (crashed)
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO -  0  libxul.so!mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator>::operator/(mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator> const&) const [TimeStamp.h:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 206 + 0x29]
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO -      rax = 0x00007f92048bf8f9    rdx = 0x0000000000000000
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO -      rcx = 0x00005616c625cfb8    rbx = 0x00007f91e2135330
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO -      rsi = 0x00007f9218e3c8b0    rdi = 0x00007f9218e3b680
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO -      rbp = 0x00007f91e2af98d0    rsp = 0x00007f91e2af98d0
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO -       r8 = 0x00007f9218e3c8b0     r9 = 0x00007f91e2afe700
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO -      r10 = 0x0000000000000000    r11 = 0x0000000000000000
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO -      r12 = 0x00007f91e2135310    r13 = 0x00007f91e21352e0
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO -      r14 = 0x00007f91e2135328    r15 = 0x00007f91e2af99b8
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO -      rip = 0x00007f9207addae3
[task 2022-06-30T09:41:27.261Z] 09:41:27     INFO -     Found by: given as instruction pointer in context
[task 2022-06-30T09:41:27.262Z] 09:41:27     INFO -  1  libxul.so!mozilla::ScrollAnimationBezierPhysics::PositionAt(mozilla::TimeStamp const&) [ScrollAnimationBezierPhysics.cpp:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 121 + 0x21]
[task 2022-06-30T09:41:27.262Z] 09:41:27     INFO -      rbx = 0x00007f91e2135330    rbp = 0x00007f91e2af9940
[task 2022-06-30T09:41:27.262Z] 09:41:27     INFO -      rsp = 0x00007f91e2af98e0    r12 = 0x00007f91e2135310
[task 2022-06-30T09:41:27.262Z] 09:41:27     INFO -      r13 = 0x00007f91e21352e0    r14 = 0x00007f91e2135328
[task 2022-06-30T09:41:27.262Z] 09:41:27     INFO -      r15 = 0x00007f91e2af99b8    rip = 0x00007f920aef365d
[task 2022-06-30T09:41:27.262Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.262Z] 09:41:27     INFO -  2  libxul.so!mozilla::layers::GenericScrollAnimation::DoSample(mozilla::layers::FrameMetrics&, mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator> const&) [GenericScrollAnimation.cpp:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 74 + 0x13]
[task 2022-06-30T09:41:27.263Z] 09:41:27     INFO -      rbx = 0x00007f91e04511d0    rbp = 0x00007f91e2af99f0
[task 2022-06-30T09:41:27.263Z] 09:41:27     INFO -      rsp = 0x00007f91e2af9950    r12 = 0x00007f91d6ba97e0
[task 2022-06-30T09:41:27.263Z] 09:41:27     INFO -      r13 = 0x00007f91e2af99b8    r14 = 0x00000000fdb27900
[task 2022-06-30T09:41:27.263Z] 09:41:27     INFO -      r15 = 0x00007f91d6ba97c0    rip = 0x00007f9208650f26
[task 2022-06-30T09:41:27.263Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.264Z] 09:41:27     INFO -  3  libxul.so!mozilla::layers::AsyncPanZoomController::UpdateAnimation(mozilla::RecursiveMutexAutoLock const&, mozilla::layers::SampleTime const&, nsTArray<RefPtr<mozilla::Runnable> >*) [AsyncPanZoomController.cpp:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 4485 + 0x2b]
[task 2022-06-30T09:41:27.264Z] 09:41:27     INFO -      rbx = 0x00007f91e0451610    rbp = 0x00007f91e2af9a40
[task 2022-06-30T09:41:27.264Z] 09:41:27     INFO -      rsp = 0x00007f91e2af9a00    r12 = 0x00007f91e0451100
[task 2022-06-30T09:41:27.264Z] 09:41:27     INFO -      r13 = 0x00007f91e2af9de0    r14 = 0x00007f91e2af9a78
[task 2022-06-30T09:41:27.264Z] 09:41:27     INFO -      r15 = 0x00007f91d6ba97c0    rip = 0x00007f9208636e1c
[task 2022-06-30T09:41:27.264Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.264Z] 09:41:27     INFO -  4  libxul.so!mozilla::layers::AsyncPanZoomController::AdvanceAnimations(mozilla::layers::SampleTime const&) [AsyncPanZoomController.cpp:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 4552 + 0x10]
[task 2022-06-30T09:41:27.264Z] 09:41:27     INFO -      rbx = 0x00007f91e2af9a70    rbp = 0x00007f91e2af9ac0
[task 2022-06-30T09:41:27.265Z] 09:41:27     INFO -      rsp = 0x00007f91e2af9a50    r12 = 0x00007f91e0451100
[task 2022-06-30T09:41:27.265Z] 09:41:27     INFO -      r13 = 0x00007f921977dd80    r14 = 0x00007f91e2af9de0
[task 2022-06-30T09:41:27.265Z] 09:41:27     INFO -      r15 = 0x00007f91e2af9a78    rip = 0x00007f92086156f1
[task 2022-06-30T09:41:27.265Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.265Z] 09:41:27     INFO -  5  libxul.so!mozilla::layers::APZCTreeManager::AdvanceAnimationsInternal(mozilla::detail::BaseAutoLock<mozilla::Mutex&> const&, mozilla::layers::SampleTime const&) [APZCTreeManager.cpp:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 947 + 0x10]
[task 2022-06-30T09:41:27.265Z] 09:41:27     INFO -      rbx = 0x0000000000000000    rbp = 0x00007f91e2af9b80
[task 2022-06-30T09:41:27.265Z] 09:41:27     INFO -      rsp = 0x00007f91e2af9ad0    r12 = 0x00007f91e43acb00
[task 2022-06-30T09:41:27.265Z] 09:41:27     INFO -      r13 = 0x00007f91e2af9de0    r14 = 0x00007f91d7dde7e0
[task 2022-06-30T09:41:27.265Z] 09:41:27     INFO -      r15 = 0x00007f91e2af9c78    rip = 0x00007f92086143ad
[task 2022-06-30T09:41:27.266Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.266Z] 09:41:27     INFO -  6  libxul.so!mozilla::layers::APZCTreeManager::SampleForWebRender(mozilla::Maybe<mozilla::layers::BaseTransactionId<mozilla::VsyncIdType> > const&, mozilla::wr::TransactionWrapper&, mozilla::layers::SampleTime const&) [APZCTreeManager.cpp:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 723 + 0xe]
[task 2022-06-30T09:41:27.266Z] 09:41:27     INFO -      rbx = 0x00007f91e2af9d40    rbp = 0x00007f91e2af9db0
[task 2022-06-30T09:41:27.266Z] 09:41:27     INFO -      rsp = 0x00007f91e2af9b90    r12 = 0x00007f91e2af9de0
[task 2022-06-30T09:41:27.266Z] 09:41:27     INFO -      r13 = 0x00007f91e356d600    r14 = 0x00007f91e43acb00
[task 2022-06-30T09:41:27.266Z] 09:41:27     INFO -      r15 = 0x00007f91e2af9dd0    rip = 0x00007f92086136f6
[task 2022-06-30T09:41:27.266Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.267Z] 09:41:27     INFO -  7  libxul.so!mozilla::layers::APZSampler::SampleForWebRender(mozilla::Maybe<mozilla::layers::BaseTransactionId<mozilla::VsyncIdType> > const&, mozilla::wr::TransactionWrapper&) [APZSampler.cpp:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 100 + 0x1e]
[task 2022-06-30T09:41:27.267Z] 09:41:27     INFO -      rbx = 0x00007f91e356d590    rbp = 0x00007f91e2af9e20
[task 2022-06-30T09:41:27.267Z] 09:41:27     INFO -      rsp = 0x00007f91e2af9dc0    r12 = 0x00007f91e2af9de0
[task 2022-06-30T09:41:27.267Z] 09:41:27     INFO -      r13 = 0x00007f91e356d600    r14 = 0x00007f91e356d648
[task 2022-06-30T09:41:27.267Z] 09:41:27     INFO -      r15 = 0x00007f91e2af9dd0    rip = 0x00007f9208626dff
[task 2022-06-30T09:41:27.267Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.267Z] 09:41:27     INFO -  8  libxul.so!mozilla::layers::APZSampler::SampleForWebRender(mozilla::wr::WrWindowId const&, unsigned long const*, mozilla::wr::Transaction*) [APZSampler.cpp:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 73 + 0x17]
[task 2022-06-30T09:41:27.267Z] 09:41:27     INFO -      rbx = 0x00007f91e2af9e38    rbp = 0x00007f91e2af9e80
[task 2022-06-30T09:41:27.268Z] 09:41:27     INFO -      rsp = 0x00007f91e2af9e30    r12 = 0x00007f91e2af9e40
[task 2022-06-30T09:41:27.268Z] 09:41:27     INFO -      r13 = 0x00007f91e2af9eb8    r14 = 0x00007f91e2af9eb8
[task 2022-06-30T09:41:27.268Z] 09:41:27     INFO -      r15 = 0x00007f91e2af9fb0    rip = 0x00007f9208626d1a
[task 2022-06-30T09:41:27.268Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.268Z] 09:41:27     INFO -  9  libxul.so!apz_sample_transforms [APZSampler.cpp:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 211 + 0x7]
[task 2022-06-30T09:41:27.268Z] 09:41:27     INFO -      rbx = 0x0000000000000001    rbp = 0x00007f91e2af9ea0
[task 2022-06-30T09:41:27.268Z] 09:41:27     INFO -      rsp = 0x00007f91e2af9e90    r12 = 0x00007f91e2af9fb0
[task 2022-06-30T09:41:27.268Z] 09:41:27     INFO -      r13 = 0x00007f91e2af9eb8    r14 = 0x00007f91e2afa790
[task 2022-06-30T09:41:27.269Z] 09:41:27     INFO -      r15 = 0x00007f91e43a2c88    rip = 0x00007f92086272d0
[task 2022-06-30T09:41:27.269Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.269Z] 09:41:27     INFO - 10  libxul.so!<webrender_bindings::bindings::SamplerCallback as webrender::renderer::AsyncPropertySampler>::sample [bindings.rs:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 1060 + 0x11]
[task 2022-06-30T09:41:27.269Z] 09:41:27     INFO -      rbx = 0x0000000000000001    rbp = 0x00007f91e2af9fe0
[task 2022-06-30T09:41:27.269Z] 09:41:27     INFO -      rsp = 0x00007f91e2af9eb0    r12 = 0x00007f91e2af9fb0
[task 2022-06-30T09:41:27.269Z] 09:41:27     INFO -      r13 = 0x00007f91e2af9eb8    r14 = 0x00007f91e2afa790
[task 2022-06-30T09:41:27.269Z] 09:41:27     INFO -      r15 = 0x00007f91e43a2c88    rip = 0x00007f920d8693e7
[task 2022-06-30T09:41:27.270Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.270Z] 09:41:27     INFO - 11  libxul.so!webrender::render_backend::RenderBackend::update_document [render_backend.rs:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 1337 + 0x13]
[task 2022-06-30T09:41:27.270Z] 09:41:27     INFO -      rbx = 0x0000000000000003    rbp = 0x00007f91e2afac80
[task 2022-06-30T09:41:27.270Z] 09:41:27     INFO -      rsp = 0x00007f91e2af9ff0    r12 = 0x00007f91e2afb820
[task 2022-06-30T09:41:27.270Z] 09:41:27     INFO -      r13 = 0x00007f91e0417500    r14 = 0x0000000000000002
[task 2022-06-30T09:41:27.270Z] 09:41:27     INFO -      r15 = 0x00007f91e2afcb58    rip = 0x00007f920da3fab9
[task 2022-06-30T09:41:27.270Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.270Z] 09:41:27     INFO - 12  libxul.so!webrender::render_backend::RenderBackend::process_api_msg [render_backend.rs:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 1107 + 0x20e]
[task 2022-06-30T09:41:27.271Z] 09:41:27     INFO -      rbx = 0x0000000000000000    rbp = 0x00007f91e2afbd60
[task 2022-06-30T09:41:27.271Z] 09:41:27     INFO -      rsp = 0x00007f91e2afac90    r12 = 0x00007f91e04175c0
[task 2022-06-30T09:41:27.271Z] 09:41:27     INFO -      r13 = 0x00007f91e04175c0    r14 = 0x00007f91d66c7820
[task 2022-06-30T09:41:27.271Z] 09:41:27     INFO -      r15 = 0x0000000000000000    rip = 0x00007f920da3bae0
[task 2022-06-30T09:41:27.271Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.271Z] 09:41:27     INFO - 13  libxul.so!std::sys_common::backtrace::__rust_begin_short_backtrace [backtrace.rs:fe5b13d681f25ee6474be29d748c65adcd91f69e : 122 + 0x627]
[task 2022-06-30T09:41:27.271Z] 09:41:27     INFO -      rbx = 0x00007f91e2afcb58    rbp = 0x00007f91e2afdba0
[task 2022-06-30T09:41:27.271Z] 09:41:27     INFO -      rsp = 0x00007f91e2afbd70    r12 = 0x00007f91e2afd618
[task 2022-06-30T09:41:27.272Z] 09:41:27     INFO -      r13 = 0x00007f91e2afdb2c    r14 = 0x00007f91e2afda50
[task 2022-06-30T09:41:27.272Z] 09:41:27     INFO -      r15 = 0x00007f91e2afd9a8    rip = 0x00007f920d8af09c
[task 2022-06-30T09:41:27.272Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.272Z] 09:41:27     INFO - 14  libxul.so!core::ops::function::FnOnce::call_once{{vtable.shim}} [function.rs:fe5b13d681f25ee6474be29d748c65adcd91f69e : 227 + 0x8f]
[task 2022-06-30T09:41:27.272Z] 09:41:27     INFO -      rbx = 0x00007f920ecba880    rbp = 0x00007f91e2afddc0
[task 2022-06-30T09:41:27.272Z] 09:41:27     INFO -      rsp = 0x00007f91e2afdbb0    r12 = 0x00007f91e3408200
[task 2022-06-30T09:41:27.272Z] 09:41:27     INFO -      r13 = 0x0000000000000000    r14 = 0x00007f91e2afdbb8
[task 2022-06-30T09:41:27.272Z] 09:41:27     INFO -      r15 = 0x00007f91e3408200    rip = 0x00007f920d8c6250
[task 2022-06-30T09:41:27.273Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.273Z] 09:41:27     INFO - 15  libxul.so!std::sys::unix::thread::Thread::new::thread_start [thread.rs:fe5b13d681f25ee6474be29d748c65adcd91f69e : 108 + 0xc]
[task 2022-06-30T09:41:27.273Z] 09:41:27     INFO -      rbx = 0x00007f920ecba880    rbp = 0x00007f91e2afdeb0
[task 2022-06-30T09:41:27.273Z] 09:41:27     INFO -      rsp = 0x00007f91e2afddd0    r12 = 0x00007f91e3408200
[task 2022-06-30T09:41:27.273Z] 09:41:27     INFO -      r13 = 0x0000000000000000    r14 = 0x0000000000000000
[task 2022-06-30T09:41:27.273Z] 09:41:27     INFO -      r15 = 0x00007f91e40c0e30    rip = 0x00007f920e7a9bd3
[task 2022-06-30T09:41:27.273Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.274Z] 09:41:27     INFO - 16  firefox-bin!set_alt_signal_stack_and_start(PthreadCreateParams*) [pthread_create_interposer.cpp:83c2ba6648ac1ab5b3e819e7e008717f2370aa74 : 80 + 0x5]
[task 2022-06-30T09:41:27.274Z] 09:41:27     INFO -      rbx = 0x00007f91e5c11000    rbp = 0x00007f91e2afdeb0
[task 2022-06-30T09:41:27.274Z] 09:41:27     INFO -      rsp = 0x00007f91e2afde10    r12 = 0x00007f920e7a9bb0
[task 2022-06-30T09:41:27.274Z] 09:41:27     INFO -      r13 = 0x0000000000000000    r14 = 0x00007f91e40c0e30
[task 2022-06-30T09:41:27.274Z] 09:41:27     INFO -      r15 = 0x00007f91e2afde20    rip = 0x00005616c625644b
[task 2022-06-30T09:41:27.274Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.274Z] 09:41:27     INFO - 17  libpthread.so.0!start_thread [pthread_create.c : 463 + 0xc]
[task 2022-06-30T09:41:27.274Z] 09:41:27     INFO -      rbx = 0x0000000000000000    rbp = 0x0000000000000000
[task 2022-06-30T09:41:27.275Z] 09:41:27     INFO -      rsp = 0x00007f91e2afdec0    r12 = 0x00007f91e2afdf80
[task 2022-06-30T09:41:27.275Z] 09:41:27     INFO -      r13 = 0x0000000000000000    r14 = 0x00007f91e40c0d40
[task 2022-06-30T09:41:27.275Z] 09:41:27     INFO -      r15 = 0x00007f91f583f980    rip = 0x00007f921998a6db
[task 2022-06-30T09:41:27.275Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.275Z] 09:41:27     INFO - 18  libc.so.6!__GI___clone + 0x3e
[task 2022-06-30T09:41:27.275Z] 09:41:27     INFO -      rbx = 0x00007f91e2afe700    rbp = 0x0000000000000000
[task 2022-06-30T09:41:27.275Z] 09:41:27     INFO -      rsp = 0x00007f91e2afdf80    r12 = 0x00007f91e2afdf80
[task 2022-06-30T09:41:27.276Z] 09:41:27     INFO -      r13 = 0x0000000000000000    r14 = 0x00007f91e40c0d40
[task 2022-06-30T09:41:27.276Z] 09:41:27     INFO -      r15 = 0x00007f91f583f980    rip = 0x00007f9218b70a3f
[task 2022-06-30T09:41:27.276Z] 09:41:27     INFO -     Found by: call frame info
[task 2022-06-30T09:41:27.276Z] 09:41:27     INFO - 
[task 2022-06-30T09:41:27.276Z] 09:41:27     INFO - Thread 0 firefox-bin
Flags: needinfo?(james)

Backed out for causing mochitest failures in test_bug946632.html

Regressions: 1777989
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/autoland/rev/85d0efe7eb9b Make wheel event IPC depend on test_events_async_enabled, r=smaug
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/autoland/rev/849102d42d13 Make wheel event IPC depend on test_events_async_enabled, r=smaug
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
Flags: needinfo?(james)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: