From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16537 invoked by alias); 18 Apr 2003 22:06:39 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 16524 invoked from network); 18 Apr 2003 22:06:36 -0000 Received: from unknown (HELO papaya.bactrian.org) (216.101.126.244) by sources.redhat.com with SMTP; 18 Apr 2003 22:06:36 -0000 Received: from papaya.bactrian.org (papaya.bactrian.org [127.0.0.1]) by papaya.bactrian.org (8.12.8/8.12.8) with ESMTP id h3IM6Zut015538; Fri, 18 Apr 2003 15:06:35 -0700 Received: (from carlton@localhost) by papaya.bactrian.org (8.12.8/8.12.8/Submit) id h3IM6YTM015536; Fri, 18 Apr 2003 15:06:34 -0700 X-Authentication-Warning: papaya.bactrian.org: carlton set sender to carlton@bactrian.org using -f To: gdb Subject: no LWP to satisfy query From: David Carlton Date: Fri, 18 Apr 2003 22:06:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00219.txt.bz2 A user here who was trying to debug a multithreaded program ran into the following message from GDB: Cannot find user-level thread for LWP 371: no LWP to satisfy query I don't know much about GDB's thread support; does this look familiar to anybody? This shows up with GDB 5.3 and with my branch (which I synced to mainline on Wednesday); uname -a on that system says: Linux luai.kealia.com 2.4.18-27.7.xsmp #1 SMP Fri Mar 14 05:52:30 EST 2003 i686 unknown Is there any other information that might be helpful? David Carlton carlton@bactrian.org