public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/12222] New: gdb broken on GNU/Hurd since 7.1
@ 2010-11-16 14:49 samuel.thibault@ens-lyon.org
  2010-11-16 16:31 ` [Bug gdb/12222] " tschwinge at sourceware dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: samuel.thibault@ens-lyon.org @ 2010-11-16 14:49 UTC (permalink / raw)
  To: gdb-prs

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

           Summary: gdb broken on GNU/Hurd since 7.1
           Product: gdb
           Version: 7.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: samuel.thibault@ens-lyon.org
                CC: ams@gnu.org
              Host: i386-unknown-gnu0.3


Hello,

gdb is not usable on GNU/Hurd since 7.1 (7.0 is working fine). For instance,
running with version 7.2:

$ gdb ./test
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /media/data/home/youpi/test...(no debugging symbols
found)...done.
(gdb) r
Starting program: /media/data/home/youpi/test 
Can't fetch registers from thread bogus thread id 1: No such thread

while with gdb 7.0:

$ gdb ./test
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /media/data/home/youpi/test...done.
(gdb) r
Starting program: /media/data/home/youpi/test 
[New Thread 26750.5]

Program received signal SIGSEGV, Segmentation fault.
0x0804846c in main () at test.c:2
2               *(int*)0 = 0;

(test is just an int main(void){ *(int*)0=0; } program compiled with just -g)

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-07-05 15:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-16 14:49 [Bug gdb/12222] New: gdb broken on GNU/Hurd since 7.1 samuel.thibault@ens-lyon.org
2010-11-16 16:31 ` [Bug gdb/12222] " tschwinge at sourceware dot org
2010-11-16 18:52 ` tschwinge at sourceware dot org
2010-11-18 23:30 ` ams at gnu dot org
2011-03-22 11:16 ` samuel.thibault@ens-lyon.org
2011-04-01 21:37 ` ams at gnu dot org
2011-04-02 19:54 ` samuel.thibault@ens-lyon.org
2011-05-17 17:05 ` svante.signell at telia dot com
2011-05-17 17:11 ` tromey at redhat dot com
2011-06-28 20:58 ` svante.signell at telia dot com
2011-06-29 13:47 ` tromey at redhat dot com
2011-06-30 23:18 ` ams at gnu dot org
2011-07-04  8:17 ` svante.signell at telia dot com
2011-07-05 15:04 ` tschwinge at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).