From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18304 invoked by alias); 24 Jan 2012 17:20:12 -0000 Received: (qmail 18287 invoked by uid 22791); 24 Jan 2012 17:20:09 -0000 X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-bk0-f41.google.com (HELO mail-bk0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Jan 2012 17:19:56 +0000 Received: by bkbzx1 with SMTP id zx1so4061478bkb.0 for ; Tue, 24 Jan 2012 09:19:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.152.26 with SMTP id e26mr5327821bkw.87.1327425595029; Tue, 24 Jan 2012 09:19:55 -0800 (PST) Received: by 10.204.59.135 with HTTP; Tue, 24 Jan 2012 09:19:54 -0800 (PST) In-Reply-To: <20120124174840.c6eb447b.acrux_it@libero.it> References: <1283448864.3854.56.camel@gargoyle> <1283526020.3854.77.camel@gargoyle> <1286218436.3679.1.camel@gargoyle> <1292271927.3622.6.camel@localhost.localdomain> <33163939.post@talk.nabble.com> <20120120152428.df02fbc4.acrux_it@libero.it> <20120123014224.77d3c1fa.acrux_it@libero.it> <20120124174840.c6eb447b.acrux_it@libero.it> Date: Tue, 24 Jan 2012 17:20:00 -0000 Message-ID: Subject: Re: [PATCH] powerpc: 405/440/464/476 support and optimizations From: "Ryan S. Arnold" To: acrux Cc: libc-ports@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00044.txt.bz2 On Tue, Jan 24, 2012 at 10:48 AM, acrux wrote: > Program received signal SIGINT, Interrupt. > 0x0ff70c80 in __lll_lock_wait_private () from /home/999/new/work/src/buil= d32/libc.so.6 > (gdb) bt > #0 =C2=A00x0ff70c80 in __lll_lock_wait_private () from /home/999/new/work= /src/build32/libc.so.6 > #1 =C2=A00x0febb2e4 in __new_exitfn () from /home/999/new/work/src/build3= 2/libc.so.6 > #2 =C2=A00x0febb338 in __internal_atexit () from /home/999/new/work/src/b= uild32/libc.so.6 > #3 =C2=A00x0fea174c in generic_start_main.clone.0 () from /home/999/new/w= ork/src/build32/libc.so.6 > #4 =C2=A00x0fea1970 in __libc_start_main () from /home/999/new/work/src/b= uild32/libc.so.6 > #5 =C2=A00x00000000 in ?? () Wow, that is not what I expected at all... I can't imagine that there are other threads at this point but .... (gdb) info threads And if there are, please dump the thread backtrace. Ryan