Re: segfault in 3.10.1.1

2022-02-14 Thread Steven Barbo
Hi Franco. Thank you so much for the trace information. Very helpful and, i'm having fun poking around under the hood. 233 execve("/usr/bin/gnuradio-companion", ["gnuradio-companion", "/UNUSED/testing123.grc"], 0x7fffb6e6d940 /* 8 vars */) = 0 247 execve("/usr/bin/dbus-launch", ["dbus-launch",

Re: segfault in 3.10.1.1

2022-02-13 Thread Franco VENTURI
Steve, I am glad to hear that you are now able to run GNU Radio Companion there. I am not familiar with the internals of GTK and GObjects and I can't really help you there. However this morning I ran GRC on a simple FM receiver example I have, and I used strace to track the calls to 'execve': s

Re: segfault in 3.10.1.1

2022-02-12 Thread Steven Barbo
Hello patient and helpful folks, hope this day finds you well. Have had some "success", gui runs appears work fine, not calling the offending functions g_free and ffi_closure_free in gobject-introspection-1.70.0/girepository/girffi.c guessing these are the parameter linkages and walking trail for

Re: segfault in 3.10.1.1

2022-02-08 Thread Franco VENTURI
Steve, I run Fedora version 35 here, and the version of goobject-introspection I have is 1.70: $ rpm -q gobject-introspection gobject-introspection-1.70.0-1.fc35.x86_64 I have GNU Radio 3.10 (actually 3.11 from master) and GNU Radio Companion running here without any problem, so perhaps you may

Re: segfault in 3.10.1.1

2022-02-08 Thread Steven Barbo
Hi Franco. think i've built trying both versions, 1 at a time obviously. didn't seem to make a difference. on that front, https://gitlab.gnome.org/GNOME/gobject-introspection sports only 1.69 and 1.70 in releases section. https://download.gnome.org/sources/gobject-introspection/ has all maybe the

Re: segfault in 3.10.1.1

2022-02-08 Thread Franco VENTURI
Steve, in your list I see two different version of the 'gobject-introspection' package: - gobject-introspection-1.69.0 - gobject-introspection-1.70.0 Perhaps one of them was used during the build of GNU Radio Companion, while the other one is used at runtime when you run 'gnuradio-companion'? F

Re: segfault in 3.10.1.1

2022-02-08 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Howdy Josh. Thank you for your reply, sorry i should have provided more detail. OS is bootstrapped, "always roll your own" (tm) , old school stubborn :) i've several iterations done this way over the years. As a minimalist, ever amazed at all the bloat that can accompany various packages, the myria

Re: segfault in 3.10.1.1

2022-02-08 Thread Josh Morman
Hi Steve, Can you please share more information about how GR is installed in your case - OS/distribution? - Installation method (compiled from source, distro packages? Thanks! Josh On Mon, Feb 7, 2022 at 7:58 PM Steven Barbo wrote: > Hello all, hope this day finds you well. > Having issue with

segfault in 3.10.1.1

2022-02-07 Thread Steven Barbo
Hello all, hope this day finds you well. Having issue with gnuradio-companion, GUI comes up briefly... dmesg [ 1341.843803] traps: gnuradio-compan[372] general protection fault ip:7f81ca4f77c8 sp:7f81c7137010 error:0 in libgirepository-1.0.so.1.0.0[7f81ca4ed000+2] have compiled various gr ve