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 1SAhVP-0008Eu-9r for openembedded-core@lists.openembedded.org; Thu, 22 Mar 2012 13:52:39 +0100 Received: from eb-e6520 (unknown [82.240.38.71]) by smtp2-g21.free.fr (Postfix) with ESMTP id 619EB4B0080; Thu, 22 Mar 2012 13:43:41 +0100 (CET) Date: Thu, 22 Mar 2012 13:43:40 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Khem Raj Message-ID: <20120322134340.1af3dfda@eb-e6520> In-Reply-To: References: <20120321203249.54411613@eb-e6520> <20120321194906.GC3659@jama.jama.net> <20120321220253.00c4f254@eb-e6520> <20120321223521.36e49bba@eb-e6520> <20120322131310.1c6455d1@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 12:52:39 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Khem, Le Thu, 22 Mar 2012 05:17:20 -0700, Khem Raj a =E9crit : > On Thu, Mar 22, 2012 at 5:13 AM, Eric B=E9nard wrote: > > > > so the problem seems to be in the libpython of the SDK >=20 > delete the readline.so in python modules and use the SDK python > does that make the crash go away ? > libpython sometimes expect debug versions of plugins and thats what I > am getting to you are right : $ sudo rm ../../lib/python2.7/lib-dynload/readline.so $ ./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)=20 Eric