In article <CABZpUSXJ06V3_hW+3-ss9fTy95PC5tHtGpFgre04xRp7bt2Z5Q%mail.gmail.com@localhost>,
Stephan <stephanwib%googlemail.com@localhost> wrote:
>-=-=-=-=-=-
>
>Now this is really strange. I added a simple printf before the line whereAre you running out of stack? What happens if you unlimit stacksize?
>pthread_mutex_lock() is called:
>
>static int ipc_thread_active (void *conn)
>{
>....
> printf("Hi");
> pthread_mutex_lock (&conn_info->mutex);
>...
>}
>
>This leads to the following crash:
christos