beifen / neurorighter

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

Sometimes, when pressing stop from scripted stimulation, NR freezes #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
bool cantReset = true; is the reason, in clnup.cs

This boolean is supposed to indicate whether the spikesCollected event handler 
is through processing data. However, that event handler can finish and not set 
the boolean correctly. Should be using native background worker events 
indicating that DoWork is done.

Original issue reported on code.google.com by jonathan...@gmail.com on 21 May 2012 at 3:16

GoogleCodeExporter commented 9 years ago
This actually seems to happen even for just normal recordings.

Original comment by jonathan...@gmail.com on 22 May 2012 at 3:40

GoogleCodeExporter commented 9 years ago
Fixed in r495 using a semi-hack

Original comment by jonathan...@gmail.com on 28 Jun 2012 at 9:47