-
Notifications
You must be signed in to change notification settings - Fork 3k
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
BUN crash running integration tests #17736
Comments
@wayfarer3130, the latest version of Bun is v1.2.3, but this crash was reported on Bun v1.2.2. Are you able to reproduce this crash on the latest version of Bun? bun upgrade |
The crash report for bun 1.2.4 is below. Bun v1.2.4 ( Segmentation fault at address 0x7FFBE672CF48
Features: transpiler_cache, tsconfig, tsconfig_paths, process_dlopen, Bun.stderr, Bun.stdout, jsc Sentry Issue: BUN-CZX |
It looks like this package uses karma + playwright to run tests. Running |
It's a crash while exiting. Likely in a cleanup function somewhere |
It did seem to be about time to exit - given that it doesn't run the karma/playwright/canvas compatibility issues right now, it isn't a critical issue for me, rather I thought it was worth reporting so it could get cleaned up. I would like to be able to run with importing canvas, as we use canvas heavily for rendering, but I suspect a canvas implementation that works against the bun ABI is still a chunk of work. Thank you for looking at it. |
How can we reproduce the crash?
No idea unfortunately
Relevant log output
Stack Trace (bun.report)
Bun v1.2.2 (
c1708ea
) on windows x86_64 [TestCommand]Segmentation fault at address 0x7FFBE6E6CF48
0x537df
in ntdll.dll0xbcdbd
in ntdll.dll0xbc0e4
in ntdll.dll0x418ab
in KERNEL32.DLLGlobal.zig:120
:exit
test_command.zig:1574
:exec
cli.zig:1924
:start
cli.zig:70
:start
main.zig:59
:main
Features: tsconfig_paths, process_dlopen, Bun.stderr, Bun.stdout, jsc, tsconfig, tsconfig
Sentry Issue: BUN-9CA
The text was updated successfully, but these errors were encountered: