Re: debug

2009-12-28 Thread Esteban Cacavelos
Thanks for the reply. Yes, that was the problem. If i use gwlib functions to manage threads it works properly. Anyway, i would like to know why this happens. 2009/12/28 Andreas Fink > you should not use pthread_create but the kannel gwlib functions to create > threads. I presume the thread h

Re: debug

2009-12-28 Thread Andreas Fink
you should not use pthread_create but the kannel gwlib functions to create threads. I presume the thread has no way to find the console. Thats the additional stuff the kannel gwlib sets up for you. On 28.12.2009, at 15:45, Esteban Cacavelos wrote: > Hi there, i have the following problem: > >

debug

2009-12-28 Thread Esteban Cacavelos
Hi there, i have the following problem: i am trying to get information about strings through octstr_dum function but the function never returns. the call is made from a thread that is created in the main program. int main (int argc, char *argv[]) { Octstr *a; int cf_index; pthread_t