Closed
Bug 1447076
Opened 7 years ago
Closed 7 years ago
Intermittent GECKO(4006) | thread 'WRWorker#1' panicked at 'Moz2D replay problem', gfx/webrender_bindings/src/moz2d_renderer.rs:187:21
Categories
(Core :: Graphics: WebRender, defect, P5)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: jrmuizel)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Comment 1•7 years ago
|
||
This "Moz2D replay problem" error is showing up in bunch of intermittent failures and real-world crashes (see dep bugs). Do we need more logging to understand why it's happening?
Blocks: 1446286
Flags: needinfo?(jmuizelaar)
Comment 2•7 years ago
|
||
Oh, I guess this is just the non-debug variant of bug 1436861. Instead of asserting it returns false and then panics.
See Also: → 1436861
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8962479 [details]
Bug 1447076. Don't accept blob images that don't have any area.
https://reviewboard.mozilla.org/r/231312/#review236742
Attachment #8962479 -
Flags: review?(bugmail) → review+
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/829f884d8d4e
Don't accept blob images that don't have any area. r=kats
Comment 6•7 years ago
|
||
:kats hi. there already was https://bugzilla.mozilla.org/show_bug.cgi?id=1446371 for this. could you update progress there since that is what we used so far for classifying?
Flags: needinfo?(bugmail)
Comment 7•7 years ago
|
||
2560x1440 debian-testing radeon-rx480 |
I see your new assert:
(Jan Andre Ikenmeyer [:darkspirit] from bug 1446286 comment 4)
> 1. open https://www.qualcomm.com/products/server-processors
> 2. click on Search in the left navi
> 3. click on X in the left navi to close Search
> 4. bp-e5773a76-8f18-499e-ab96-4a9090180324
mozregression --repo mozilla-inbound --launch 829f884d8d4e --pref gfx.webrender.all:true startup.homepage_welcome_url:"https://www.qualcomm.com/products/server-processors" -B debug
> 0:44.05 INFO: [Child 29655, Main Thread] WARNING: '!IsUpdating()', file /builds/worker/workspace/build/src/dom/events/IMEContentObserver.cpp, line 2314
> 0:45.47 INFO: Assertion failure: aDescriptor.width > 0 && aDescriptor.height > 0, at /builds/worker/workspace/build/src/gfx/layers/wr/IpcResourceUpdateQueue.cpp:267
tab crash.
Comment 8•7 years ago
|
||
(In reply to Jan Andre Ikenmeyer [:darkspirit] from comment #7)
> I see your new assert:
>
> (Jan Andre Ikenmeyer [:darkspirit] from bug 1446286 comment 4)
> > 1. open https://www.qualcomm.com/products/server-processors
> > 2. click on Search in the left navi
> > 3. click on X in the left navi to close Search
> > 4. bp-e5773a76-8f18-499e-ab96-4a9090180324
>
> mozregression --repo mozilla-inbound --launch 829f884d8d4e --pref
> gfx.webrender.all:true
> startup.homepage_welcome_url:"https://www.qualcomm.com/products/server-
> processors" -B debug
> > 0:44.05 INFO: [Child 29655, Main Thread] WARNING: '!IsUpdating()', file /builds/worker/workspace/build/src/dom/events/IMEContentObserver.cpp, line 2314
> > 0:45.47 INFO: Assertion failure: aDescriptor.width > 0 && aDescriptor.height > 0, at /builds/worker/workspace/build/src/gfx/layers/wr/IpcResourceUpdateQueue.cpp:267
>
> tab crash.
Do you have a link to the crash report?
Comment 9•7 years ago
|
||
(In reply to Josh Matthews [:jdm] from comment #8)
> Do you have a link to the crash report?
No. I clicked on the blue button to restore the tab and to send a report. Checkboxes were ticked. There was no crash report with and without gpu process. No fallback, no failure. (Do inbound builds send crash reports at all?)
Comment 10•7 years ago
|
||
Ha! I can't reproduce when gfx.webrender.blob.invalidation is true.
Something is just spamming this:
> 1:01.66 INFO: app unit -454761244 60
Comment 11•7 years ago
|
||
(In reply to Andreea Pavel [:apavel] from comment #6)
> :kats hi. there already was
> https://bugzilla.mozilla.org/show_bug.cgi?id=1446371 for this. could you
> update progress there since that is what we used so far for classifying?
There are a lot of bugs filed for this issue, see the dependency list. We are trying to figure out the root cause still, the assertions being added should narrow it down.
Flags: needinfo?(bugmail)
Comment 12•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
Assignee: nobody → jmuizelaar
Comment 13•7 years ago
|
||
(In reply to Jan Andre Ikenmeyer [:darkspirit] from comment #7)
> tab crash.
bp-bb706cb8-0d2e-44b3-8249-8a8490180330
Updated•7 years ago
|
Flags: needinfo?(jmuizelaar)
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•