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

crash running query using npm sqlite3 package #12457

Open
marianoguerra opened this issue Jul 9, 2024 · 0 comments
Open

crash running query using npm sqlite3 package #12457

marianoguerra opened this issue Jul 9, 2024 · 0 comments
Labels
crash An issue that could cause a crash linux An issue that only occurs on Linux runtime

Comments

@marianoguerra
Copy link

marianoguerra commented Jul 9, 2024

How can we reproduce the crash?

not sure, I'm using https://www.npmjs.com/package/sqlite3

I'm using it because the query is really slow and I can't run it sync

Relevant log output

Bun v1.1.18 (5a0b9352) Linux x64                                                                                                                                                              
Linux Kernel v6.8.0 | glibc v2.39                                                                                                                                                             
Args: "/home/mariano/.bun/bin/bun" "run" "server.js"                                                                                                                                          
Features: jsc bunfig fetch http_server transpiler_cache(6) tsconfig(2)                                                                                                                        
Builtins: "bun:main" "bun:sqlite" "node:assert" "node:buffer" "node:crypto" "node:events" "node:fs" "node:fs/promises" "node:http" "node:https" "node:net" "node:os" "node:path" "node:perf_ho
oks" "node:stream" "node:string_decoder" "node:timers" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "node-fetch"                                                
Elapsed: 18532ms | User: 1140ms | Sys: 460ms                                                                                                                                                  
RSS: 0.82GB | Peak: 0.20GB | Commit: 0.82GB | Faults: 3                                                                                                                                       
                                                                                                                                                                                              
panic(main thread): napi: napi_define_properties                                                                                                                                              
  Error::Error                                                                                                                                                                                
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

Stack Trace (bun.report)

Bun v1.1.18 (5a0b935) on linux x86_64 [RunCommand]

panic: napi: napi_define_properties
Error::Error

@marianoguerra marianoguerra added the crash An issue that could cause a crash label Jul 9, 2024
@github-actions github-actions bot added linux An issue that only occurs on Linux runtime labels Jul 9, 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 linux An issue that only occurs on Linux runtime
Projects
None yet
Development

No branches or pull requests

1 participant