Joshua
2003-07-11 06:44:49 UTC
For some reason, about once a day my program crashes and generates a core
dump like this one.
I am using glibc 2.3.1 and gcc 3.2.2, and the program is in straight C.
*Any* ideas at all, no matter how simple or vauge would be greatly
appreciated, as I am totally out of ideas..
Thanks, Josh. core below.
backtrace
#0 0x40044447 in pthread_handle_sigrestart () from /lib/libpthread.so.0
#1 <signal handler called>
#2 0x400d8bf9 in sigsuspend () from /lib/libc.so.6
#3 0x40044838 in __pthread_wait_for_restart_signal () from
/lib/libpthread.so.0
#4 0x40046070 in __pthread_alt_lock () from /lib/libpthread.so.0
#5 0x40043037 in pthread_mutex_lock () from /lib/libpthread.so.0
#6 0x08053a69 in fmm_alloc (fmm_t=0x8079398) at fmm_alloc.c:8
#7 0x08054cf8 in fmm_avl_insert (t=0x80a877c, item=0x489d39e3) at
fmm_avl.c:215
#8 0x0804d679 in avl_add_email (email=0x88f6cf9 "peaches24o",
file_offset=768380, status=1 '\001') at avl_add_email.c:43
#9 0x0804d84f in avl_add_email_from_file_info (f_info=0x8125d08) at
avl_add_email_from_file_info.c:21
#10 0x080560ae in load_list (thread_data=0x40a1b990) at load_list.c:47
#11 0x40042160 in pthread_start_thread () from /lib/libpthread.so.0
dump like this one.
I am using glibc 2.3.1 and gcc 3.2.2, and the program is in straight C.
*Any* ideas at all, no matter how simple or vauge would be greatly
appreciated, as I am totally out of ideas..
Thanks, Josh. core below.
backtrace
#0 0x40044447 in pthread_handle_sigrestart () from /lib/libpthread.so.0
#1 <signal handler called>
#2 0x400d8bf9 in sigsuspend () from /lib/libc.so.6
#3 0x40044838 in __pthread_wait_for_restart_signal () from
/lib/libpthread.so.0
#4 0x40046070 in __pthread_alt_lock () from /lib/libpthread.so.0
#5 0x40043037 in pthread_mutex_lock () from /lib/libpthread.so.0
#6 0x08053a69 in fmm_alloc (fmm_t=0x8079398) at fmm_alloc.c:8
#7 0x08054cf8 in fmm_avl_insert (t=0x80a877c, item=0x489d39e3) at
fmm_avl.c:215
#8 0x0804d679 in avl_add_email (email=0x88f6cf9 "peaches24o",
file_offset=768380, status=1 '\001') at avl_add_email.c:43
#9 0x0804d84f in avl_add_email_from_file_info (f_info=0x8125d08) at
avl_add_email_from_file_info.c:21
#10 0x080560ae in load_list (thread_data=0x40a1b990) at load_list.c:47
#11 0x40042160 in pthread_start_thread () from /lib/libpthread.so.0