From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20802 invoked by alias); 24 Jan 2012 17:41:55 -0000 Received: (qmail 20785 invoked by uid 22791); 24 Jan 2012 17:41:53 -0000 X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,LIBERO,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from outrelay06.libero.it (HELO outrelay06.libero.it) (212.52.84.110) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Jan 2012 17:41:37 +0000 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0205.4F1EED4F.01AF,ss=1,re=0.000,fgs=0 X-libjamoibt: 1823 Received: from acrux-1faad1e87 (151.77.205.221) by outrelay06.libero.it (8.6.033) (authenticated as acrux_it@libero.it) id 4F1D8ED70030C453; Tue, 24 Jan 2012 18:41:35 +0100 Date: Tue, 24 Jan 2012 17:41:00 -0000 From: acrux To: "Ryan S. Arnold" Cc: libc-ports@sourceware.org Subject: Re: [PATCH] powerpc: 405/440/464/476 support and optimizations Message-Id: <20120124184339.a9ca7055.acrux_it@libero.it> In-Reply-To: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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/msg00045.txt.bz2 On Tue, 24 Jan 2012 11:19:54 -0600 "Ryan S. Arnold" wrote: > 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/bu= ild32/libc.so.6 > > (gdb) bt > > #0 =A00x0ff70c80 in __lll_lock_wait_private () from /home/999/new/work/= src/build32/libc.so.6 > > #1 =A00x0febb2e4 in __new_exitfn () from /home/999/new/work/src/build32= /libc.so.6 > > #2 =A00x0febb338 in __internal_atexit () from /home/999/new/work/src/bu= ild32/libc.so.6 > > #3 =A00x0fea174c in generic_start_main.clone.0 () from /home/999/new/wo= rk/src/build32/libc.so.6 > > #4 =A00x0fea1970 in __libc_start_main () from /home/999/new/work/src/bu= ild32/libc.so.6 > > #5 =A00x00000000 in ?? () >=20 > Wow, that is not what I expected at all... >=20 > I can't imagine that there are other threads at this point but .... > (gdb) info threads >=20 > And if there are, please dump the thread backtrace. >=20 root@sam4x0:/home/999/ryan# CPP=3D'gcc -m32 -E -x -c-header' /usr/bin/gdb -= x rpcgen.gdb /home/999/new/work/src/build32/elf/ld.so.1 GNU gdb (GDB) 7.3.1 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "powerpc-unknown-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /home/999/new/work/src/build32/elf/ld.so.1...(no debug= ging symbols found)...done. Breakpoint 1 at 0x163c0 Breakpoint 1, 0x206f73c0 in _dl_main_dispatch () from /home/999/new/work/sr= c/build32/elf/ld.so.1 (gdb) info threads Id Target Id Frame * 1 process 2609 "ld.so.1" 0x206f73c0 in _dl_main_dispatch () from /home= /999/new/work/src/build32/elf/ld.so.1 (gdb) bt #0 0x206f73c0 in _dl_main_dispatch () from /home/999/new/work/src/build32/= elf/ld.so.1 #1 0x00000000 in ?? () (gdb) continue Continuing. ^C Program received signal SIGINT, Interrupt. 0x0ff70c80 in __lll_lock_wait_private () from /home/999/new/work/src/build3= 2/libc.so.6 (gdb) bt #0 0x0ff70c80 in __lll_lock_wait_private () from /home/999/new/work/src/bu= ild32/libc.so.6 #1 0x0febb2e4 in __new_exitfn () from /home/999/new/work/src/build32/libc.= so.6 #2 0x0febb338 in __internal_atexit () from /home/999/new/work/src/build32/= libc.so.6 #3 0x0fea174c in generic_start_main.clone.0 () from /home/999/new/work/src= /build32/libc.so.6 #4 0x0fea1970 in __libc_start_main () from /home/999/new/work/src/build32/= libc.so.6 #5 0x00000000 in ?? () (gdb) info threads Id Target Id Frame * 1 process 2609 "ld.so.1" 0x0ff70c80 in __lll_lock_wait_private () from= /home/999/new/work/src/build32/libc.so.6 (gdb) thread apply all bt full Thread 1 (process 2609): #0 0x0ff70c80 in __lll_lock_wait_private () from /home/999/new/work/src/bu= ild32/libc.so.6 No symbol table info available. #1 0x0febb2e4 in __new_exitfn () from /home/999/new/work/src/build32/libc.= so.6 No symbol table info available. #2 0x0febb338 in __internal_atexit () from /home/999/new/work/src/build32/= libc.so.6 No symbol table info available. #3 0x0fea174c in generic_start_main.clone.0 () from /home/999/new/work/src= /build32/libc.so.6 No symbol table info available. #4 0x0fea1970 in __libc_start_main () from /home/999/new/work/src/build32/= libc.so.6 No symbol table info available. #5 0x00000000 in ?? () No symbol table info available. (gdb) q A debugging session is active. Inferior 1 [process 2609] will be killed. Quit anyway? (y or n) y --nico --=20 acrux