This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug c++/12255] gdb hangs when trying to load a corefile.


http://sourceware.org/bugzilla/show_bug.cgi?id=12255

--- Comment #1 from Duminda Rathnayaka <dumrat at gmail dot com> 2010-11-23 07:04:51 UTC ---
stack trace of gdb when loading corefile (And in infinite(?) loop):

#0  0x00007f1eb2d4c140 in lseek64 () from /lib64/libc.so.6
#1  0x00007f1eb2ce9534 in _IO_file_seekoff () from /lib64/libc.so.6
#2  0x00007f1eb2ce6eb6 in fseeko64 () from /lib64/libc.so.6
#3  0x00000000005fe8c6 in bfd_seek ()
#4  0x00000000006039a1 in _bfd_generic_get_section_contents ()
#5  0x000000000044f67b in xfer_memory ()
#6  0x0000000000465f8d in ?? ()
#7  0x0000000000561a4f in ?? ()
#8  0x0000000000562030 in target_read ()
#9  0x00000000005624ce in target_read_memory ()
#10 0x0000000000453599 in read_memory ()
#11 0x0000000000464e43 in ?? ()
#12 0x0000000000463231 in ?? ()
#13 0x00000000004635ed in solib_add ()
#14 0x0000000000533a22 in post_create_inferior ()
#15 0x00000000004669bb in ?? ()
#16 0x000000000045568a in execute_command ()
#17 0x000000000054aba7 in ?? ()
#18 0x000000000054b88c in ?? ()
#19 0x00007f1eb3e750fe in rl_callback_read_char () from /lib64/libreadline.so.5
#20 0x000000000054acf9 in ?? ()
#21 0x0000000000549578 in ?? ()
#22 0x000000000054a82b in gdb_do_one_event ()
#23 0x0000000000544804 in catch_errors ()
#24 0x00000000004dfe80 in ?? ()
#25 0x000000000044dc69 in ?? ()
#26 0x0000000000544804 in catch_errors ()
#27 0x000000000044e766 in ?? ()
#28 0x0000000000544804 in catch_errors ()
#29 0x000000000044dc54 in gdb_main ()
#30 0x000000000044dc26 in main ()

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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