Skip to content
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

JSDom+Canvas segfaults on Windows #10824

Open
mybearworld opened this issue May 4, 2024 · 0 comments
Open

JSDom+Canvas segfaults on Windows #10824

mybearworld opened this issue May 4, 2024 · 0 comments
Labels
bug Something isn't working crash An issue that could cause a crash

Comments

@mybearworld
Copy link

How can we reproduce the crash?

Install jsdom and canvas into a project and try running the code below

JavaScript/TypeScript code that reproduces the crash?

import { JSDOM } from "jsdom";

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.7 (b0b7db5) on windows x86_64 [AutoCommand]

Segmentation fault at address 0x7FFF1FA70E18

  • 1 unknown/js code
  • ??? at 0x5129c in ntdll.dll
  • ??? at 0x50ff7 in ntdll.dll
  • ??? at 0x50c9d in ntdll.dll
  • ??? at 0x17fab in KERNEL32.DLL
  • ??? at 0x1bed8 in ucrtbase.dll
  • ??? at 0x1c099 in ucrtbase.dll
  • Global.zig:123: exitWide
  • Global.zig:106: exit
  • bun_js.zig:339: start
@mybearworld mybearworld added bug Something isn't working crash An issue that could cause a crash labels May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash An issue that could cause a crash
Projects
None yet
Development

No branches or pull requests

1 participant