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
Install jsdom and canvas into a project and try running the code below
jsdom
canvas
import { JSDOM } from "jsdom";
No response
Bun v1.1.7 (b0b7db5) on windows x86_64 [AutoCommand]
b0b7db5
Segmentation fault at address 0x7FFF1FA70E18
0x5129c
0x50ff7
0x50c9d
0x17fab
0x1bed8
0x1c099
Global.zig:123
exitWide
Global.zig:106
exit
bun_js.zig:339
start
The text was updated successfully, but these errors were encountered:
Duplicate of #5835
Sorry, something went wrong.
Please follow along in #5835
No branches or pull requests
How can we reproduce the crash?
Install
jsdom
andcanvas
into a project and try running the code belowJavaScript/TypeScript code that reproduces the crash?
Relevant log output
No response
Stack Trace (bun.report)
Bun v1.1.7 (
b0b7db5
) on windows x86_64 [AutoCommand]Segmentation fault at address 0x7FFF1FA70E18
0x5129c
in ntdll.dll0x50ff7
in ntdll.dll0x50c9d
in ntdll.dll0x17fab
in KERNEL32.DLL0x1bed8
in ucrtbase.dll0x1c099
in ucrtbase.dllGlobal.zig:123
:exitWide
Global.zig:106
:exit
bun_js.zig:339
:start
The text was updated successfully, but these errors were encountered: