From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp2-g21.free.fr ([212.27.42.2]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SAhze-0000ft-Sv for openembedded-core@lists.openembedded.org; Thu, 22 Mar 2012 14:23:55 +0100 Received: from eb-e6520 (unknown [82.240.38.71]) by smtp2-g21.free.fr (Postfix) with ESMTP id 306054B015A; Thu, 22 Mar 2012 14:14:56 +0100 (CET) Date: Thu, 22 Mar 2012 14:14:55 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Khem Raj Message-ID: <20120322141455.644058f0@eb-e6520> In-Reply-To: References: <20120321194906.GC3659@jama.jama.net> <20120321220253.00c4f254@eb-e6520> <20120321223521.36e49bba@eb-e6520> <20120322131310.1c6455d1@eb-e6520> <20120322134340.1af3dfda@eb-e6520> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.8; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: Jansa , Martin, Patches, about the oe-core layer Subject: Re: [PATCH 1/1] Revert "gdb-cross-canadian: build gdb with python support" X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2012 13:23:55 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Le Thu, 22 Mar 2012 05:57:46 -0700, Khem Raj a =E9crit : > On Thu, Mar 22, 2012 at 5:43 AM, Eric B=E9nard wrote: > > you are right : > > > > $ sudo rm ../../lib/python2.7/lib-dynload/readline.so >=20 > ok another experiment instead of deleting readline.so make a copy of > it and call it > readline_d.so in the same dir or whereever gdb looks for debug symbols > and see if it still works or do you get the segfault again. true : [ebenard@eb-e6520 lib-dynload]$ sudo mv readline.so readline_d.so [ebenard@eb-e6520 lib-dynload]$ arm-oe-linux-gnueabi-gdb=20 GNU gdb (GDB) 7.4 Copyright (C) 2012 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 "--host=3Dx86_64-oesdk-linux --target=3Darm-oe-linux-gnueabi". For bug reporting instructions, please see: . (gdb) quit Eric