WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
244040
[JSC] Adobe website crashed on mini browser when dumping disassembly
https://bugs.webkit.org/show_bug.cgi?id=244040
Summary
[JSC] Adobe website crashed on mini browser when dumping disassembly
Yijia Huang
Reported
2022-08-17 09:41:56 PDT
Website
https://lightroom.adobe.com/learn/tutorial/cf323dc7-5d20-4bb1-8249-616995c41800
crashes on minibrowser when running command ``` __XPC_JSC_validateOptions=1 __XPC_JSC_useConcurrentJIT=0 __XPC_JSC_dumpDisassembly=1 ./Tools/Scripts/run-minibrowser ``` It crashes on CodeBlock::jettison in CodeBlock.cpp when dumping ``` if (DFG::shouldDumpDisassembly()) { dataLog("Jettisoning ", *this); if (mode == CountReoptimization) dataLog(" and counting reoptimization"); dataLog(" due to ", reason); if (detail) { dataLog(", ", *detail); <------ crash here } dataLog(".\n"); } ```
Attachments
Add attachment
proposed patch, testcase, etc.
Yijia Huang
Comment 1
2022-08-22 21:30:41 PDT
Cannot reproduce this problem.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug