Giermann / xoscillo

Automatically exported from code.google.com/p/xoscillo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If you start and stop processing a few times, eventually the windows hangs

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
If you start and stop processing a few times, eventually the windows hangs

What is the expected output? What do you see instead?
Not hang

What version of the product are you using? On what operating system?
Latest, not versioned

Please provide any additional information below.

Acquirer.Provider is in a double nested loop and can't get out when you ask it 
to.

At the top of the inner loop add this...

if (m_ring.IsStopped())
  break;

Original issue reported on code.google.com by mea...@gmail.com on 27 Mar 2013 at 3:56

Fixed!

Original comment by aguav...@gmail.com on 15 May 2013 at 12:00

Original comment by aguav...@gmail.com on 15 May 2013 at 12:01

  • Changed state: Fixed