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 threads/9635] Cannot find new threads: generic error


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

--- Comment #2 from John Carter <john.carter at tait dot co.nz> 2011-05-27 05:26:52 UTC ---
Created attachment 5756
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5756
Very short file that "kills gdb".

To compile and demonstrate the bug...
   gcc -O0 -g -pthread -o kill_gdb kill_gdb.c
/usr/bin/gdb ./kill_gdb 
GNU gdb (GDB) 7.2-ubuntu
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 "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /btrfs/johnc/tmp/kill_gdb...done.
(gdb) start
Temporary breakpoint 1 at 0x8048367: file kill_gdb.c, line 7.
Starting program: /btrfs/johnc/tmp/kill_gdb 
[Thread debugging using libthread_db enabled]
Cannot find new threads: generic error
(gdb)

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