From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23284 invoked by alias); 11 Jun 2008 22:00:19 -0000 Received: (qmail 23251 invoked by uid 22791); 11 Jun 2008 22:00:17 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jun 2008 21:59:59 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 7EB683C5DC; Wed, 11 Jun 2008 14:59:57 -0700 (PDT) Subject: Re: gdb doesnt show nptl threads From: Michael Snyder To: Srinivas Murthy Cc: gdb@sourceware.org In-Reply-To: References: Content-Type: text/plain Date: Wed, 11 Jun 2008 22:00:00 -0000 Message-Id: <1213221597.3601.625.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00106.txt.bz2 On Wed, 2008-06-11 at 14:38 -0700, Srinivas Murthy wrote: > (gdb) break main > Breakpoint 1 at 0x4006e0: file main.c, line 29. > (gdb) r > Starting program: thread > Failed to read a valid object file image from memory. Well, there's the first thing I notice... This code's completely unfamiliar to me, but I see some comments about "try to add the symbols for the vsyscall page". Anybody know about that?