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

gdb/1733: gdb --noasync results in an segmentation fault


>Number:         1733
>Category:       gdb
>Synopsis:       gdb --noasync results in an segmentation fault
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 04 12:48:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael.paul@windriver.com
>Release:        all above 5.3
>Organization:
>Environment:
Koppix 3.4
Suse 9.0 (default and newly compiled versions)
Suse 9.1 (default and newly compiled versions)
>Description:
Hi all,

When I try to execute gdb --noasync gdb crashes with a segemention fault. 
I debugged gdb with gdb and got the following error:

(gdb) exec-file /usr/bin/gdb
(gdb) run gdb --noasync
Starting program: /usr/bin/gdb gdb --noasync
(no debugging symbols found)...Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols
 found)...(no debugging symbols found)...GNU gdb 6.1.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or 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.
This GDB was configured as "i586-suse-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1".


Program received signal SIGSEGV, Segmentation fault.
0x4012b3f3 in strlen () from /lib/tls/libc.so.6
(gdb) 
>How-To-Repeat:
yust execute gdb --noasync
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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