-
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
Running Bun Install in Docker #15882
Comments
Thank you for reporting this crash. For Bun's internal tracking, this issue is BUN-A1P. |
@day-mon If this isn't a private repo, could you share your package.json and prisma schema version with us? The more info the better. If not, could you please tell me what version of Prisma you're using? |
Hi I encountered the same issue on github action (Action Run)
on the repo: https://github.com/zhangchi0104/kuma-space I temporarily avoided this issue by downgrading to 1.1.34 |
Please upgrade to Bun v1.1.42 This was fixed in #15911 |
How can we reproduce the crash?
Relevant log output
Stack Trace (bun.report)
Bun v1.1.40-canary (
b254e69
) on linux aarch64 [RunAsNodeCommand]Segmentation fault at address 0xAAAAAAAAAAAAAAAA
js_parser.zig:23467
:src.js_parser.NewParser_
js_parser.zig:4264
:src.js_parser.Parser._parse__anon_141409
js_parser.zig:3090
:src.cache.JavaScript.parse
bundler.zig:1408
:src.bundler.Bundler.parseMaybeReturnFileOnlyAllowSharedBuffer__anon_121839
bundler.zig:1255
:src.bundler.Bundler.parseMaybeReturnFileOnly__anon_116983
module_loader.zig:1656
:src.bun.js.module_loader.ModuleLoader.transpileSourceCode__anon_116927
module_loader.zig:2367
:Bun__transpileFile
ModuleLoader.cpp:609
:Bun::jsFunctionRequireCommonJS
Features: jsc
The text was updated successfully, but these errors were encountered: