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
When using one of the s4c_animate_ functions, if an interrupt handler is installed by the program and SIGINT is received, the program will crash because napms() is not interrupt-handler-safe.
Version: >=0.1.5
Additional context
This link mentions the fact that napms() is not safe with interrupt handlers.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using one of the
s4c_animate_
functions, if an interrupt handler is installed by the program andSIGINT
is received, the program will crash becausenapms()
is not interrupt-handler-safe.>=0.1.5
Additional context
This link mentions the fact that
napms()
is not safe with interrupt handlers.The text was updated successfully, but these errors were encountered: