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

Sqlite Error #11187

Open
jsiwa opened this issue May 20, 2024 · 1 comment
Open

Sqlite Error #11187

jsiwa opened this issue May 20, 2024 · 1 comment
Labels
crash An issue that could cause a crash needs repro Needs an example to reproduce

Comments

@jsiwa
Copy link

jsiwa commented May 20, 2024

How can we reproduce the crash?

Bun v1.1.8 (89d2580) macOS x64
Args: "bun", "run", "src/test-maijia-rewrite.ts"
Features: jsc shell(11899) spawn(11899) tsconfig
Builtins: "bun:main" "bun:sqlite"
Elapsed: 228065768ms | User: 395348ms | Sys: 381233ms
RSS: 47.97MB | Peak: 0.15GB | Commit: 0.44GB | Faults: 8

panic(main thread): Segmentation fault at address 0x8
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

JavaScript/TypeScript code that reproduces the crash?

No response

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.8 (89d2580) on macos x86_64 [RunCommand]

Segmentation fault at address 0x00000008

  • 2 unknown/js code
  • src.shell.interpreter.Interpreter.Expansion.next
  • src.shell.interpreter.Interpreter.Expansion.next
  • src.shell.interpreter.Interpreter.Expansion.next
  • src.shell.interpreter.Interpreter.Expansion.next
  • src.shell.interpreter.Interpreter.setupIOBeforeRun
  • ShellInterpreterClass__finalize
  • WebCore::ShellInterpreterPrototype__setCwdCallback
  • 1 unknown/js code
@jsiwa jsiwa added the crash An issue that could cause a crash label May 20, 2024
@Electroid
Copy link
Contributor

Is it possible to share the code? It looks like it might be shell related, not SQLite related.

@Electroid Electroid added the needs repro Needs an example to reproduce label May 20, 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 needs repro Needs an example to reproduce
Projects
None yet
Development

No branches or pull requests

2 participants