discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GNU Radio debug with GDB


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] GNU Radio debug with GDB
Date: Tue, 18 Jul 2017 01:10:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

... 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
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]