I'm having a problem similar to the one discussed in this thread:

http://lists.gnu.org/archive/html/discuss-gnuradio/2009-09/msg00002.html 
aka http://www.ruby-forum.com/topic/194488

If I run the test program from that post, it works sometimes, but occasionally 
an assertion goes off as shown in the terminal output below. 

In my own application (a C++ app based on rx_streaming_samples.cc), I'm 
stepping through a sequence of frequencies. For each frequency, I set the 
center frequency, start streaming, buffer up some samples, stop streaming, 
write the samples to disk and go around again. It works for a few frequencies 
and then (not always on the same iteration) stop_rx_streaming fails. After 
that, setting the center frequency always fails. 

The thread above says the problem was fixed and the fix was moved to the master 
branch. I'm running gnuradio 3.3.0. Do I need to pull another branch?

-Marc

nik...@tesla:~/Desktop$ ./usrp2_test.py 
python: /usr/include/boost/thread/pthread/mutex.hpp:50: void 
boost::mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.
Aborted
nik...@tesla:~/Desktop$ ./usrp2_test.py 
snik...@tesla:~/Desktop$ ./usrp2_test.py 
snik...@tesla:~/Desktop$ ./usrp2_test.py 
python: /usr/include/boost/thread/pthread/mutex.hpp:50: void 
boost::mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.
Aborted
nik...@tesla:~/Desktop$ ./usrp2_test.py 
snik...@tesla:~/Desktop$ ./usrp2_test.py 
snik...@tesla:~/Desktop$ ./usrp2_test.py 
python: /usr/include/boost/thread/pthread/mutex.hpp:50: void 
boost::mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.
Aborted
nik...@tesla:~/Desktop$ 


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to