Skip to content
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

Closed
casperisfine opened this issue Jul 12, 2022 · 1 comment · Fixed by #180
Closed

Incompatible with YJIT 3.2.0 #179

casperisfine opened this issue Jul 12, 2022 · 1 comment · Fixed by #180

Comments

@casperisfine
Copy link
Contributor

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.

@casperisfine
Copy link
Contributor Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant