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

Bun crashed seemingly due to the package memoizee #15905

Closed
David-van-der-Sluijs opened this issue Dec 20, 2024 · 1 comment
Closed

Bun crashed seemingly due to the package memoizee #15905

David-van-der-Sluijs opened this issue Dec 20, 2024 · 1 comment
Labels
crash An issue that could cause a crash macOS An issue that occurs on macOS

Comments

@David-van-der-Sluijs
Copy link

David-van-der-Sluijs commented Dec 20, 2024

In version 1.1.40 my project worked fine. Now in 1.1.41 it crashes.

Relevant log output

panic(main thread): Segmentation fault at address 0xAAAAAAAAAAAAAAAA
Crashed while visiting node_modules/memoizee/lib/registered-extensions.js
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

Stack Trace (bun.report)

Bun v1.1.41 (b8f28ed) on macos aarch64 [AutoCommand]

Segmentation fault at address 0xAAAAAAAAAAAAAAAA

  • 1 unknown/js code
  • src.js_parser.NewParser_
  • src.js_parser.Parser._parse__anon_142565
  • src.cache.JavaScript.parse
  • src.bundler.Bundler.parseMaybeReturnFileOnlyAllowSharedBuffer__anon_123966
  • src.bundler.Bundler.parseMaybeReturnFileOnly__anon_119104
  • src.bun.js.module_loader.ModuleLoader.transpileSourceCode__anon_119048
  • Bun__transpileFile
  • Bun::fetchCommonJSModule
  • Bun::jsFunctionRequireCommonJS

Features: napi_module_register, process_dlopen, jsc, tsconfig, tsconfig

Sentry Issue: BUN-A3N

@David-van-der-Sluijs David-van-der-Sluijs added the crash An issue that could cause a crash label Dec 20, 2024
@github-actions github-actions bot added the macOS An issue that occurs on macOS label Dec 20, 2024
@Jarred-Sumner
Copy link
Collaborator

Fixed by @dylan-conway in #15911

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
Projects
None yet
Development

No branches or pull requests

2 participants