FelixKratz / SketchyVim

Adds all vim moves and modes to macOS text fields

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SketchyVim seems to be spawning zombie processes

atidyshirt opened this issue · comments

Hi @FelixKratz,

Just thought I would see if this was a known issue, I seem to see SketchyVim spawning a bunch of zombie processes.
Thought I would raise this as an issue,

I have attached some ps output to show that the zombie processes are children of the svim process, let me know if you would like any further debug steps to be taken.

λ [~] ps axl | grep Z | grep defunct
  501   964   955   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7046  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7082  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7094  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7097  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7104  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7105  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7161  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7162  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7169  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7175  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7178  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7180  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7188  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7190  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7196  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7197  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  7254  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
  501  8399  6416   0   0  0        0      0 -      Z      ??    0:00.00 <defunct>
λ [~] ps -p 6416                    
  PID TTY           TIME CMD
 6416 ??         0:00.17 /opt/homebrew/opt/svim/bin/svim

Further info about the device if relevant:

I am on an M2 Macbook Air, on MacOS 14.0

Side note, love the project and as always, appreciate your hard work 👍🏼

Thanks for the report! Should be fixed by 6d55a11