Re: Multithreaded application crash

2007-04-24 Thread brajesh tiwari
Hi darry: Thank you very much for your reply. I was looking for some help to resolve the crash issue. I have copied the callback from mttest.c file as below: static pthread_mutex_t *lock_cs; static long *lock_count; void thread_setup(void) { int i; lock_cs=OPENSSL_mallo

Re: Multithreaded application crash

2007-04-24 Thread Marek Marcola
Hello, > >0 0x3ff805c1ac8 in __nxm_thread_kill(...) > in /usr/shlib/libpthread.so > #1 0x3ff805ba120 in pthread_kill(...) in /usr/shlib/libpthread.so > #2 0x3ff805c62a8 in UnknownProcedure2FromFile100(...) > in /usr/shlib/libpthread.so > #3 0x3ff80633994 in UnknownProcedure16FromFile0(...) > i

Re: Multithreaded application crash

2007-04-24 Thread Darryl Miles
brajesh tiwari wrote: Can some one please tell me what may be the problem here. Thank you very much. I think the problem may be a bug in your program. HTH PS - How do you seriously expect help in debugging your program from a mailing list. Yes, it is valid for your application code to cal