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

Crash on Nuxt hot reload #10708

Closed
Soulusions opened this issue Apr 30, 2024 · 2 comments
Closed

Crash on Nuxt hot reload #10708

Soulusions opened this issue Apr 30, 2024 · 2 comments
Labels
bug Something isn't working crash An issue that could cause a crash

Comments

@Soulusions
Copy link

How can we reproduce the crash?

Crash happens when hot reloading nuxtjs, specifically when server code gets hot reloaded.

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.6 (e58d67b) on linux x86_64 [RunCommand]

Bus error at address 0x7FE4E80EC000

Features: Bun.stdin, transpiler_cache

@Soulusions Soulusions added bug Something isn't working crash An issue that could cause a crash labels Apr 30, 2024
@nic9347
Copy link

nic9347 commented May 5, 2024

Having the same problem on Bun v1.1.7. Seems to only be present with server code hot reload, not though when client code gets changed. I have tried earlier Versions of Bun, e.g. v1.1.0 seems to have had the same problem. Node doesn't seem to have this problem.

@Jarred-Sumner
Copy link
Collaborator

There's probably an 80% chance this was fixed in #11635 and #11494, as it sounds similar to other issues but it's hard to say for sure unless you run into it in a more recent build of Bun. There were some bugs in the stacktraces of that version of Bun.

The fix will land in Bun v1.1.13, but you can try it in canary bun upgrade --canary until then. If you still run into this issue, please let us know and I'll re-open the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash An issue that could cause a crash
Projects
None yet
Development

No branches or pull requests

3 participants