Closed
Bug 1466169
Opened 7 years ago
Closed 7 years ago
Intermittent layout/style/test/test_value_storage.html | application crashed [@ mozalloc_abort]
Categories
(Core :: CSS Parsing and Computation, defect, P5)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: crash, intermittent-failure)
Crash Data
Filed by: cbrindusan [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=181344499&repo=mozilla-inbound
https://queue.taskcluster.net/v1/task/UxdwJdDAS_2Rx2YXbhl2Zw/runs/0/artifacts/public/logs/live_backing.log
[task 2018-06-01T14:09:55.202Z] 14:09:55 INFO - 297 INFO TEST-START | layout/style/test/test_value_storage.html
[task 2018-06-01T14:11:57.019Z] 14:11:57 INFO - INFO | automation.py | Application ran for: 0:33:36.615821
[task 2018-06-01T14:11:57.019Z] 14:11:57 INFO - INFO | zombiecheck | Reading PID log: /tmp/tmpIZlhrgpidlog
[task 2018-06-01T14:11:57.648Z] 14:11:57 INFO - /data/tombstones does not exist; tombstone check skipped
[task 2018-06-01T14:11:58.372Z] 14:11:58 INFO - mozcrash Downloading symbols from: https://queue.taskcluster.net/v1/task/OdJ9ZblBSiyk2y8dAM3wHQ/artifacts/public/build/target.crashreporter-symbols.zip
[task 2018-06-01T14:12:02.420Z] 14:12:02 INFO - mozcrash Copy/paste: /usr/local/bin/linux64-minidump_stackwalk /tmp/tmpFErtmu/02451cce-7bf8-400b-1a30-fa2dad2e7424.dmp /tmp/tmpkT2YDk
[task 2018-06-01T14:12:10.550Z] 14:12:10 INFO - mozcrash Saved minidump as /builds/worker/workspace/build/blobber_upload_dir/02451cce-7bf8-400b-1a30-fa2dad2e7424.dmp
[task 2018-06-01T14:12:10.551Z] 14:12:10 INFO - mozcrash Saved app info as /builds/worker/workspace/build/blobber_upload_dir/02451cce-7bf8-400b-1a30-fa2dad2e7424.extra
[task 2018-06-01T14:12:10.553Z] 14:12:10 WARNING - PROCESS-CRASH | layout/style/test/test_value_storage.html | application crashed [@ mozalloc_abort]
| Comment hidden (Intermittent Failures Robot) |
Comment 2•7 years ago
|
||
All three crashes in the past 30 days are Rust panics from
style::properties::NonCustomPropertyId::allowed on Android:
https://treeherder.mozilla.org/logviewer.html#?job_id=181344499&repo=mozilla-inbound&lineNumber=1378
Emilio, could this be the Android bindgen bug you found?
Flags: needinfo?(emilio)
Comment 3•7 years ago
|
||
Sounds unlikely, since that'd make it reproducible.
I took a look and the stack looks interesting, it has core::option::expect_failed, but there's no expect() in that function or any of the functions it calls...
Flags: needinfo?(emilio)
Comment 4•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•