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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 00:23:28 PST 2022


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

--- Comment #32 from Krzysztof Konopko <kris at youview.com> ---
Created attachment 463600

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

Valgrind output when running HTML/JS test

This is Valgrind output when running the HTML/JS `test.html` attached earlier.  This is run on a recent WebKit mainline on x86_64 WPE build.

* Copy `test.html` into `./WebKitBuild/WPE/Debug/`

* Run the following

  WEBKIT_MINI_BROWSER_PREFIX="valgrind --trace-children=yes --trace-children-skip=WPENetworkProcess --read-var-info=yes --track-origins=yes --log-file=/app/webkit/WebKitBuild/Debug/valgrind-html.log " \
  JSC_forceRAMSize=1G JSC_logGC=2 JSC_numberOfGCMarkers=2 \
  ./Tools/Scripts/run-minibrowser --wpe --debug -- \
  --platform=headless --webprocess-failure=exit \
  file:///app/webkit/WebKitBuild/Debug/test.html

Again, `JSC_forceRAMSize=1G` and other flags are unlikely making any difference.  They are preserved though to make it more representative of the platform where the crash is 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/81286e8e/attachment-0001.htm>


More information about the webkit-unassigned mailing list