SUMMARY: AddressSanitizer: stack-overflow near [@ AddAndRemoveImageAssociations]
Categories
(Core :: Layout, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox64 | --- | affected |
People
(Reporter: jkratzer, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: crash, testcase)
Attachments
(2 files)
Reporter | ||
Comment 1•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•4 years ago
|
||
Hey Jason,
Can you still reproduce this issue or should we close it?
Reporter | ||
Comment 7•4 years ago
|
||
(In reply to Andrei Purice from comment #6)
Hey Jason,
Can you still reproduce this issue or should we close it?
Andrei, this issue still reproduces on mozilla-central rev 152fdda295bb (built with --enable-address-sanitzer --enable-fuzzing).
Testcase can be reproduced using the following commands:
$ pip install fuzzfetch grizzly-framework
$ python -m fuzzfetch --build 152fdda295bb --asan --fuzzing -n build
$ python -m grizzly.replay ./build/firefox ./testcase.html
Updated•3 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Comment 8•2 years ago
|
||
Based on analysis in Comment 4, this sounds more like S3 than S2. (Seems like stack exhaustion, i.e. a safe crash, with a fuzzer testcase.)
Comment 9•2 years ago
|
||
I captured a pernosco trace, too (in an -enable-address-sanitzer --enable-fuzzing
debug+opt build): https://pernos.co/debug/z94E8jSHc4MGkCcGX-7Igw/index.html
Updated•1 year ago
|
Description
•