Hello!
I want to use the poll-function from <sys/poll.h> to poll the STDIN (default FD 0).
(I'm using the ArduinoIDE and want to port https://midish.org/ to ESP32)
But this provokes always a crash with abort()...
Unfortunately I can't debug, but it seems that the crash occurs in the select-method ...
Search found 2 matches
- Wed May 03, 2023 7:14 pm
- Forum: ESP32 Arduino
- Topic: ESP32 crashes when polling STDIN
- Replies: 1
- Views: 1194
- Sat Apr 29, 2023 5:56 pm
- Forum: General Discussion
- Topic: ESP32 crashes when polling STDIN
- Replies: 0
- Views: 873
ESP32 crashes when polling STDIN
Hello!
I want to use the poll-function from <sys/poll.h> to poll the STDIN (default FD 0).
(I'm using the ArduinoIDE and want to port https://midish.org/ to ESP32)
But this provokes always a crash with abort()...
Unfortunately I can't debug, but it seems that the crash occurs in the select-method ...
I want to use the poll-function from <sys/poll.h> to poll the STDIN (default FD 0).
(I'm using the ArduinoIDE and want to port https://midish.org/ to ESP32)
But this provokes always a crash with abort()...
Unfortunately I can't debug, but it seems that the crash occurs in the select-method ...