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
enum CrashMe { [a] = "Davis fix", }
Putting this in your code causes Bun to crash repeatedly during parsing.
Bun v1.1.42-canary (e96dded) on linux x86_64 [RunCommand]
e96dded
Segmentation fault at address 0x3724A000000
bun.zig:1006
array_hash_map.ArrayHashMapUnmanaged
js_parser.zig:11936
src.js_parser.NewParser_
js_parser.zig:9964
js_parser.zig:9590
js_parser.zig:12399
js_parser.zig:3276
src.js_parser.Parser._parse__anon_142441
js_parser.zig:3114
src.cache.JavaScript.parse
transpiler.zig:1408
src.transpiler.Transpiler.parseMaybeReturnFileOnlyAllowSharedBuffer__anon_122421
Features: process_dlopen, dotenv, jsc, transpiler_cache, tsconfig, tsconfig
The text was updated successfully, but these errors were encountered:
Thank you for reporting this crash.
For Bun's internal tracking, this issue is BUN-AJ2.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
How can we reproduce the crash?
Putting this in your code causes Bun to crash repeatedly during parsing.
Stack Trace (bun.report)
Bun v1.1.42-canary (
e96dded
) on linux x86_64 [RunCommand]Segmentation fault at address 0x3724A000000
bun.zig:1006
:array_hash_map.ArrayHashMapUnmanaged
js_parser.zig:11936
:src.js_parser.NewParser_
js_parser.zig:9964
:src.js_parser.NewParser_
js_parser.zig:9590
:src.js_parser.NewParser_
js_parser.zig:12399
:src.js_parser.NewParser_
js_parser.zig:3276
:src.js_parser.Parser._parse__anon_142441
js_parser.zig:3114
:src.cache.JavaScript.parse
transpiler.zig:1408
:src.transpiler.Transpiler.parseMaybeReturnFileOnlyAllowSharedBuffer__anon_122421
Features: process_dlopen, dotenv, jsc, transpiler_cache, tsconfig, tsconfig
The text was updated successfully, but these errors were encountered: