Semi-space nursery should be marked as fuzzing-unsafe
Categories
(Core :: JavaScript Engine, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: lukas.bernhard, Assigned: mgaudet)
References
Details
Attachments
(1 file)
When fuzzing SM with Fuzzilli, the fuzzer automatically discovers ways to enable the semi-space nursery. Enabling this option triggers various asserts throughout the engine. For now, the semi-space should be kept disabled when --fuzzing-safe is passed to the engine.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Comment 2•1 year ago
|
||
I would like to have this fuzzed, but that means we would need to commit to fixing the bugs found.
AFAIK there is one open bug related to semispace (bug 1894599) which I have indeed been ignoring but this makes it sound like there are more issues lurking.
It's fair to disable this for now if this is causing a problem for the fuzzers.
Comment 4•1 year ago
|
||
| bugherder | ||
Comment 5•1 year ago
|
||
The commit in this bug looks like it accidentally added an empty file called .moz_log
| Assignee | ||
Comment 6•1 year ago
|
||
Curious! I know how it would have ended up in there but not how I created .moz_log -- anyhow; will remove it!
Description
•