Re: [Discuss-gnuradio] hanging on top_block.stop

2012-08-07 Thread Ben Reynwar
ginal Message - From: "Ben Reynwar" >> To: "discuss-gnuradio Discussion Group" >> Sent: Tuesday, August 07, 2012 1:31 PM >> Subject: [Discuss-gnuradio] hanging on top_block.stop >> >> >>> Hi all, >>> >>> The follo

Re: [Discuss-gnuradio] hanging on top_block.stop

2012-08-07 Thread Don Ward
To: "discuss-gnuradio Discussion Group" Sent: Tuesday, August 07, 2012 1:31 PM Subject: [Discuss-gnuradio] hanging on top_block.stop Hi all, The following script hangs for me about 1 time in 10 on the call to top_block.stop. Drilling in a bit, it appears to get stuck on a call to '

Re: [Discuss-gnuradio] hanging on top_block.stop

2012-08-07 Thread Ben Reynwar
On Tue, Aug 7, 2012 at 10:31 AM, Ben Reynwar wrote: > Hi all, > > The following script hangs for me about 1 time in 10 on the call to > top_block.stop. > Drilling in a bit, it appears to get stuck on a call to 'interrupt' of > a boost::thread instance on line 91 of gruel/src/lib/thread_group.cc. >

[Discuss-gnuradio] hanging on top_block.stop

2012-08-07 Thread Ben Reynwar
Hi all, The following script hangs for me about 1 time in 10 on the call to top_block.stop. Drilling in a bit, it appears to get stuck on a call to 'interrupt' of a boost::thread instance on line 91 of gruel/src/lib/thread_group.cc. Has anyone else had this problem? Cheers, Ben import time from