-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
SegmentationFault when using Honojs on Bun and testing using Hoppscotch. #915
Labels
bug
Something isn't working
Comments
ethndotsh
added
bug
Something isn't working
needs repro
Needs an example to reproduce
labels
Jul 29, 2022
With native Bun.serve it works? |
No it is still broken even when using Bun.serve |
Can you send full segmentation fault? |
[0.37ms] ".env"
Nova server started
SegmentationFault at 18446181123756130306
–––– bun meta ––––
Bun v0.1.5 macOS Silicon 22.0.0
RunCommand: dotenv
Elapsed: 2349ms | User: 43ms | Sys: 62ms
RSS: 0.22GB | Peak: 0.22GB | Commit: 67.11MB | Faults: 73
–––– bun meta ––––
Ask for #help in https://bun.sh/discord or go to https://bun.sh/issues This is after making a GET request |
@cursecodes Hi, can you try again with the latest bun? ( |
This is fixed as of 0.1.10 - if you see this happening again please comment and we'll re-open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
0.1.5
Platform
Darwin My-Air.lan 22.0.0 Darwin Kernel Version 22.0.0: Tue Jun 28 20:48:02 PDT 2022; root:xnu-8792.0.134.131.2~1/RELEASE_ARM64_T8103 arm64
What steps will reproduce the bug?
bun add hono
index.js
:http://localhost:3001
How often does it reproduce? Is there a required condition?
This happens every time I make a request using Hoppscotch.io, which is my preferred HTTP client.
What is the expected behavior?
A proper request that goes through with the HTTP status code of 200
What do you see instead?
No response and a SegmentationFault in the console.
Additional information
No response
The text was updated successfully, but these errors were encountered: