Bug 2040092 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Crash report: https://crash-stats.mozilla.org/report/index/e1bf4c49-e53c-4660-bd7d-0c23d0260516

MOZ_CRASH Reason:
```
CanSet failed for field(s): AnimationsPlayBackRateMultiplier
```

Top 10 frames:
```
0  xul.dll  MOZ_Crash(char const*, int, char const*)  mfbt/Assertions.h:402
0  xul.dll  mozilla::dom::syncedcontext::Transaction<mozilla::dom::BrowsingContext>::Comm...  docshell/base/SyncedContextInlines.h:101
1  xul.dll  mozilla::dom::BrowsingContext::SetAnimationsPlayBackRateMultiplier(double)  docshell/base/BrowsingContext.h:325
2  xul.dll  mozilla::dom::BrowsingContext::SetAnimationsPlayBackRateMultiplier(double, mo...  docshell/base/BrowsingContext.h:325
3  xul.dll  mozilla::dom::BrowsingContext_Binding::set_animationsPlayBackRateMultiplier(J...  dom/bindings/BrowsingContextBinding.cpp:2938
4  xul.dll  mozilla::dom::binding_detail::GenericSetter<mozilla::dom::binding_detail::Nor...  dom/bindings/BindingUtils.cpp:3161
5  xul.dll  CallJSNative(JSContext*, bool (*)(JSContext*, unsigned int, JS::Value*), js::...  js/src/vm/Interpreter.cpp:488
5  xul.dll  js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstru...  js/src/vm/Interpreter.cpp:584
5  xul.dll  InternalCall(JSContext*, js::AnyInvokeArgs const&, js::CallReason)  js/src/vm/Interpreter.cpp:651
5  xul.dll  js::Call(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, js::AnyInv...  js/src/vm/Interpreter.cpp:683
```

STR:
1. Open Bookmarks Sidebar (Ctrl+B)
2. Open Browser Toolbox (Ctrl+Shift+Alt+I)
3. Click on `Select an iframe as the currently targeted document` icon at the top-right of the Browser toolbox
4. Select `browser/components/sidebar/sidebar-bookmarks.html` from the drop-down list
5. Make the main browser window active
6. Exit the browser (Ctrl+Sift+Q)

Actual results:
The crash reporter pops up

Expected results:
No crash reporter
Crash report: https://crash-stats.mozilla.org/report/index/e1bf4c49-e53c-4660-bd7d-0c23d0260516

MOZ_CRASH Reason:
```
CanSet failed for field(s): AnimationsPlayBackRateMultiplier
```

Top 10 frames:
```
0  xul.dll  MOZ_Crash(char const*, int, char const*)  mfbt/Assertions.h:402
0  xul.dll  mozilla::dom::syncedcontext::Transaction<mozilla::dom::BrowsingContext>::Comm...  docshell/base/SyncedContextInlines.h:101
1  xul.dll  mozilla::dom::BrowsingContext::SetAnimationsPlayBackRateMultiplier(double)  docshell/base/BrowsingContext.h:325
2  xul.dll  mozilla::dom::BrowsingContext::SetAnimationsPlayBackRateMultiplier(double, mo...  docshell/base/BrowsingContext.h:325
3  xul.dll  mozilla::dom::BrowsingContext_Binding::set_animationsPlayBackRateMultiplier(J...  dom/bindings/BrowsingContextBinding.cpp:2938
4  xul.dll  mozilla::dom::binding_detail::GenericSetter<mozilla::dom::binding_detail::Nor...  dom/bindings/BindingUtils.cpp:3161
5  xul.dll  CallJSNative(JSContext*, bool (*)(JSContext*, unsigned int, JS::Value*), js::...  js/src/vm/Interpreter.cpp:488
5  xul.dll  js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstru...  js/src/vm/Interpreter.cpp:584
5  xul.dll  InternalCall(JSContext*, js::AnyInvokeArgs const&, js::CallReason)  js/src/vm/Interpreter.cpp:651
5  xul.dll  js::Call(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, js::AnyInv...  js/src/vm/Interpreter.cpp:683
```

STR:
1. Open Bookmarks Sidebar (Ctrl+B)
2. Open Browser Toolbox (Ctrl+Shift+Alt+I)
3. Click on `Select an iframe as the currently targeted document` icon at the top-right of the Browser toolbox
4. Select `browser/components/sidebar/sidebar-bookmarks.html` or `chrome://browser/content/places/bookmarksSidebar.xhtml` from the drop-down list
5. Make the main browser window active
6. Exit the browser (Ctrl+Sift+Q)

Actual results:
The crash reporter pops up

Expected results:
No crash reporter

Back to Bug 2040092 Comment 0