|
Is it safe to call I ask because my initial attempts are hitting a seg fault in This is Raspbian bookworm with |
Replies: 2 comments 1 reply
|
Just spotted that the Valgrind output above is referencing |
|
The Answering your question: no, none of the libgpiod functions are safe to call from signal handlers. Please consider using |
The
2.2.2you're seeing appended to the.sois the ABI version, the API version isv1.6.3.Answering your question: no, none of the libgpiod functions are safe to call from signal handlers. Please consider using
signalfd().