RESOLVED FIXED 83096
Linux crashes during boot
https://bugs.webkit.org/show_bug.cgi?id=83096
Summary Linux crashes during boot
Gavin Barraclough
Reported 2012-04-03 16:57:15 PDT
The bug here is that we add empty JSValues to the sparse map, and then set them - but a GC may occur before doing so (due to a call to reportExtraMemory cost). We may want to consider making it safe to mark empty JSValues, but the simple & contained fix to this specific bug is to just initialize these values to something other than JSValue().
Attachments
Fix (1.60 KB, patch)
2012-04-03 16:59 PDT, Gavin Barraclough
fpizlo: review+
Gavin Barraclough
Comment 1 2012-04-03 16:59:10 PDT
Gavin Barraclough
Comment 2 2012-04-03 17:30:03 PDT
Fixed in r113112
Note You need to log in before you can comment on or make changes to this bug.