Re: [USRP-users] bug using rx_stream constructor inside a loop ...

2018-04-09 Thread Matis Alun via USRP-users
Hi Jonathon, It seems that the UHD_LOG_LEVEL environment variable has no effect on the generated uhd.log. Here are, as attached file, the last lines of my uhd.log before the traceback: RuntimeError: EnvironmentError: IOError: [0/Radio_0] sr_write() failed: EnvironmentError: IOError: Block ctrl

Re: [USRP-users] bug using rx_stream constructor inside a loop ...

2018-04-07 Thread Jon Pendlum via USRP-users
Hello Matis, Can you turn on full UHD logging and pastebin the output? Jonathon On Fri, Apr 6, 2018, 4:28 PM Matis Alun via USRP-users < usrp-users@lists.ettus.com> wrote: > Le 05/04/2018 à 16:29, Marcus D. Leech via USRP-users a écrit : > > On 04/05/2018 04:55 AM, Matis Alun via USRP-users wr

Re: [USRP-users] bug using rx_stream constructor inside a loop ...

2018-04-06 Thread Matis Alun via USRP-users
Le 05/04/2018 à 16:29, Marcus D. Leech via USRP-users a écrit : > On 04/05/2018 04:55 AM, Matis Alun via USRP-users wrote: >> >> Hi usrp users, >> >> I experienced some problem using my X300 + TwinRx over 1 Gb/s link. >> >> The following code example shows that after the iteration number 253, the

Re: [USRP-users] bug using rx_stream constructor inside a loop ...

2018-04-05 Thread Marcus D. Leech via USRP-users
On 04/05/2018 04:55 AM, Matis Alun via USRP-users wrote: Hi usrp users, I experienced some problem using my X300 + TwinRx over 1 Gb/s link. The following code example shows that after the iteration number 253, the program stops with the following traceback: terminate called after throwing a

[USRP-users] bug using rx_stream constructor inside a loop ...

2018-04-05 Thread Matis Alun via USRP-users
Hi usrp users, I experienced some problem using my X300 + TwinRx over 1 Gb/s link. The following code example shows that after the iteration number 253, the program stops with the following traceback: terminate called after throwing an instance of 'uhd::io_error'   what():  EnvironmentError: IO