Claus Ivar
Joined: 18 Jun 2007 Posts: 2
|
Posted: Thu 10 Dec 8:30:28 2009 Post subject: RTTarget-32 CPU Exception: 0008 Error Code: 0000 |
|
|
I got this crash error on an ICOP controller. The problem turned out to be stack overflow in one of my threads. (a Main-thread in a CDPComponent) The thread had been started with 8192 Bytes stack size.
When the stack size was increased (in the Start-method), then the problem was solved.
Start( CDPTHREAD_PRIORITY_NORMAL, "TimerTestNORMAL" ,64000 ); _________________ Regards,
Claus Ivar Vatnehol
ICD AS,
Dept. Automation-Longva
Mail: claus_ivar.vatnehol@rolls-royce.com |
|