-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trace/BPT trap: 5 #534
Comments
Here is a reliable way to reproduce:
|
Example backtrace:
You can see the breakpoint instruction:
Speculation is that it is this line https://github.com/WebKit/webkit/blob/03128ced8a49d1bca72dc5dd1b573445b5d8a744/Source/JavaScriptCore/llint/LowLevelInterpreter.asm#L1810 |
Isolated to a bug in FTL JIT. Disabling it works around the issue:
|
Closed
Updated simpler way of doing this test:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes on master when using simple or whitespace optimizations.
The text was updated successfully, but these errors were encountered: