Win32k - *Many* calls to PeekMessage from SingleNativeEventPump::OnProcessNextEvent
Categories
(Core :: Security: Process Sandboxing, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: cmartin, Assigned: bobowen)
References
Details
Attachments
(1 file)
This code is called a tonne. It basically spams the Win32k logs with calls that look like this:
win32u!NtUserPeekMessage
USER32!_PeekMessage+0x43
USER32!PeekMessageW+0x143
xul!mozilla::widget::WinUtils::PeekMessage+0xba [c:\moz\mozilla-central\widget\windows\WinUtils.cpp @ 735]
xul!SingleNativeEventPump::OnProcessNextEvent+0xd8 [c:\moz\mozilla-central\widget\windows\nsAppShell.cpp @ 309]
xul!nsThread::ProcessNextEvent+0x287 [c:\moz\mozilla-central\xpcom\threads\nsThread.cpp @ 1074]
xul!NS_ProcessNextEvent+0x65 [c:\moz\mozilla-central\xpcom\threads\nsThreadUtils.cpp @ 548]
xul!mozilla::ipc::MessagePump::Run+0x7c [c:\moz\mozilla-central\ipc\glue\MessagePump.cpp @ 88]
xul!MessageLoop::RunInternal+0x16 [c:\moz\mozilla-central\ipc\chromium\src\base\message_loop.cc @ 335]
xul!MessageLoop::RunHandler+0x50 [c:\moz\mozilla-central\ipc\chromium\src\base\message_loop.cc @ 329]
xul!MessageLoop::Run+0x58 [c:\moz\mozilla-central\ipc\chromium\src\base\message_loop.cc @ 311]
xul!nsBaseAppShell::Run+0x28 [c:\moz\mozilla-central\widget\nsBaseAppShell.cpp @ 139]
xul!nsAppShell::Run+0x1bc [c:\moz\mozilla-central\widget\windows\nsAppShell.cpp @ 602]
xul!XRE_RunAppShell+0x4c [c:\moz\mozilla-central\toolkit\xre\nsEmbedFunctions.cpp @ 902]
xul!MessageLoop::RunInternal+0x16 [c:\moz\mozilla-central\ipc\chromium\src\base\message_loop.cc @ 335]
xul!MessageLoop::RunHandler+0x50 [c:\moz\mozilla-central\ipc\chromium\src\base\message_loop.cc @ 329]
xul!MessageLoop::Run+0x58 [c:\moz\mozilla-central\ipc\chromium\src\base\message_loop.cc @ 311]
xul!XRE_InitChildProcess+0x6c9 [c:\moz\mozilla-central\toolkit\xre\nsEmbedFunctions.cpp @ 738]
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D112961
Comment 4•4 years ago
|
||
bugherder |
Description
•