I’m developing an app and sometimes, when I compile with Debug and run the program with gdb, I get this error:
./nptl/pthread_kill.c: No such file or directory
Searching this forum doesn’t give any results, so I started a new topic. Anyone know how this can be solved?
Here’s the complete output of gdb:
Thread 1 "livelily_debug" received signal SIGABRT, Aborted.
__pthread_kill_implementation (no_tid=0, signo=6, threadid=140737280949696) at ./nptl/pthread_kill.c:44
44 ./nptl/pthread_kill.c: No such file or directory.