... and that's not a problem per se. Anyway, this is a syscall, and it's unlikely that there's a problem *within* your operating system.
So, the rest of the backtrace where this is from is very likely more relevant. Also, poll() might indicate this is a more or less idle thread; use `info threads` to see the other threads of your process; use `thread NUMBER` to switch between them. Best regards, Marcus On 17.07.2017 22:49, Cinaed Simson wrote: > On 07/17/2017 09:28 AM, Rafik ZITOUNI wrote: >> Dear all, >> >> I have an issue that appears when I'm running gdb. >> >> I obtained the following message. >> >> 0x00007fcb038c6c5d in poll () at ../sysdeps/unix/syscall-template.S:81 >> 81 ../sysdeps/unix/syscall-template.S: No such file or directory. >> >> >> Could you have any idea how to fix this issue? > Typically it means you don't have source code to a library. > > -- Cinaed > > >> Best, >> -- >> **<http://www.ece.fr/>Rafik >> >> >> >> _______________________________________________ >> Discuss-gnuradio mailing list >> Discuss-gnuradio@gnu.org >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio