Assertions because TimeStamp::IsNull() in ImageComposite::DetectTimeStampJitter
Categories
(Core :: Gecko Profiler, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox78 | --- | unaffected |
firefox79 | --- | unaffected |
firefox80 | --- | fixed |
People
(Reporter: mozbugz, Assigned: mozbugz)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
I've experienced flashes with apparent GPU process crashes when profiling, with this assertion failure:
Assertion failure: !IsNull() (Cannot compute with a null value), at c:/mozilla-source/obj-mc-dbg/dist/include\mozilla/TimeStamp.h:482
#01: mozilla::layers::ImageComposite::SetImages (c:\mozilla-source\mozilla-central\gfx\layers\composite\ImageComposite.cpp:210)
#02: mozilla::layers::WebRenderImageHost::UseTextureHost (c:\mozilla-source\mozilla-central\gfx\layers\wr\WebRenderImageHost.cpp:70)
#03: mozilla::layers::CompositableParentManager::ReceiveCompositableUpdate (c:\mozilla-source\mozilla-central\gfx\layers\ipc\CompositableTransactionParent.cpp:179)
#04: mozilla::layers::CompositableParentManager::ReceiveCompositableUpdate (c:\mozilla-source\mozilla-central\gfx\layers\ipc\CompositableTransactionParent.cpp:70)
#05: mozilla::layers::WebRenderBridgeParent::ProcessWebRenderParentCommands (c:\mozilla-source\mozilla-central\gfx\layers\wr\WebRenderBridgeParent.cpp:1370)
#06: mozilla::layers::WebRenderBridgeParent::ProcessDisplayListData (c:\mozilla-source\mozilla-central\gfx\layers\wr\WebRenderBridgeParent.cpp:1070)
#07: mozilla::layers::WebRenderBridgeParent::RecvSetDisplayList (c:\mozilla-source\mozilla-central\gfx\layers\wr\WebRenderBridgeParent.cpp:1123)
[...]
I'll prepare a quick fix (checking for null timestamps), but I'm not a graphics expert so please take over if it should be done differently.
Assignee | ||
Comment 1•5 years ago
|
||
Comment 3•5 years ago
|
||
bugherder |
Comment 4•5 years ago
|
||
Set release status flags based on info from the regressing bug 1653350
Updated•5 years ago
|
Updated•5 years ago
|
Description
•