We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running a custom remix server in development crashes with Bun.
Reproduction: https://github.com/michaelgmcd/bun-remix-repro
Server code:
import { createServer } from 'vite'; import { Hono } from 'hono'; await createServer(); const app = new Hono(); Bun.serve({ port: 3000, fetch: app.fetch });
Bun v1.1.36 (ededc16) on macos aarch64 [AutoCommand]
ededc16
Segmentation fault at address 0x0006024C
src.install.dependency.parseWithTag
src.resolver.resolver.Resolver.parsePackageJSON__anon_97690
src.resolver.resolver.Resolver.dirInfoUncached
src.resolver.resolver.Resolver.dirInfoCached
src.resolver.resolver.Resolver.loadNodeModules
src.resolver.resolver.Resolver.resolveWithoutRemapping
src.resolver.resolver.Resolver.resolveAndAutoInstall
src.bun.js.javascript.VirtualMachine.resolveMaybeNeedsTrailingSlash__anon_116799
src.bun.js.api.BunObject.doResolveWithArgs__anon_110045
Features: process_dlopen, Bun.stdin, dotenv, jsc, spawn, tsconfig, tsconfig_paths, tsconfig_paths
Sentry Issue: BUN-8NE
The text was updated successfully, but these errors were encountered:
Fixed in #15332
This will be part of the Bun v1.1.37 release, which is today
For now, you can run bun upgrade --canary
Sorry, something went wrong.
No branches or pull requests
How can we reproduce the crash?
Running a custom remix server in development crashes with Bun.
Reproduction: https://github.com/michaelgmcd/bun-remix-repro
Server code:
Relevant log output
Stack Trace (bun.report)
Bun v1.1.36 (
ededc16
) on macos aarch64 [AutoCommand]Segmentation fault at address 0x0006024C
src.install.dependency.parseWithTag
src.resolver.resolver.Resolver.parsePackageJSON__anon_97690
src.resolver.resolver.Resolver.dirInfoUncached
src.resolver.resolver.Resolver.dirInfoCached
src.resolver.resolver.Resolver.loadNodeModules
src.resolver.resolver.Resolver.resolveWithoutRemapping
src.resolver.resolver.Resolver.resolveAndAutoInstall
src.bun.js.javascript.VirtualMachine.resolveMaybeNeedsTrailingSlash__anon_116799
src.bun.js.api.BunObject.doResolveWithArgs__anon_110045
Features: process_dlopen, Bun.stdin, dotenv, jsc, spawn, tsconfig, tsconfig_paths, tsconfig_paths
Sentry Issue: BUN-8NE
The text was updated successfully, but these errors were encountered: