Bug#703786: python-gtk2: segfault on help() modules

Sebastian Ramacher sramacher at debian.org
Sat Mar 23 19:01:58 UTC 2013


On 2013-03-23 15:50:18, Matías Bellone wrote:
> On Sat, Mar 23, 2013 at 3:37 PM, Sebastian Ramacher
> <sramacher at debian.org> wrote:
> > Control: tag -1 + moreinfo
> >
> > Hi Matias,
> >
> > On 2013-03-23 14:17:35, Matias Bellone wrote:
> >>   from gtk import _gtk
> >> Segmentation fault
> >
> > this looks very much like #697402. Probably you have a Python module
> > installed that imports gi.repository.Gtk or is linked against
> > libgtk-3.so.0. Could you please check if that is the case?
> >
> 
> More than happy to do so but I have no idea how to do it.
> 
> Any suggestions?

Running

  LD_DEBUG=libs python -c 'help("modules")' 2>&1 | grep "gtk"

should be enough to see if both libgtk-3 and libgtk-x11-2.0 get loaded.
If you can see libgtk-3.so.0 and libgtk-x11-2.0.so.0 in the output of
that command, it's the same problem as described in #697402.

Regards
-- 
Sebastian Ramacher
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20130323/f89ae504/attachment.pgp>


More information about the pkg-gnome-maintainers mailing list