NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Porting Corosync/Pacemaker - Help needed with gdb



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 where
>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:

Are you running out of stack? What happens if you unlimit stacksize?

christos



Home | Main Index | Thread Index | Old Index