From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9591 invoked by alias); 29 Dec 2004 21:33:11 -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 9481 invoked from network); 29 Dec 2004 21:33:06 -0000 Received: from unknown (HELO mailserv.unb.ca) (131.202.3.23) by sourceware.org with SMTP; 29 Dec 2004 21:33:06 -0000 Received: from smeagol.unb.ca (smeagol.unb.ca [131.202.3.52]) by mailserv.unb.ca (8.13.1/8.13.1) with ESMTP id iBTLX42n029587 for ; Wed, 29 Dec 2004 17:33:04 -0400 Received: from smeagol.unb.ca (localhost.localdomain [127.0.0.1]) by smeagol.unb.ca (8.12.11/8.12.8) with ESMTP id iBTLX4La021705 for ; Wed, 29 Dec 2004 17:33:04 -0400 Received: (from apache@localhost) by smeagol.unb.ca (8.12.11/8.12.8/Submit) id iBTLX4W4021702 for gdb@sources.redhat.com; Wed, 29 Dec 2004 17:33:04 -0400 Received: from fctnnbsch17-156034230141.nb.aliant.net (fctnnbsch17-156034230141.nb.aliant.net [156.34.230.141]) by webmail.unb.ca (IMP) with HTTP for ; Wed, 29 Dec 2004 17:33:04 -0400 Message-ID: <1104355984.41d322909c42d@webmail.unb.ca> Date: Wed, 29 Dec 2004 21:33:00 -0000 From: Adam Richard To: gdb@sources.redhat.com Subject: warning: Unable to find dynamic linker breakpoint function MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-UNB-MailScanner-Information: Please contact the ISP for more information X-UNB-VirusScanner: Found to be clean X-UNB-SpamDetails: X-MailScanner-From: g4c9z@unb.ca X-SW-Source: 2004-12/txt/msg00125.txt.bz2 I wonder if someone knows what the following warning means? It appears whenever I use the "run" command to start my program: (gdb) run Starting program: /home/adam/programming/programs/meals/meals warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. I found a few posts related to it but few people seem to know what the warning message itself means.