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
Reproduces with bash on other platforms, but for example with zsh it works as expected. With bash, also other variables such as $EPOCHSECONDS are affected after ~10 seconds. Not sure where that comes from yet.
Sorry, not yet. It is only known to affect bash so far (i.e., it does not seem to be a generic problem), and I didn't take the time to look into the bash implementation details yet. Maybe someone more familiar with the inner workings of bash could assist? :-)
This code will never end, because $SECONDS becomes negative after 10 seconds:
Compiled and run on ArchLinux.
The text was updated successfully, but these errors were encountered: