Re: exception rises calling cyg_thread_delete()

2007-06-23 Thread Mik Prog
On 6/21/07, Gary Thomas <[EMAIL PROTECTED]> wrote: [..] Are you sure your handle is correct? I think you may be dereferencing it improperly. Thank you Gary. I've been through the pointers over and over again. At the end I've decided to use a static array of cyg_handle_t for thread creation/del

Re: exception rises calling cyg_thread_delete()

2007-06-21 Thread Gary Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mik Prog wrote: > Hello everyone, > > apologies if the argument has been discussed already (could not find > anything about it!). > I'm new in eCos world and now I am facing an annoying problem: I get a > crash calling cyg_thread_delete(). > > The ex

exception rises calling cyg_thread_delete()

2007-06-21 Thread Mik Prog
Hello everyone, apologies if the argument has been discussed already (could not find anything about it!). I'm new in eCos world and now I am facing an annoying problem: I get a crash calling cyg_thread_delete(). The exception I get is on Cyg_Alarm::~Cyg_Alarm(), which is called by cyg_thread_del