-
Notifications
You must be signed in to change notification settings - Fork 132
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
Incompatible with YJIT 3.2.0 #179
Comments
IIRC the cause is #150 |
casperisfine
pushed a commit
to Shopify/stackprof
that referenced
this issue
Jul 12, 2022
Fix: tmm1#179 YJIT doesn't support being interrupted by signal in random places, and probably will never support it.
casperisfine
pushed a commit
to Shopify/stackprof
that referenced
this issue
Jul 12, 2022
Fix: tmm1#179 YJIT doesn't support being interrupted by signal in random places, and probably will never support it.
casperisfine
pushed a commit
to Shopify/stackprof
that referenced
this issue
Jul 12, 2022
Fix: tmm1#179 YJIT doesn't support being interrupted by signal in random places, and probably will never support it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is known of the maintainers, but just opening an issue so it can be referenced.
Latest stackprof is incompatible with YJIT 3.2.0-dev. Using both together is extremely likely to cause a segfault.
IIRC the conversation we had, it's because stackprof can trigger signals at any point which YJIT don't expect.
The text was updated successfully, but these errors were encountered: