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

Segmentation fault when running zip.js tests #14042

Closed
gildas-lormeau opened this issue Sep 19, 2024 · 1 comment
Closed

Segmentation fault when running zip.js tests #14042

gildas-lormeau opened this issue Sep 19, 2024 · 1 comment
Assignees
Labels
crash An issue that could cause a crash macOS An issue that occurs on macOS node:zlib runtime

Comments

@gildas-lormeau
Copy link

How can we reproduce the crash?

Run the following commands to reproduce the issue:

  1. git clone --depth 1 https://github.com/gildas-lormeau/zip.js
  2. cd zip.js
  3. npm install
  4. npm run test-bun

Relevant log output

Bun v1.1.28 (cf4e9cb6) macOS Silicon
macOS v15.0
Args: "bun" "test" "bun-runner.test.js"
Features: jsc transpiler_cache(2) tsconfig workers_spawned(13) workers_terminated(13) 
Builtins: "bun:main" 
Elapsed: 404ms | User: 562ms | Sys: 102ms
RSS: 0.15GB | Peak: 0.15GB | Commit: 1.04GB | Faults: 1669

panic(main thread): Segmentation fault at address 0x11D20

Stack Trace (bun.report)

Bun v1.1.28 (cf4e9cb) on macos aarch64 [TestCommand]

Segmentation fault at address 0x00011D20

  • 1 unknown/js code
  • WebCore::jsWorkerPrototypeFunction_terminate
  • WebCore::jsWorkerPrototypeFunction_terminate
  • 1 unknown/js code
  • llint_entry
  • 1 unknown/js code
  • llint_entry
  • 1 unknown/js code
  • llint_entry
@gildas-lormeau gildas-lormeau added the crash An issue that could cause a crash label Sep 19, 2024
@github-actions github-actions bot added macOS An issue that occurs on macOS runtime labels Sep 19, 2024
@nektro nektro self-assigned this Sep 19, 2024
@nektro
Copy link
Member

nektro commented Sep 25, 2024

Fixed by #14079. will be available in the next canary/release.
there's still some failing crypto functions in the suite but those are largely being tracked in aggregate by #13681

@nektro nektro closed this as completed Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash An issue that could cause a crash macOS An issue that occurs on macOS node:zlib runtime
Projects
None yet
Development

No branches or pull requests

2 participants