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
Do you have any idea about why I enter ctrl+ c then the application cannot be restarted and needs to be power off/on?
However I created function to get SIGINT signal from ctrl+ c then call the uart_stop(), the result is the same, the program always hang on "fd = open(dev->filename, O_RDWR | O_NOCTTY);" , seems resource not be released still.
thanks
Webber
The text was updated successfully, but these errors were encountered:
Webber860
changed the title
Cannot be restart after ctrl C
Cannot be restarted after ctrl C
Dec 22, 2021
Do you have any idea about why I enter ctrl+ c then the application cannot be restarted and needs to be power off/on?
However I created function to get SIGINT signal from ctrl+ c then call the uart_stop(), the result is the same, the program always hang on "fd = open(dev->filename, O_RDWR | O_NOCTTY);" , seems resource not be released still.
thanks
Webber
The text was updated successfully, but these errors were encountered: