You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bun build src/index.ts --outdir dist --minify --target bun
no problem in previous version
Relevant log output
$ bun build src/index.ts --outdir dist --minify --target bun
============================================================
Bun v1.1.18 (5a0b9352) Windows x64
Args: "C:\Users\it\.bun\bin\bun.exe""build""src/index.ts""--outdir""dist""--minify""--target""bun"
Features: dotenv tsconfig(2)
Elapsed: 304ms | User: 31ms | Sys: 62ms
RSS: 78.88MB | Peak: 78.88MB | Commit: 129.81MB | Faults: 19537
panic(thread 344): integer overflow
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
To send a redacted crash report to Bun's team,please file a GitHub issue using the link below: https://bun.report/1.1.18/wb15a0b935AgogggEwgv8ayuwia8t9hag/via8t9hag/via8t9hak2kiag/via40liaA0eNrLzCtJTU8tUsgvSy1Ky8kvBwA2xQaDerror: script "build" exited with code 3
Stack Trace (bun.report)
Bun v1.1.18 (5a0b935) on windows x86_64 [BuildCommand]
How can we reproduce the crash?
bun build src/index.ts --outdir dist --minify --target bun
no problem in previous version
Relevant log output
Stack Trace (bun.report)
Bun v1.1.18 (
5a0b935
) on windows x86_64 [BuildCommand]panic: integer overflow
js_parser.zig:5275
:transposeImport
js_parser.zig:17358
:visitExprInOut
js_parser.zig:7724
:checkAndPrepare
js_parser.zig:5326
:transposeRequireResolveKnownString
js_parser.zig:7724
:checkAndPrepare
js_parser.zig:5326
:transposeRequireResolveKnownString
js_parser.zig:7724
:checkAndPrepare
js_parser.zig:17226
:visitExprInOut
js_parser.zig:5326
:transposeRequireResolveKnownString
js_parser.zig:16193
:visitExpr
The text was updated successfully, but these errors were encountered: