discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Segmentation fault


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Segmentation fault
Date: Mon, 23 Nov 2015 16:55:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi Chai,

you're on the right track!
Now, the segfault probably does not happen in "python-land", so pdb might not be the right tool.
Try with gdb:

gdb --args python debug_qpsk.py
....
run <press enter>
.... program crashes
backtrace <press enter>

Best regards,
Marcus

On 23.11.2015 15:01, chai E wrote:

​hello all

and write the same grc on e310, when i run it ,i got no GUI show , then i run the python file generated by this grc in command window,

./debug_qpsk.py

i got a output message

Using Volk machine: neon_hardfp
Segmentation fault

then i use pdb to debug this python file

i set a breakpoint before just like

,then run step by step ,and run into the function called by tb.start,
i got 

I hope someone can know what does it mean,what the matter that cause the 
Segmentation fault


thank you 

--Ekko





_______________________________________________
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]