Killing Thread by Force
-
So I keep getting this error in my HISE project:
<myprojectname here>:! ! killing thread by force !!
-- and I have to restart HISE...
-- does any one know what it is ? and how to track down the errant thread?
-
@Lindon It's often an endless loop somewhere that isn't detected or a function that takes too long time to execute. Try to isolate the task in question and put it in a background thread. I had a lot of these errors recently while performing big operations on buffers and this did the trick.