[Webkit-unassigned] [Bug 200863] Crash in JSC::SlotVisitor::visitChildren

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 00:17:29 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=200863

--- Comment #31 from Krzysztof Konopko <kris at youview.com> ---
Created attachment 463599

  --> https://bugs.webkit.org/attachment.cgi?id=463599&action=review

Valgrind output when running JS-only test with `jsc`

* Copy `test.js` to `./WebKitBuild/WPE/Debug/`

* Enter WebKit WPE Flatpack:

  ./Tools/Scripts/webkit-flatpak --wpe --debug

* Run the test with Valgrind

  JSC_forceRAMSize=1G JSC_logGC=2 JSC_numberOfGCMarkers=2 \
  valgrind --read-var-info=yes --track-origins=yes \
    --log-file=./WebKitBuild/WPE/Debug/valgrind-jsc.log \
    ./WebKitBuild/WPE/Debug/bin/jsc ./WebKitBuild/WPE/Debug/test.js

`JSC_forceRAMSize=1G` is unlikely making any difference but I've been using it consistently initially hoping to make it a more representative env. of the platform where the crash was originally reproduced.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221118/eefd17cf/attachment.htm>


More information about the webkit-unassigned mailing list