-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Segfault on v0.2.0 with GraphQL Yoga v3 #1331
Comments
Thank you for writing a test |
So, I think this need to be checked again. Not sure if the issue is here or on the graphql-yoga repo Bun version: 1.0.20
|
Both code blocks no longer crash and work normally.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
0.2.0
Platform
Darwin Deniss-MacBook-Pro.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:17:10 PDT 2022; root:xnu-8020.140.49~2/RELEASE_X86_64 x86_64
What steps will reproduce the bug?
Install necessary deps:
Create a test:
Run tests:
Output:
How often does it reproduce? Is there a required condition?
Consistently always.
What is the expected behavior?
Doesn't segfault.
What do you see instead?
SegmentationFault at 0x0500000000000000
Additional information
The same test was passing without issues on Bun v0.1.13.
The text was updated successfully, but these errors were encountered: