Hi Michele, if you built GNU Radio/gqrx with gcc, then the GNU Debugger might be of immensive help. First make sure you've built GNU Radio with debugging symbols ("cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo [...]"), then start gqrx in the debugger:
?> gdb $(which gqrx) [lots of text from gdb] (gdb) run [<enter>] should start gqrx and run until it segfaults. then use the backtrace command in gdb: (gdb) bt [<enter>] which should show you in which function call hierarchy the fault occurred. Greetings, Marcus PS: don't worry about your English, it's quite fine :) On 11/29/2014 07:30 PM, michele wrote: > Hi to all. > This is my first post here...i hope to have choosen the right place to > ask.... > > I'm currently trying to compile gqrx and gnuradio...everything went well, > but when i run gqrx it won't start and give me this error: > > gqrx[5865]: segfault at 12d0 ip 00007f570ee76d2f sp 00007fff60fd9000 error > 4 in libgnuradio-pmt-3.7.6git.so.0.0.0[7f570ee44000+50000] > > I've asked on the gqrx group and the author (hi csete!!!) told me that > most probably it's a bug/problem on gnuradio. > > I've no idea what's wrong... > > > PS: it was running ok before i updated with git pull gnuradio (didn't do > that since 2 months...). > > PSS: Sorry for my english!!!! > > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio