You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I've observed memory and resource (mach ports) leaks on macOS with frequent calls to drivelist.list().
If the app runs long enough without restarting, it is eventually killed by the OS.
The simplest way to reproduce this issue is to just run the following script:
Hey, I've observed memory and resource (mach ports) leaks on macOS with frequent calls to
drivelist.list()
.If the app runs long enough without restarting, it is eventually killed by the OS.
The simplest way to reproduce this issue is to just run the following script:
I've fixed the issue with leaking mach ports with PR #464, but unfortunately, I haven't been able to resolve the memory leak problem.
I'm running on macOS: 15.0.1 and NodeJS: v18.14.2
The text was updated successfully, but these errors were encountered: