MichaelAquilina / zsh-auto-notify

⏰ ZSH plugin that automatically sends out a notification when a long running task has completed.
GNU General Public License v3.0
404 stars 41 forks source link

_is_auto_notify_ignored:6: fork failed: resource temporarily unavailable #34

Open sobolevn opened 4 years ago

sobolevn commented 4 years ago

Issue Details

Sometimes zsh-auto-notify fails with:

_is_auto_notify_ignored:6: fork failed: resource temporarily unavailable              
_z:25: fork failed: resource temporarily unavailable
zsh: fork failed: resource temporarily unavailable
zsh: fork failed: resource temporarily unavailable

Operating System (uname -a)

Darwin Mackbook-Nikita 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64

zsh version (zsh --version)

zsh 5.7.1 (x86_64-apple-darwin18.6.0)

auto-notify version (echo "$AUTO_NOTIFY_VERSION")

0.8.0

How is auto-notify installed?

Steps to reproduce the issue

It is not reproducable for me. It just happens sometimes.

gist link to your zshrc

https://github.com/sobolevn/dotfiles

MichaelAquilina commented 4 years ago

Hi @sobolevn. Thanks for filing the bug. I suspect this may be specific to when your system is low on resources? Could you keep an eye on when it happens again and take a look at things like memory usage, disk space usage etc?

sobolevn commented 4 years ago

Will do!