Re: [USRP-users] Segmentation fault commands to USRP with gnuradio

2018-12-05 Thread Marcus Müller via USRP-users
Hi Samuel, cool! That's really helpful :) I'm now cross-posting this to discuss-gr, because it's a GNU Radio-land issue. The maintainers of gr-uhd are active over there, too, so this seems the smarter place to continue discussion. so, in medias res: On Wed, 2018-12-05 at 12:43 +0100, samuel

Re: [USRP-users] Segmentation fault commands to USRP with gnuradio

2018-12-05 Thread samuel verdon via USRP-users
arcus Müller Envoyé le :Wednesday, December 5, 2018 11:30 À : samuel verdon; usrp-users@lists.ettus.com Objet :Re: [USRP-users] Segmentation fault commands to USRP with gnuradio Hi Samuel, luckily, these days, segfaults are rather rare in stock GNU Radio, and UHD. Can you share your exact flow

Re: [USRP-users] Segmentation fault commands to USRP with gnuradio

2018-12-05 Thread Marcus Müller via USRP-users
Hi Samuel, luckily, these days, segfaults are rather rare in stock GNU Radio, and UHD. Can you share your exact flowgraph, or a GDB-generated backtrace, with us? Best regards, Marcus On Wed, 2018-12-05 at 10:31 +0100, samuel verdon via USRP-users wrote: > Hello, > > I’m trying to command my us

[USRP-users] Segmentation fault commands to USRP with gnuradio

2018-12-05 Thread samuel verdon via USRP-users
Hello, I’m trying to command my usrp B200mini via its command port. I used the documentation from here: https://www.gnuradio.org/doc/doxygen/page_uhd.html here is my command:   pmt::pmt_t command = pmt::make_dict();   command = pmt::dict_add(command, pmt::mp("gain"), pmt::mp(gain));