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

SketchyVim seems to be spawning zombie processes #37

Open
atidyshirt opened this issue Mar 16, 2024 · 1 comment
Open

SketchyVim seems to be spawning zombie processes #37

atidyshirt opened this issue Mar 16, 2024 · 1 comment

Comments

@atidyshirt
Copy link

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 👍🏼

@FelixKratz
Copy link
Owner

Thanks for the report! Should be fixed by 6d55a11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants