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

threads debugging problems



                                                Hi,

   I recently started using the gcc-3.4 based packages, and gdb seems to hang
when running programs containing calls to pthread_create, like this one:

#include <pthread.h>
void start_routine ()
{
}
void main ()
{
        pthread_t t;

        pthread_create (&t, 0, start_routine, NULL);
}

I have the latest packages (libc6 2.3.2.ds1-16.0.0.1.amd64, gdb 6.1-3). Is
anybody else seeing this ?

                           thanks

                                   Zoltan



Reply to: