Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Paul Koning <paul_koning@dell.com>
To: gdb@sourceware.org
Subject: Re: Undefined symbol while executing Python
Date: Fri, 01 Jul 2011 20:56:00 -0000	[thread overview]
Message-ID: <00001CBF-4AB1-41C4-988A-4D817CA8ED73@dell.com> (raw)
In-Reply-To: <674EAAD3-EF0C-451B-BC73-5D39F33E6780@dell.com>


On Jul 1, 2011, at 3:37 PM, Paul Koning wrote:

> My Red Hat system has installed on it Pythong 2.4.3 and gdb 7.0.1.  Both of these process the Python command "import itertools" without complaint.
> 
> On that system I built gdb 7.2 (with some local mods, but not in the Python pieces).  That one blows up when I try that command:
> 
> GNU gdb (GDB) 7.2
> Copyright (C) 2010 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> 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=i686-pc-linux-gnu --target=mips64el-pss-netbsdelf".
> For bug reporting instructions, please see:
> <http://www.gnu.org/software/gdb/bugs/>.
> (gdb) python import itertools
> Traceback (most recent call last):
>  File "<string>", line 1, in ?
> ImportError: /usr/lib/python2.4/lib-dynload/itertoolsmodule.so: undefined symbol: PyObject_SelfIter
> Error while executing Python code.
> (gdb) quit
> 
> Any ideas what's wrong or how to fix this?

More...  The symbol is defined in libpython2.4.so.  The native 7.0.1 gdb has that library in its required libraries list.  The cross 7.2 gdb I built does not.  That makes sense, it alllows that gdb to be executed on another machine that might not have the same python installed.  

So this suggests that libpython2.4 should have been loaded at this point and hasn't been, either that or the symbol name resolution isn't working right.

	paul


  reply	other threads:[~2011-07-01 20:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-01 19:38 Paul Koning
2011-07-01 20:56 ` Paul Koning [this message]
2011-07-02  2:08   ` Joel Brobecker
2011-07-05 13:57     ` Paul Koning
2011-07-05 15:01       ` Joel Brobecker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=00001CBF-4AB1-41C4-988A-4D817CA8ED73@dell.com \
    --to=paul_koning@dell.com \
    --cc=gdb@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox