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
Hi! I'm facing strange bug with enry release binaries, it freezes if called multiple times. Here is minimal bash script to reproduce such behavior (this happens not only on small files, but on large directories also).
test_dir - is directory with only one empty.py file which is empty.
real 0m0.039s
user 0m0.039s
sys 0m0.010s
# This step is frozen for ~40 secs, but it can be even slower
real 0m42.637s
user 0m42.884s
sys 0m1.577s
real 0m0.044s
user 0m0.052s
sys 0m0.015s
I've tested it with enry release v 1.1.0 on these OSs:
macOS Catalina v. 10.15.5
Ubuntu 18.04.3 LTS
The text was updated successfully, but these errors were encountered:
Hi! I'm facing strange bug with enry release binaries, it freezes if called multiple times. Here is minimal bash script to reproduce such behavior (this happens not only on small files, but on large directories also).
test_dir
- is directory with only oneempty.py
file which is empty.At some iteration this happen:
I've tested it with enry release v 1.1.0 on these OSs:
The text was updated successfully, but these errors were encountered: