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