rezganisameh / xoscillo

Automatically exported from code.google.com/p/xoscillo
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed!

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

GoogleCodeExporter commented 8 years ago

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