Closed
Bug 1342656
Opened 8 years ago
Closed 8 years ago
stylo: Assertion Failure: len >= (self.len() as u32) at ns_t_array.rs:91
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox-esr52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | fixed |
People
(Reporter: kubrick, Unassigned)
References
Details
(Keywords: assertion)
Attachments
(1 file)
20.57 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0 Build ID: 20170224110129 Steps to reproduce: Compiled mozilla-central f36062d04d16 with servo & debug RUST_BACKTRACE=1 ./mach run https://www.free.fr --disable-e10s Actual results: Assertion failed (see backatrace) Hit MOZ_CRASH() at /home/francois/Downloads/mozilla-central/memory/mozalloc/mozalloc_abort.cpp:33 Program /home/francois/Downloads/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/firefox (pid = 16247) received signal 11. thread '<unnamed>' panicked at 'assertion failed: len >= (self.len() as u32)', /home/francois/Downloads/mozilla-central/servo/components/style/gecko_bindings/sugar/ns_t_array.rs:91 stack backtrace: [see attached] Stack: #01: ???[/home/francois/Downloads/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so +0x3deb10e] #02: ???[/home/francois/Downloads/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so +0x40f7430] #03: ???[/usr/lib/libpthread.so.0 +0x11080] #04: mozalloc_abort(char const*)[/home/francois/Downloads/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/firefox +0x64c8] #05: mozalloc_abort(char const*)[/home/francois/Downloads/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/firefox +0x649e] #06: ???[/home/francois/Downloads/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so +0x47e55e9]
Reporter | ||
Updated•8 years ago
|
Blocks: stylo-nightly
Keywords: assertion
Updated•8 years ago
|
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Updated•8 years ago
|
Updated•8 years ago
|
Flags: needinfo?(hikezoe)
Comment 1•8 years ago
|
||
I did totally forget about what I did in bug 1342323 until hg bisect found it. This assertion has been fixed by bug 1342323.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(hikezoe)
Resolution: --- → FIXED
Updated•8 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → unaffected
status-firefox54:
--- → fixed
status-firefox-esr52:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•