discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: AW: Import Error "undefined symbol"


From: Vasil Velichkov
Subject: Re: AW: Import Error "undefined symbol"
Date: Mon, 20 Mar 2023 19:58:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

Hi Niklas

On 20/03/2023 19.19, Beckmann, Niklas wrote:
>  but... I am not able to open gnuradio anymore:
> 
> 
> <<< Welcome to GNU Radio Companion 3.10.5.0 >>>
> 
> Block paths:
> /home/niklas/.grc_gnuradio
> /usr/share/gnuradio/grc/blocks
> /usr/local/share/gnuradio/grc/blocks
> 
> Loading: "/home/niklas/Workspace/Niklas_flowgraphs/Transceiver_Station_1.grc"
> Segmentation fault (core dumped)

Start gnuradio under gdb, in your terminal execute

  gdb --ex run --args python $(which gnuradio-companion)

When it stops and you get "Segmentation fault (core dumped)" then take a 
backtrace

  (gdb) backtrace

and provide the full output.

Regards,
Vasil



reply via email to

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