Closed
Bug 1399349
Opened 7 years ago
Closed 7 years ago
stylo: thread '<unnamed>' panicked at '<html...> has still dirty bit true or animation-only dirty bit true'
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1397057
Tracking | Status | |
---|---|---|
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
People
(Reporter: bc, Assigned: hiro)
References
()
Details
(Keywords: assertion, regression)
Attachments
(2 files)
[Tracking Requested - why for this release]: regression
1. https://www.weebly.com/editor/main.php
2. thread '<unnamed>' panicked at '<html id=landing-page-home class="wf-effra-n4-active wf-effra-i4-active wf-effra-n7-active wf-effra-n3-active wf-effra-i3-active wf-effra-n5-active wf-effra-n9-active wf-brandongrotesque-n7-active wf-brandongrotesque-i7-active wf-brandongrotesque-n5-active wf-brandongrotesque-i5-active wf-active"> (0x1ffab11aa60) has still dirty bit true or animation-only dirty bit true', Z:/build/build/src/servo/ports/geckolib/glue.rs:3429
Windows Nightly 57 debug only.
Updated•7 years ago
|
Summary: thread '<unnamed>' panicked at '<html...> has still dirty bit true or animation-only dirty bit true' → stylo: thread '<unnamed>' panicked at '<html...> has still dirty bit true or animation-only dirty bit true'
Updated•7 years ago
|
Assignee: nobody → hikezoe
Assignee | ||
Comment 2•7 years ago
|
||
I didn't see any panic on the site. On IRC, Bob told me that the panic happens only on Windows. Also the site shows me it in Japanese from here in Japan. I guess the site controls generated HTML depending on OSes or countries.
Flags: needinfo?(hikezoe)
Reporter | ||
Comment 3•7 years ago
|
||
This does occur in Linux as well. I missed it hiding behind the mozalloc_abort.
Assignee | ||
Comment 4•7 years ago
|
||
Bob told me on IRC that the panic happened after redirecting to login page. But I don't see the panic yet. In my case the redirected page is 'https://www.weebly.com/jp?session-expired=1&redirect=main.php#login', so it must be different from what Bob is seeing.
Reporter | ||
Comment 5•7 years ago
|
||
wget saved version reproduces for me on Fedora 26 with a fresh Nightly debug build.
fwiw, I am also redirected to https://www.weebly.com/ca?session-expired=1&redirect=main.php#login
Assignee | ||
Comment 6•7 years ago
|
||
Great! I can see the panic locally! Thanks!
Assignee | ||
Comment 7•7 years ago
|
||
Last night I did actually reproduce the panic locally, but I can no longer see the panic this morning on autoland. I think Emilio fixed this as usual?
Reporter | ||
Comment 8•7 years ago
|
||
I can no longer reproduce either with local builds on linux mozilla-central build from https://hg.mozilla.org/mozilla-central/rev/e5f80a639bfe68b68693a5be610f9d36b6c5ad00 nor in bughunter's vms.
Assignee | ||
Comment 9•7 years ago
|
||
The panic has been fixed by bug 1397057, but I am not quite happy about that. It seems to me that bug 1397057 just hid a problem. We should definitely know what's going on there and why the dirty bits remained. Filed bug 1399667.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•7 years ago
|
Resolution: FIXED → DUPLICATE
Assignee | ||
Comment 11•7 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #9)
> The panic has been fixed by bug 1397057, but I am not quite happy about
> that.
*about the fact that the bug fixed this panic*
Assignee | ||
Comment 12•7 years ago
|
||
Note that a surprise thing is that the panic does not happen if OMTA is disabled. I have no idea why.
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•