Package: python-gobject
Version: 2.16.1-1
Severity: normal

Hi,
Attached script segfaults with following trace:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f9adbc676f0 (LWP 2138)]
0x000000000045dd45 in PyType_IsSubtype ()
(gdb) where
#0  0x000000000045dd45 in PyType_IsSubtype ()
#1  0x00007f9ad8f87afc in ?? () from 
/var/lib/python-support/python2.5/gtk-2.0/gobject/_gobject.so
#2  0x00007f9ad8f87df8 in ?? () from 
/var/lib/python-support/python2.5/gtk-2.0/gobject/_gobject.so
#3  0x00007f9ad8f88cc8 in ?? () from 
/var/lib/python-support/python2.5/gtk-2.0/gobject/_gobject.so
#4  0x00000000004911d5 in PyEval_EvalFrameEx ()
#5  0x0000000000491ce2 in PyEval_EvalFrameEx ()
#6  0x00000000004924cd in PyEval_EvalCodeEx ()
#7  0x00000000004dc992 in ?? ()
#8  0x0000000000418843 in PyObject_Call ()
#9  0x000000000041f6e8 in ?? ()
#10 0x0000000000418843 in PyObject_Call ()
#11 0x0000000000465f66 in ?? ()
#12 0x000000000046e04b in ?? ()
#13 0x000000000041e17b in PyObject_CallFunctionObjArgs ()
#14 0x000000000048ed34 in PyEval_EvalFrameEx ()
#15 0x00000000004924cd in PyEval_EvalCodeEx ()
#16 0x00000000004926c2 in PyEval_EvalCode ()
#17 0x00000000004b2008 in PyRun_FileExFlags ()
#18 0x00000000004b22ab in PyRun_SimpleFileExFlags ()
#19 0x0000000000414572 in Py_Main ()
---Type <return> to continue, or q <return> to quit---
#20 0x00007f9adae8f5a6 in __libc_start_main () from /lib/libc.so.6
#21 0x00000000004139b9 in _start ()



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-gobject depends on:
ii  libc6                         2.9-5      GNU C Library: Shared libraries
ii  libffi5                       3.0.7-1    Foreign Function Interface library
ii  libglib2.0-0                  2.18.4-2   The GLib library of C routines
ii  python                        2.5.4-2    An interactive high-level object-o
ii  python-support                0.8.7      automated rebuilding support for P
ii  python2.5                     2.5.4-1    An interactive high-level object-o

python-gobject recommends no packages.

Versions of packages python-gobject suggests:
pn  python-gobject-dbg            <none>     (no description available)

-- no debconf information
#!/usr/bin/python

import gtk

# this is needed to crash, I don't known why
from xml.sax import *

class stubModule:
    pass

class MapWidget(gtk.Widget, stubModule):
  __gsignals__ = { 'foo': 'bar' }

Reply via email to