Closed Bug 1894328 Opened 24 days ago Closed 10 days ago

Mouse cursor sees-through the XUL notifications, round 2

Categories

(Core :: Widget: Win32, defect)

defect

Tracking

()

RESOLVED FIXED
127 Branch
Tracking Status
firefox-esr115 --- unaffected
firefox125 --- unaffected
firefox126 --- unaffected
firefox127 + fixed

People

(Reporter: saschanaz, Assigned: emilio)

References

(Blocks 1 open bug, Regression)

Details

(Keywords: regression)

Attachments

(5 files, 1 obsolete file)

Almost same except there's extra X button. Copypasting from bug 1869891:

Clicking the notification clicks the window below the notification, and the notification window gets the extra border around it.

Repro steps:

  1. Set alerts.useSystemBackend to false
  2. Open https://www.bennish.net/web-notifications.html
  3. Click Authorize and then Show.

Expected: No border around the notification window and you should be able to click the X button
Actual: A thick border around it and trying to click X button clicks irrelevant things under the notification.

See Also: → 1869891

:emilio, since you are the author of the regressor, bug 1891063, could you take a look? Also, could you set the severity field?

For more information, please visit BugBot documentation.

Flags: needinfo?(emilio)

Given you did the bisect, any chance you know which patch caused it in particular? That bug has many (my fault kind of). Can bisect myself when I'm on windows otherwise.

Flags: needinfo?(krosylight)

Oh, mozregression pointed https://phabricator.services.mozilla.com/D207298, but maybe https://phabricator.services.mozilla.com/D207297 as it's landed together.

Flags: needinfo?(krosylight)

Oh removing HideWindowChrome sounds very related.

This is completely obsolete according to MSDN, and it's better
not having to think about it. Doesn't seem needed for regular
dialogs.

Assignee: nobody → emilio
Status: NEW → ASSIGNED

This prevents dialog windows created with no borders etc from ending up
with a border anyways, for example, which is relevant for things like
the non-native notifications.

Before this patch, for the non-native notifications case, this was
papered due to the fact window transparency implied HideWindowChrome(),
which unset these bits anyways. But that was pretty
action-at-a-distance...

Depends on D209501

Make it remove all titlebar items.

With the previous code, the close button remains.

Depends on D209502

It doesn't seem needed, and for accelerated windows like the
non-native notifications it breaks hit-testing of the window.

Also, since bug 1870512 we no longer create child windows that need to
forward this to the parent window, so simplify the code a bit.

Depends on D209503

Flags: needinfo?(emilio)

The RemoteBackBuffer change is the only tricky thing. It comes from
bug 1616000, but since bug 1870512 we don't create child windows for
non-native notifications, so we can remove it.

The SizeMode plumbing is totally unused so remove it while at it.

Depends on D209504

Blocks: 1895537
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/10cb538169f8
Remove obsolete dialog style flag. r=win-reviewers,rkraesig

Comment on attachment 9400179 [details]
Bug 1894328 - Clean-up plumbing for transparent window compositing on windows. r=#win-reviewers

Revision D209505 was moved to bug 1895537. Setting attachment 9400179 [details] to obsolete.

Attachment #9400179 - Attachment is obsolete: true
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0f937693be1c
Remove implicitly-added chrome window styles. r=win-reviewers,rkraesig
https://hg.mozilla.org/integration/autoland/rev/52318048424f
Make titlebar=no on windows behave consistently with other platforms. r=win-reviewers,rkraesig
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/42985219af6b
Add missing explicit to conversion operator.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/c1f3e1c3fd56
Add trivialish cast to deal with 32-bit builds.

Backed out for causing crashtest failures.

[task 2024-05-07T19:19:16.816Z] 19:19:16     INFO - REFTEST TEST-PASS | dom/media/tests/crashtests/1490700.html | (LOAD ONLY)
[task 2024-05-07T19:19:16.816Z] 19:19:16     INFO - REFTEST TEST-END | dom/media/tests/crashtests/1490700.html
[task 2024-05-07T19:19:16.854Z] 19:19:16     INFO - =================================================================
[task 2024-05-07T19:19:16.855Z] 19:19:16    ERROR - ==1868==ERROR: AddressSanitizer: access-violation on unknown address 0x0000000001a0 (pc 0x7ffda11c9c95 bp 0x003a7e3fad70 sp 0x003a7e3fab20 T5)
[task 2024-05-07T19:19:16.856Z] 19:19:16     INFO - ==1868==The signal is caused by a READ memory access.
[task 2024-05-07T19:19:16.856Z] 19:19:16     INFO - ==1868==Hint: address points to the zero page.
[task 2024-05-07T19:19:17.711Z] 19:19:17     INFO - ==1868==WARNING: Failed to use and restart external symbolizer!
[task 2024-05-07T19:19:18.229Z] 19:19:18     INFO -     #0 0x7ffda11c9c94 in DXGIDeclareAdapterRemovalSupport+0xee4 (C:\Windows\SYSTEM32\dxgi.dll+0x180019c94)
[task 2024-05-07T19:19:18.229Z] 19:19:18     INFO -     #1 0x7ffda11f8987 in DXGIReportAdapterConfiguration+0x13997 (C:\Windows\SYSTEM32\dxgi.dll+0x180048987)
[task 2024-05-07T19:19:18.229Z] 19:19:18     INFO -     #2 0x7ffda11b528f  (C:\Windows\SYSTEM32\dxgi.dll+0x18000528f)
[task 2024-05-07T19:19:18.230Z] 19:19:18     INFO -     #3 0x7ffda11ca006 in DXGIDeclareAdapterRemovalSupport+0x1256 (C:\Windows\SYSTEM32\dxgi.dll+0x18001a006)
[task 2024-05-07T19:19:18.231Z] 19:19:18     INFO -     #4 0x7ffda11f6991 in DXGIReportAdapterConfiguration+0x119a1 (C:\Windows\SYSTEM32\dxgi.dll+0x180046991)
[task 2024-05-07T19:19:18.231Z] 19:19:18     INFO -     #5 0x7ffda36c24d9 in wcsstr+0x769 (C:\Windows\System32\ucrtbase.dll+0x1800524d9)
[task 2024-05-07T19:19:18.232Z] 19:19:18     INFO -     #6 0x7ffda36b7900 in is_exception_typeof+0x2bc0 (C:\Windows\System32\ucrtbase.dll+0x180047900)
[task 2024-05-07T19:19:18.232Z] 19:19:18     INFO -     #7 0x7ffda36b3fa8 in remainderf+0x3928 (C:\Windows\System32\ucrtbase.dll+0x180043fa8)
[task 2024-05-07T19:19:18.233Z] 19:19:18     INFO -     #8 0x7ffda36b6ab4 in is_exception_typeof+0x1d74 (C:\Windows\System32\ucrtbase.dll+0x180046ab4)
[task 2024-05-07T19:19:18.233Z] 19:19:18     INFO -     #9 0x7ffda36b49e8 in _CxxFrameHandler4+0xa8 (C:\Windows\System32\ucrtbase.dll+0x1800449e8)
[task 2024-05-07T19:19:18.234Z] 19:19:18     INFO -     #10 0x7ffda5d9448e in _chkstk+0x1ae (C:\Windows\SYSTEM32\ntdll.dll+0x1800a448e)
[task 2024-05-07T19:19:18.234Z] 19:19:18     INFO -     #11 0x7ffda5d0fd53 in RtlUnwindEx+0x273 (C:\Windows\SYSTEM32\ntdll.dll+0x18001fd53)
[task 2024-05-07T19:19:18.235Z] 19:19:18     INFO -     #12 0x7ffda36b457d in remainderf+0x3efd (C:\Windows\System32\ucrtbase.dll+0x18004457d)
[task 2024-05-07T19:19:18.235Z] 19:19:18     INFO -     #13 0x7ffda36b5530 in is_exception_typeof+0x7f0 (C:\Windows\System32\ucrtbase.dll+0x180045530)
[task 2024-05-07T19:19:18.236Z] 19:19:18     INFO -     #14 0x7ffda36b5db2 in is_exception_typeof+0x1072 (C:\Windows\System32\ucrtbase.dll+0x180045db2)
[task 2024-05-07T19:19:18.236Z] 19:19:18     INFO -     #15 0x7ffda36b6b91 in is_exception_typeof+0x1e51 (C:\Windows\System32\ucrtbase.dll+0x180046b91)
[task 2024-05-07T19:19:18.237Z] 19:19:18     INFO -     #16 0x7ffda36b49e8 in _CxxFrameHandler4+0xa8 (C:\Windows\System32\ucrtbase.dll+0x1800449e8)
[task 2024-05-07T19:19:18.238Z] 19:19:18     INFO -     #17 0x7ffda11dcacf in CreateDXGIFactory1+0xe89f (C:\Windows\SYSTEM32\dxgi.dll+0x18002cacf)
[task 2024-05-07T19:19:18.239Z] 19:19:18     INFO -     #18 0x7ffda5d9440e in _chkstk+0x12e (C:\Windows\SYSTEM32\ntdll.dll+0x1800a440e)
[task 2024-05-07T19:19:18.239Z] 19:19:18     INFO -     #19 0x7ffda5d0e465 in RtlFindCharInUnicodeString+0xa95 (C:\Windows\SYSTEM32\ntdll.dll+0x18001e465)
[task 2024-05-07T19:19:18.240Z] 19:19:18     INFO -     #20 0x7ffda5d44464 in RtlRaiseException+0x194 (C:\Windows\SYSTEM32\ntdll.dll+0x180054464)
[task 2024-05-07T19:19:18.240Z] 19:19:18     INFO -     #21 0x7ffda31953ab in RaiseException+0x6b (C:\Windows\System32\KERNELBASE.dll+0x1800653ab)
[task 2024-05-07T19:19:18.241Z] 19:19:18     INFO -     #22 0x7ffda36b4aa9 in CxxThrowException+0x99 (C:\Windows\System32\ucrtbase.dll+0x180044aa9)
[task 2024-05-07T19:19:18.242Z] 19:19:18     INFO -     #23 0x7ffda11e743b in DXGIReportAdapterConfiguration+0x244b (C:\Windows\SYSTEM32\dxgi.dll+0x18003743b)
[task 2024-05-07T19:19:18.242Z] 19:19:18     INFO -     #24 0x7ffda11c921a in DXGIDeclareAdapterRemovalSupport+0x46a (C:\Windows\SYSTEM32\dxgi.dll+0x18001921a)
[task 2024-05-07T19:19:18.243Z] 19:19:18     INFO -     #25 0x7ffda11b414d  (C:\Windows\SYSTEM32\dxgi.dll+0x18000414d)
[task 2024-05-07T19:19:18.243Z] 19:19:18     INFO -     #26 0x7ffda11b3ffc  (C:\Windows\SYSTEM32\dxgi.dll+0x180003ffc)
[task 2024-05-07T19:19:18.244Z] 19:19:18     INFO -     #27 0x7ffda11b3f10  (C:\Windows\SYSTEM32\dxgi.dll+0x180003f10)
[task 2024-05-07T19:19:18.244Z] 19:19:18     INFO -     #28 0x7ffda11b4c40  (C:\Windows\SYSTEM32\dxgi.dll+0x180004c40)
[task 2024-05-07T19:19:18.245Z] 19:19:18     INFO -     #29 0x7ffda1218fcb in DXGIGetDebugInterface1+0x390b (C:\Windows\SYSTEM32\dxgi.dll+0x180068fcb)
[task 2024-05-07T19:19:18.246Z] 19:19:18     INFO -     #30 0x7ffda12184bb in DXGIGetDebugInterface1+0x2dfb (C:\Windows\SYSTEM32\dxgi.dll+0x1800684bb)
[task 2024-05-07T19:19:18.247Z] 19:19:18     INFO -     #31 0x7ffd55172247 in mozilla::layers::CompositorD3D11::Initialize /builds/worker/checkouts/gecko/gfx/layers/d3d11/CompositorD3D11.cpp:237
[task 2024-05-07T19:19:18.247Z] 19:19:18     INFO -     #32 0x7ffd55b0c285 in mozilla::wr::RenderCompositorD3D11SWGL::Create /builds/worker/checkouts/gecko/gfx/webrender_bindings/RenderCompositorD3D11SWGL.cpp:59
[task 2024-05-07T19:19:18.248Z] 19:19:18     INFO -     #33 0x7ffd55afa11d in mozilla::wr::RenderCompositor::Create /builds/worker/checkouts/gecko/gfx/webrender_bindings/RenderCompositor.cpp:181
[task 2024-05-07T19:19:18.248Z] 19:19:18     INFO -     #34 0x7ffd55b87684 in mozilla::wr::NewRenderer::Run /builds/worker/checkouts/gecko/gfx/webrender_bindings/WebRenderAPI.cpp:71
[task 2024-05-07T19:19:18.249Z] 19:19:18     INFO -     #35 0x7ffd55b4c37d in mozilla::wr::RenderThread::RunEvent /builds/worker/checkouts/gecko/gfx/webrender_bindings/RenderThread.cpp:715
[task 2024-05-07T19:19:18.250Z] 19:19:18     INFO -     #36 0x7ffd55b852b6 in mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread *,void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent,mozilla::DefaultDelete<mozilla::wr::RendererEvent> >),1,0,mozilla::wr::WrWindowId,mozilla::UniquePtr<mozilla::wr::RendererEvent,mozilla::DefaultDelete<mozilla::wr::RendererEvent> > &&>::Run /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:1134
[task 2024-05-07T19:19:18.250Z] 19:19:18     INFO -     #37 0x7ffd52d5ebd6 in nsThread::ProcessNextEvent /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:1193
[task 2024-05-07T19:19:18.251Z] 19:19:18     INFO -     #38 0x7ffd52d7023a in NS_ProcessNextEvent /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:480
[task 2024-05-07T19:19:18.251Z] 19:19:18     INFO -     #39 0x7ffd5452fa5f in mozilla::ipc::MessagePumpForNonMainThreads::Run /builds/worker/checkouts/gecko/ipc/glue/MessagePump.cpp:330
[task 2024-05-07T19:19:18.252Z] 19:19:18     INFO -     #40 0x7ffd54440463 in MessageLoop::RunHandler /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:363
[task 2024-05-07T19:19:18.252Z] 19:19:18     INFO -     #41 0x7ffd5444022a in MessageLoop::Run /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:345
[task 2024-05-07T19:19:18.253Z] 19:19:18     INFO -     #42 0x7ffd52d54f6d in nsThread::ThreadFunc /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:370
[task 2024-05-07T19:19:18.254Z] 19:19:18     INFO -     #43 0x7ffd6f64b277 in _PR_NativeRunThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:399
[task 2024-05-07T19:19:18.254Z] 19:19:18     INFO -     #44 0x7ffd6f62360c in pr_root /builds/worker/checkouts/gecko/nsprpub/pr/src/md/windows/w95thred.c:139
[task 2024-05-07T19:19:18.255Z] 19:19:18     INFO -     #45 0x7ffda3699332 in recalloc+0xa2 (C:\Windows\System32\ucrtbase.dll+0x180029332)
[task 2024-05-07T19:19:18.255Z] 19:19:18     INFO -     #46 0x7ffd6fa50715 in __asan::AsanThread::ThreadStart /builds/worker/fetches/llvm-project/compiler-rt/lib/asan/asan_thread.cpp:291
[task 2024-05-07T19:19:18.256Z] 19:19:18     INFO -     #47 0x7ffda3fd257c in BaseThreadInitThunk+0x1c (C:\Windows\System32\KERNEL32.DLL+0x18001257c)
[task 2024-05-07T19:19:18.256Z] 19:19:18     INFO -     #48 0x7ffd705877ae in patched_BaseThreadInitThunk /builds/worker/checkouts/gecko/toolkit/xre/dllservices/mozglue/WindowsDllBlocklist.cpp:558
[task 2024-05-07T19:19:18.257Z] 19:19:18     INFO -     #49 0x7ffda5d4aa47 in RtlUserThreadStart+0x27 (C:\Windows\SYSTEM32\ntdll.dll+0x18005aa47)
[task 2024-05-07T19:19:18.257Z] 19:19:18     INFO - AddressSanitizer can not provide additional info.
[task 2024-05-07T19:19:18.258Z] 19:19:18     INFO - SUMMARY: AddressSanitizer: access-violation (C:\Windows\SYSTEM32\dxgi.dll+0x180019c94) in DXGIDeclareAdapterRemovalSupport+0xee4
[task 2024-05-07T19:19:18.258Z] 19:19:18     INFO - Thread T5 created by T0 here:
[task 2024-05-07T19:19:18.351Z] 19:19:18     INFO -     #0 0x7ffd6fa521e2 in CreateThread /builds/worker/fetches/llvm-project/compiler-rt/lib/asan/asan_win.cpp:146
[task 2024-05-07T19:19:18.352Z] 19:19:18     INFO -     #1 0x7ffda36983ad in beginthreadex+0x5d (C:\Windows\System32\ucrtbase.dll+0x1800283ad)
[task 2024-05-07T19:19:18.353Z] 19:19:18     INFO -     #2 0x7ffd6f623442 in _PR_MD_CREATE_THREAD /builds/worker/checkouts/gecko/nsprpub/pr/src/md/windows/w95thred.c:153
[task 2024-05-07T19:19:18.353Z] 19:19:18     INFO -     #3 0x7ffd6f64bfee in _PR_NativeCreateThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:1058
[task 2024-05-07T19:19:18.354Z] 19:19:18     INFO -     #4 0x7ffd6f64c7e0 in _PR_CreateThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:1184
[task 2024-05-07T19:19:18.354Z] 19:19:18     INFO -     #5 0x7ffd6f6426ff in PR_CreateThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:1404
[task 2024-05-07T19:19:18.355Z] 19:19:18     INFO -     #6 0x7ffd52d58833 in nsThread::Init /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:620
[task 2024-05-07T19:19:18.356Z] 19:19:18     INFO -     #7 0x7ffd52d6cb97 in nsThreadManager::NewNamedThread /builds/worker/checkouts/gecko/xpcom/threads/nsThreadManager.cpp:602
[task 2024-05-07T19:19:18.356Z] 19:19:18     INFO -     #8 0x7ffd52d7ae0f in NS_NewNamedThread /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:176
[task 2024-05-07T19:19:18.357Z] 19:19:18     INFO -     #9 0x7ffd55b4351a in mozilla::wr::RenderThread::Start /builds/worker/checkouts/gecko/gfx/webrender_bindings/RenderThread.cpp:125
[task 2024-05-07T19:19:18.358Z] 19:19:18     INFO -     #10 0x7ffd55948ee4 in mozilla::gfx::GPUParent::RecvInit /builds/worker/checkouts/gecko/gfx/ipc/GPUParent.cpp:410
[task 2024-05-07T19:19:18.358Z] 19:19:18     INFO -     #11 0x7ffd559c8591 in mozilla::gfx::PGPUParent::OnMessageReceived /builds/worker/workspace/obj-build/ipc/ipdl/PGPUParent.cpp:887
[task 2024-05-07T19:19:18.359Z] 19:19:18     INFO -     #12 0x7ffd5452627f in mozilla::ipc::MessageChannel::DispatchAsyncMessage /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:1820
[task 2024-05-07T19:19:18.360Z] 19:19:18     INFO -     #13 0x7ffd54523a51 in mozilla::ipc::MessageChannel::DispatchMessage /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:1739
[task 2024-05-07T19:19:18.360Z] 19:19:18     INFO -     #14 0x7ffd545248ed in mozilla::ipc::MessageChannel::RunMessage /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:1530
[task 2024-05-07T19:19:18.361Z] 19:19:18     INFO -     #15 0x7ffd54525051 in mozilla::ipc::MessageChannel::MessageTask::Run /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:1630
[task 2024-05-07T19:19:18.361Z] 19:19:18     INFO -     #16 0x7ffd52d2b6ae in mozilla::RunnableTask::Run /builds/worker/checkouts/gecko/xpcom/threads/TaskController.cpp:580
[task 2024-05-07T19:19:18.362Z] 19:19:18     INFO -     #17 0x7ffd52d0824f in mozilla::TaskController::DoExecuteNextTaskOnlyMainThreadInternal /builds/worker/checkouts/gecko/xpcom/threads/TaskController.cpp:907
[task 2024-05-07T19:19:18.363Z] 19:19:18     INFO -     #18 0x7ffd52d0424b in mozilla::TaskController::ExecuteNextTaskOnlyMainThreadInternal /builds/worker/checkouts/gecko/xpcom/threads/TaskController.cpp:730
[task 2024-05-07T19:19:18.363Z] 19:19:18     INFO -     #19 0x7ffd52d04c24 in mozilla::TaskController::ProcessPendingMTTask /builds/worker/checkouts/gecko/xpcom/threads/TaskController.cpp:516
[task 2024-05-07T19:19:18.364Z] 19:19:18     INFO -     #20 0x7ffd52d2f3d1 in mozilla::detail::RunnableFunction<`lambda at /builds/worker/checkouts/gecko/xpcom/threads/TaskController.cpp:237:7'>::Run /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.h:548
[task 2024-05-07T19:19:18.365Z] 19:19:18     INFO -     #21 0x7ffd52d5e6fb in nsThread::ProcessNextEvent /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:1199
[task 2024-05-07T19:19:18.365Z] 19:19:18     INFO -     #22 0x7ffd52d7023a in NS_ProcessNextEvent /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:480
[task 2024-05-07T19:19:18.366Z] 19:19:18     INFO -     #23 0x7ffd5452e9eb in mozilla::ipc::MessagePump::Run /builds/worker/checkouts/gecko/ipc/glue/MessagePump.cpp:107
[task 2024-05-07T19:19:18.366Z] 19:19:18     INFO -     #24 0x7ffd54440463 in MessageLoop::RunHandler /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:363
[task 2024-05-07T19:19:18.367Z] 19:19:18     INFO -     #25 0x7ffd5444022a in MessageLoop::Run /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:345
[task 2024-05-07T19:19:18.367Z] 19:19:18     INFO -     #26 0x7ffd5ce6649c in nsBaseAppShell::Run /builds/worker/checkouts/gecko/widget/nsBaseAppShell.cpp:148
[task 2024-05-07T19:19:18.368Z] 19:19:18     INFO -     #27 0x7ffd5d0e6857 in nsAppShell::Run /builds/worker/checkouts/gecko/widget/windows/nsAppShell.cpp:822
[task 2024-05-07T19:19:18.368Z] 19:19:18     INFO -     #28 0x7ffd613c194e in XRE_RunAppShell /builds/worker/checkouts/gecko/toolkit/xre/nsEmbedFunctions.cpp:712
[task 2024-05-07T19:19:18.371Z] 19:19:18     INFO -     #29 0x7ffd54440463 in MessageLoop::RunHandler /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:363
[task 2024-05-07T19:19:18.371Z] 19:19:18     INFO -     #30 0x7ffd5444022a in MessageLoop::Run /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:345
[task 2024-05-07T19:19:18.373Z] 19:19:18     INFO -     #31 0x7ffd613c0f00 in XRE_InitChildProcess /builds/worker/checkouts/gecko/toolkit/xre/nsEmbedFunctions.cpp:647
[task 2024-05-07T19:19:18.373Z] 19:19:18     INFO -     #32 0x7ff7d38f2713 in NS_internal_main /builds/worker/checkouts/gecko/browser/app/nsBrowserApp.cpp:378
[task 2024-05-07T19:19:18.373Z] 19:19:18     INFO -     #33 0x7ff7d38f14d8 in wmain /builds/worker/checkouts/gecko/toolkit/xre/nsWindowsWMain.cpp:151
[task 2024-05-07T19:19:18.373Z] 19:19:18     INFO -     #34 0x7ff7d39df957 in __scrt_common_main_seh D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288
[task 2024-05-07T19:19:18.373Z] 19:19:18     INFO -     #35 0x7ffda3fd257c in BaseThreadInitThunk+0x1c (C:\Windows\System32\KERNEL32.DLL+0x18001257c)
[task 2024-05-07T19:19:18.373Z] 19:19:18     INFO -     #36 0x7ffda5d4aa47 in RtlUserThreadStart+0x27 (C:\Windows\SYSTEM32\ntdll.dll+0x18005aa47)
[task 2024-05-07T19:19:18.373Z] 19:19:18     INFO - ==1868==ABORTING
[task 2024-05-07T19:19:18.380Z] 19:19:18     INFO - Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: CompositorBridgeChild receives IPC close with rCrash Annotation GraphicsCriticalError: |[C0][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormaClShutdowCnrr ash Annotation GraphicsC(reatais=tso9ih AcalnEnrortoart:i onn|=[0A] 9CGPrb+.a61[22)GphFnoiXcs1 rm-]: CreateDataSourceSurfaceWithStride failed with bad stridaelS hu-1571148140, Size(1754696613,3485tdown 0(8165),t =C[382rS.72auGFXCrr1sh Annoi2) fticalaEcrerFoorrmat::BC8:t Gr|8[aaRshC-08]A8t:  C o(mApnos]i[inono t=Gtro1a56phr5Brid[geC.ta5G)ht |GF[X1-1iio]n] c[sFGXCild r1e-G:crF raXC1-]i:]et:i  pFhCoamcialcisveEsrr pooiomCIlsrprPei: |[CCdti t ic0a]lEaco[oslrGFX1 -rsol]oBirsrsotioe:rBritdgeChild r drg eCh: Wwielde rc eieicCe|b[tvhomipCeso s0 vr]eIPC clao[iRtoresBsGFX1rnedi d-ge]rewe:oCn=AsiBth r  rebahniosIonPirlma=lAddCombp rSeosictgCheu ornBorcloCieivhiesl dsdg. e wtirtmdh( raelSeotwaI=P2C sConh6uh
[task 2024-05-07T19:19:18.380Z] 19:19:18     INFO - 7tcn9d.own87)i=l A(btn=o3r7m7a.l9S0h9u)t d ld r[eGcFoXo1w-n]
[task 2024-05-07T19:19:18.381Z] 19:19:18     INFO - s: Fea iled as eloisvte sW eIbPRCe ncderBridgeChild.
[task 2024-05-07T19:19:18.382Z] 19:19:18     INFO - wlose with reason=AbnormalShutdown (t=377.621) [GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdow[GFX1-]: Conit
[task 2024-05-07T19:19:18.382Z] 19:19:18     INFO - mpositorBridgeChild receives IPC close with reason=AbnormalShutdown
[task 2024-05-07T19:19:18.383Z] 19:19:18     INFO - h reason=AbnormalShutdown (t=2636.34) Crash Annotation GraphicsCriticalError: |[0]CP+[GFX1-]: CreateDataS[oGurceSurfaceWithSFtX1-]r:ide  failed with bad stride -1571148140, CSize(1754696613,348508165), SurfaceFormoamt::B8G8R8A8 (t=1565.5) |[1][GFX1-]: Failed as lost WebRenderpBoridgesChild.i t(ot=2679.87) |[2][GFX1-]: Fallback SW-WR + D3D11 to SW-rWBR (t=2680.03) [GFX1-]: Fallback SW-WR + D3D11 to SW-WR
[task 2024-05-07T19:19:18.383Z] 19:19:18     INFO - ridgeChild receives IPC close with reason=AbnormalShutdown
[task 2024-05-07T19:19:18.386Z] 19:19:18     INFO - Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2563.51) [GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
[task 2024-05-07T19:19:18.700Z] 19:19:18     INFO - Crash Annotation GraphicsCriticalError: |[0]CP+[GFX1-]: CreateDataSourceSurfaceWithStride failed with bad stride -1571148140, Size(1754696613,348508165), SurfaceFormat::B8G8R8A8 (t=1565.5) |[1][GFX1-]: Failed as lost WebRenderBridgeChild. (t=2679.87) |[2][GFX1-]: Fallback SW-WR + D3D11 to SW-WR (t=2680.03) |[3][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) [GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
[task 2024-05-07T19:19:18.702Z] 19:19:18     INFO - Crash Annotation GraphicsCriticalError: |[0]CP+[GFX1-]: CreateDataSourceSurfaceWithStride failed with bad stride -1571148140, Size(1754696613,348508165), SurfaceFormat::B8G8R8A8 (t=1565.5) |[1][GFX1-]: Failed as lost WebRenderBridgeChild. (t=2679.87) |[2][GFX1-]: Fallback SW-WR + D3D11 to SW-WR (t=2680.03) |[3][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[4][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) [GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
[task 2024-05-07T19:19:18.705Z] 19:19:18     INFO - Crash Annotation GraphicsCriticalError: |[0]CP+[GFX1-]: CreateDataSourceSurfaceWithStride failed with bad stride -1571148140, Size(1754696613,348508165), SurfaceFormat::B8G8R8A8 (t=1565.5) |[1][GFX1-]: Failed as lost WebRenderBridgeChild. (t=2679.87) |[2][GFX1-]: Fallback SW-WR + D3D11 to SW-WR (t=2680.03) |[3][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[4][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[5][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) [GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
[task 2024-05-07T19:19:18.707Z] 19:19:18     INFO - Crash Annotation GraphicsCriticalError: |[0]CP+[GFX1-]: CreateDataSourceSurfaceWithStride failed with bad stride -1571148140, Size(1754696613,348508165), SurfaceFormat::B8G8R8A8 (t=1565.5) |[1][GFX1-]: Failed as lost WebRenderBridgeChild. (t=2679.87) |[2][GFX1-]: Fallback SW-WR + D3D11 to SW-WR (t=2680.03) |[3][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[4][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[5][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[6][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) [GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
[task 2024-05-07T19:19:18.710Z] 19:19:18     INFO - Crash Annotation GraphicsCriticalError: |[0]CP+[GFX1-]: CreateDataSourceSurfaceWithStride failed with bad stride -1571148140, Size(1754696613,348508165), SurfaceFormat::B8G8R8A8 (t=1565.5) |[1][GFX1-]: Failed as lost WebRenderBridgeChild. (t=2679.87) |[2][GFX1-]: Fallback SW-WR + D3D11 to SW-WR (t=2680.03) |[3][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[4][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[5][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[6][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[7][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) [GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
[task 2024-05-07T19:19:18.713Z] 19:19:18     INFO - Crash Annotation GraphicsCriticalError: |[0]CP+[GFX1-]: CreateDataSourceSurfaceWithStride failed with bad stride -1571148140, Size(1754696613,348508165), SurfaceFormat::B8G8R8A8 (t=1565.5) |[1][GFX1-]: Failed as lost WebRenderBridgeChild. (t=2679.87) |[2][GFX1-]: Fallback SW-WR + D3D11 to SW-WR (t=2680.03) |[3][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[4][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[5][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[6][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[7][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[8][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.31) [GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
[task 2024-05-07T19:19:18.716Z] 19:19:18     INFO - Crash Annotation GraphicsCriticalError: |[0]CP+[GFX1-]: CreateDataSourceSurfaceWithStride failed with bad stride -1571148140, Size(1754696613,348508165), SurfaceFormat::B8G8R8A8 (t=1565.5) |[1][GFX1-]: Failed as lost WebRenderBridgeChild. (t=2679.87) |[2][GFX1-]: Fallback SW-WR + D3D11 to SW-WR (t=2680.03) |[3][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[4][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[5][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[6][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[7][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.15) |[8][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.31) |[9][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2683.31) [GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
[task 2024-05-07T19:19:18.787Z] 19:19:18     INFO - REFTEST TEST-START | dom/media/tests/crashtests/1505957.html
Flags: needinfo?(emilio)
Status: ASSIGNED → RESOLVED
Closed: 17 days ago
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Status: RESOLVED → REOPENED
Resolution: FIXED → ---

Will be fixed by backout for now. Will try to reland all this in the next cycle.

Flags: needinfo?(emilio)
Target Milestone: 127 Branch → ---

Set release status flags based on info from the regressing bug 1891063

Status: REOPENED → RESOLVED
Closed: 17 days ago10 days ago
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: