I am facing an issue where I cannot create a directory with "log" in its name. This happens when using VS Code Remote-SSH, and the error message I get is:
[18:27:23.147] [server] Segmentation fault (core dumped) /mnt/s1/yj/.vscode-server/data/logs/20250402T102723
[18:27:23.151] [server] [Error: EACCES: permission denied, mkdir '/mnt/s1/yj/.vscode-server/data/logs/20250402T102723'] {
[18:27:23.152] [server] errno: -13,
[18:27:23.152] [server] code: 'EACCES',
[18:27:23.152] [server] syscall: 'mkdir',
It seems that VS Code tries to create a logs directory but fails.
vscode version:1.98.2 linux system:Distributor ID: Ubuntu Description: Ubuntu 24.04.1 LTS Release: 24.04 Codename: noble Has anyone encountered a similar issue? What could be causing this, and how can I fix it?
To investigate further, I logged in using Xshell and tried creating directories manually. Surprisingly, whenever I attempt to create a folder containing "log" (e.g., logs, logging, abclog), I get a Segmentation fault (core dumped) error:
Segmentation fault (core dumped)
mkdir: cannot create directory ‘logs’: Permission denied
This issue occurs even with root privileges within several different path. moreover,I have deleted and downloaded new vscode-server directory,update my vscode version,this still happens.