== Parsing '/home/cpatry/asterisk/extconfig.conf': Parsing /home/cpatry/asteri sk/extconfig.conf Found Breakpoint 2, ast_pthread_create_stack (thread=0x1015a0cc, attr=0x0, start_routi ne=0x100d5c7c , data=0x0, stacksize=0, file=0x10138b6c "utils.c", caller=0x10138eb8 "test_for_thread_s afety", line=270, start_fn=0x10138ed0 "test_thread_body") at utils.c:561 561 if (!attr) { (gdb) n 562 attr = alloca(sizeof(*attr)); (gdb) n 563 if ( !attr) { (gdb) n 567 pthread_attr_init(attr); (gdb) n 578 if ((errno = pthread_attr_setinheritsched(attr, PTHREAD_INHERIT_ SCHED))) (gdb) n 582 if (!stacksize) (gdb) n 583 stacksize = AST_STACKSIZE; (gdb) n 585 if ((errno = pthread_attr_setstacksize(attr, stacksize ? stacksi ze : AST_STACKSIZE))) (gdb) n 589 if ((a = ast_malloc(sizeof(*a)))) { (gdb) n 590 a->start_routine = start_routine; (gdb) n 591 a->data = data; (gdb) n 592 start_routine = dummy_start; (gdb) n 593 asprintf(&a->name, "%-20s started at [%5d] %s %s()", (gdb) n 595 data = a; (gdb) n 599 return pthread_create(thread, attr, start_routine, data); /* We' re in ast_pthread_create, so it's okay */ (gdb) s Breakpoint 1, 0x3003b3c0 in pthread_create () from /uClibc/lib/libpthread.so.0 (gdb) s Single stepping until exit from function pthread_create, which has no line number information. Program terminated with signal SIGKILL, Killed. The program no longer exists