Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 98 01:37:29 +0100
From:      Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr>
To:        freebsd-current@FreeBSD.ORG
Subject:   gdb broken in -current
Message-ID:  <9803020037.AA13001@cabri.obs-besancon.fr>

next in thread | raw e-mail | index | archive | help
On a system built this morning:
$ gdb a.out
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for
details.
GDB 4.16 (i386-unknown-freebsd), 
Copyright 1996 Free Software Foundation, Inc...Segmentation fault
(core dumped)

Typical hello world programs do not exhibit the problem. In fact it
cores dump when it tries to load the symbol table:
$ gdb 
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for
details.
GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software
Foundation, Inc.
(gdb) target exec a.out
(gdb) file a.out
Reading symbols from a.out...Segmentation fault (core dumped)

Jean-Marc
 _____________________________________________________________________________
 Jean-Marc Zucconi       Observatoire de Besancon       F 25010 Besancon cedex
                   PGP Key: finger jmz@cabri.obs-besancon.fr

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9803020037.AA13001>