Out of interupts

Hello,

I have a strange error occuring when terminating the application, I get “out of interupts”. I am afraid this is pretty critical so I am eger to know why I am getting this. We use multiple processes and threads.

Thanks

/Jörgen

It typically means that an interrupt source is permantly asserted - make sure you detach your interrupt handler before exiting.

When you say asserted you mean that it is constantly being rised? Are we talking about hardware or software interupts or both? Does a thread rise sw interupts?