From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4893 invoked by alias); 12 Jan 2009 19:20:41 -0000 Received: (qmail 4879 invoked by uid 22791); 12 Jan 2009 19:20:40 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.251) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Jan 2009 19:20:04 +0000 Received: by an-out-0708.google.com with SMTP id b38so3978897ana.3 for ; Mon, 12 Jan 2009 11:20:02 -0800 (PST) Received: by 10.142.125.4 with SMTP id x4mr12499678wfc.75.1231788001959; Mon, 12 Jan 2009 11:20:01 -0800 (PST) Received: by 10.143.16.7 with HTTP; Mon, 12 Jan 2009 11:20:01 -0800 (PST) Message-ID: <74fef6df0901121120m52fa4dacrb797a9b750da3d43@mail.gmail.com> Date: Mon, 12 Jan 2009 19:20:00 -0000 From: "Mathieu Lacage" To: gdb@sourceware.org Subject: weird errors when notifying gdb of linkmap changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: 2009-01/txt/msg00058.txt.bz2 hi, I get the following errors: Starting program: /home/mathieu/code/elf-loader/ls [Thread debugging using libthread_db enabled] Error while reading shared library symbols: Cannot find new threads: generic error Cannot find new threads: generic error (gdb) bt #0 0xb7f228d1 in _r_debug_state () at gdb.c:10 #1 0xb7f22964 in gdb_notify () at gdb.c:36 #2 0xb7f1d7fd in stage2 (args= {interpreter_load_base = 3086077952, program_phdr = 0x8048034, program_phnum = 8, sysinfo = 3086074880, program_argc = 1, program_argv = 0xbfa13ff4, program_envp = 0xbfa13ffc}) at ldso.c:253 #3 0xb7f1d9b0 in stage1 () at ldso.c:312 #4 0x00000001 in ?? () I wonder if there is an obvious well-known reason for this. Mathieu -- Mathieu Lacage