This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

any idea as to why following stack trace appears


hi,

following is the stack trace on doing "where" over a core for my app.
this app has been working fine for as long as i know it, and all of
sudden,
sine last 2-3 days, it's been dumping core. 

(gdb) where
#0  0x00000673 in ?? ()
#1  0x08048ac4 in strcpy () at strcpy:-1
#2  0x4006f687 in __libc_start_main (main=0x8048a58 <strcpy+356>,
argc=1,
    ubp_av=0xbffec794, init=0x804871c, fini=0x8086210 <__udivdi3+336>,
    rtld_fini=0x4000dc54 <_dl_fini>, stack_end=0xbffec78c)
    at ../sysdeps/generic/libc-start.c:129

regards,
bdutta


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]