From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14581 invoked by alias); 27 May 2011 05:27:25 -0000 Received: (qmail 14542 invoked by uid 22791); 27 May 2011 05:27:24 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 May 2011 05:27:10 +0000 From: "john.carter at tait dot co.nz" To: gdb-prs@sourceware.org Subject: [Bug threads/9635] Cannot find new threads: generic error X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: threads X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: john.carter at tait dot co.nz X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 27 May 2011 05:27:00 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2011-q2/txt/msg00337.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=9635 --- Comment #2 from John Carter 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 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: ... 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.