Re: Segmentation fault trying to run gnuradio-companion

2024-08-27 Thread Grace Yeung
Thank you Marcus again for your help. We figured out it was an updated kernel that was not compatible with the existing nvidia driver. After updating the driver all works fine now. Grace On 8/25/24 11:36 PM, Grace Yeung wrote: Here you go thanks! grace@sage:~$ gnuradio-config-info --version

Re: Segmentation fault trying to run gnuradio-companion

2024-08-25 Thread Grace Yeung
Here you go thanks! grace@sage:~$ gnuradio-config-info --version 3.10.1.1 grace@sage:~$ gnuradio-config-info --prefix /usr/ grace@sage:~$ python3 -c 'import gi; print(gi.__file__, gi.version_info)' /usr/lib/python3/dist-packages/gi/__init__.py (3, 42, 1) On 8/24/24 1:28 PM, Marcus Müller wrote

Re: Segmentation fault trying to run gnuradio-companion

2024-08-24 Thread Marcus Müller
bject:* Re: Segmentation fault trying to run gnuradio-companion Hey, I just saw that your mail where you figured out the command line, and it was too big for our mail server to forward. Indeed, the crash log is 3.4 MB of the GTK functions calling themselves in a recursive ring. Since that's a GTK

Re: Segmentation fault trying to run gnuradio-companion

2024-08-24 Thread Grace Yeung
: Segmentation fault trying to run gnuradio-companion Hey, I just saw that your mail where you figured out the command line, and it was too big for our mail server to forward. Indeed, the crash log is 3.4 MB of the GTK functions calling themselves in a recursive ring. Since that's a GTK bug we

Re: Segmentation fault trying to run gnuradio-companion

2024-08-23 Thread Marcus Müller
Hey, I just saw that your mail where you figured out the command line, and it was too big for our mail server to forward. Indeed, the crash log is 3.4 MB of the GTK functions calling themselves in a recursive ring. Since that's a GTK bug we've never encountered: What operating system exactly ar

Re: Segmentation fault trying to run gnuradio-companion

2024-08-23 Thread Marcus Müller
ah! my bad! That first line should have read $ gdb --args python3 $(which gnuradio-companion) Sorry, Marcus On 23.08.24 19:50, Grace Yeung wrote: Thank you Marcus. It's not running, did I type something wrong?... Also our IT saw this earlier which pointed to the gtk3 library: ... gnur

Re: Segmentation fault trying to run gnuradio-companion

2024-08-23 Thread Marcus Müller
Hi Grace, this happens when one of the libraries that gnuradio-companion needs to load crashes. Sadly, it's kind of hard to guess which one that would be, but on long-term expectation, it's a version mismatch somewhere. But why guess when we can find out? The segfault error message looks like

Re: Segmentation fault trying to run gnuradio-companion

2024-08-23 Thread Marcus Müller
Hi Grace, this happens when one of the libraries that gnuradio-companion needs to load crashes. Sadly, it's kind of hard to guess which one that would be, but on long-term expectation, it's a version mismatch somewhere. But why guess when we can find out? The segfault error message looks like