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] New: gdb hangs when trying to load a corefile.


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

           Summary: gdb hangs when trying to load a corefile.
           Product: gdb
           Version: 6.8
            Status: NEW
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned@sourceware.org
        ReportedBy: dumrat@gmail.com


GNU gdb (GDB; SUSE Linux Enterprise 11) 6.8.50.20081120-cvs

strace: 

read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
4096) = 4096
lseek(7, 61132800, SEEK_SET)            = 61132800
read(7,
"\0204\211\0\0\0\0\0\3\0\0\0\2\0\0\0\200C-\4\0\0\0\0!\0\0\0\0\0\0\0"..., 4096)
= 4096
lseek(7, 188538880, SEEK_SET)           = 188538880
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
4096) = 4096
lseek(7, 61132800, SEEK_SET)            = 61132800
read(7,
"\0204\211\0\0\0\0\0\3\0\0\0\2\0\0\0\200C-\4\0\0\0\0!\0\0\0\0\0\0\0"..., 4096)
= 4096
lseek(7, 188538880, SEEK_SET)           = 188538880
read(7, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
4096) = 4096
lseek(7, 61132800, SEEK_SET)            = 61132800

As far as I know the core file in not corrupt. 'file corefile' says its a gdb
corefile. The corefile is about 230MB

-- 
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]