View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009534 | Kali Linux | Kali Package Bug | public | 2026-02-09 19:59 | 2026-02-09 19:59 |
| Reporter | dividesbyzer0 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Summary | 0009534: code-oss soft crashes on kali-rolling due to missing libnode.so.115 (only libnode.so.127 available) | ||||
| Description | On kali-rolling, code-oss fails at startup with Error: libnode.so.115: cannot open shared object file: No such file or directory. The system provides Node 22 and libnode.so.127 but no libnode.so.115. This causes native modules shipped with code-oss (example: @vscode/spdlog, @vscode/sqlite3, native-keymap) to fail to load, and then Code OSS crashes during initialization. Expected result: Actual result: Steps to reproduce: Start with an updated kali-rolling system (apt update + apt full-upgrade). Install code-oss: Run: Observe crash with missing libnode.so.115. Environment: code-oss 1.101.1+ds+really1.99.3-0kali1 nodejs 22.22.0+dfsg+~cs22.19.6-1+b1 libnode127 22.22.0+dfsg+~cs22.19.6-1+b1 Evidence (command output): dpkg -l | grep -E 'code-oss|nodejs|libnode' ii code-oss 1.101.1+ds+really1.99.3-0kali1 amd64 Open Source package of vscode readelf -d /usr/lib/code-oss/resources/app/node_modules/@vscode/spdlog/build/Release/spdlog.node | grep NEEDED 0x0000000000000001 (NEEDED) Shared library: [libnode.so.115] | ||||
| Attached Files | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-02-09 19:59 | dividesbyzer0 | New Issue | |
| 2026-02-09 19:59 | dividesbyzer0 | File Added: Screenshot 2026-02-09 145555.png | |
| 2026-02-09 19:59 | dividesbyzer0 | File Added: Screenshot 2026-02-09 145634.png | |
| 2026-02-09 19:59 | dividesbyzer0 | File Added: Screenshot 2026-02-09 145843.png |