You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noticed when doing the SpyServer after some overflow messages on CircularBuffer class the app was crashing. For a temporary fix I removed the CircularBuffer from Frontends (that should be OK) but there are other places that we use that and that should be fixed.
Should be easy to reproduce by just letting the circular buffer overflowing and keeps feeding data to it.
That also leads to a premature crash on Windows 7
The text was updated successfully, but these errors were encountered:
Just noticed when doing the SpyServer after some overflow messages on CircularBuffer class the app was crashing. For a temporary fix I removed the CircularBuffer from Frontends (that should be OK) but there are other places that we use that and that should be fixed.
Should be easy to reproduce by just letting the circular buffer overflowing and keeps feeding data to it.
That also leads to a premature crash on Windows 7
The text was updated successfully, but these errors were encountered: