forked from TryGhost/node-sqlite3
-
Notifications
You must be signed in to change notification settings - Fork 14
Segfaulting when starting VSCode #45
Copy link
Copy link
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
Issue Summary
VSCode SEGFAULTs in @vscode/sqlite3/build/Release/vscode-sqlite3.node.
#0 0x0000000001010101 in ??? ()
#1 0x0000771164cc2dc7 in sqlite3VdbeExec (p=p@entry=0x381c046e4ca0)
at /usr/src/debug/sqlite/sqlite-src-3460000/sqlite3.c:98848
#2 0x0000771164ccad24 in sqlite3Step (p=<optimized out>) at /usr/src/debug/sqlite/sqlite-src-3460000/sqlite3.c:91222
#3 sqlite3_step (pStmt=<optimized out>) at /usr/src/debug/sqlite/sqlite-src-3460000/sqlite3.c:91283
#4 sqlite3_step (pStmt=<optimized out>) at /usr/src/debug/sqlite/sqlite-src-3460000/sqlite3.c:91272
#5 0x00007711615edec6 in node_sqlite3::Statement::Work_Run(napi_env__*, void*) ()
at /opt/visual-studio-code/resources/app/node_modules.asar.unpacked/@vscode/sqlite3/build/Release/vscode-sqlite3.node
#6 0x00005ca2a84acb20 in ??? ()
#7 0x0000000000000075 in ??? ()
#8 0x0000000000000000 in ??? ()
Steps to Reproduce
- Start VSCode
- It closes
Version
not sure
Node.js Version
not sure
How did you install the library?
VSCode 1.90.2-1 on Arch Linux (using the AUR visual-studio-code-bin package)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug