vpnkit icon indicating copy to clipboard operation
vpnkit copied to clipboard

Ensure uname subprocess is cleaned up

Open tmoschou opened this issue 3 years ago • 1 comments

Adds a fix to the uname command / subprocess spawned which was not cleaned up / reaped appropriately on Darwin. The result was a zombie process / resource leak that lingered in the process table.

Fixes #592

tmoschou avatar Aug 14 '22 08:08 tmoschou

Looks like CircleCI is using Xcode 12.0.0 which is no longer supported https://circleci.com/docs/xcode-policy#xcode-image-retention-and-deprecation https://circleci.com/docs/using-macos#supported-xcode-versions

tmoschou avatar Aug 14 '22 23:08 tmoschou

I've taken the liberty of force-pushing a rebase after the recent CI improvements.

djs55 avatar Aug 22 '22 11:08 djs55

OK, CI is a bit greener :)

djs55 avatar Aug 22 '22 11:08 djs55