[Bug 357740] Re: segfault in PyType_IsSubtype

2010-09-15 Thread Bug Watch Updater
** Changed in: pygobject Status: Invalid = Unknown ** Changed in: pygobject Importance: Unknown = Medium -- segfault in PyType_IsSubtype https://bugs.launchpad.net/bugs/357740 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-09-15 Thread Matthias Klose
apparently this was fixed in pygobject ** Changed in: python2.6 (Ubuntu) Status: New = Invalid -- segfault in PyType_IsSubtype https://bugs.launchpad.net/bugs/357740 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

Re: [Bug 357740] Re: segfault in PyType_IsSubtype

2009-09-15 Thread jerryb
yes I saw that ... Finally!! On Tue, Sep 15, 2009 at 7:49 AM, Matthias Klose matthias.kl...@canonical.com wrote: apparently this was fixed in pygobject ** Changed in: python2.6 (Ubuntu)       Status: New = Invalid -- segfault in PyType_IsSubtype https://bugs.launchpad.net/bugs/357740 You

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-08-27 Thread poelzi
It's a duplicate of https://bugs.launchpad.net/pygobject/+bug/378592 and only fixed in proposed so we get bugreports for this obvious and severe bug which is just annoying. -- segfault in PyType_IsSubtype https://bugs.launchpad.net/bugs/357740 You received this bug notification because you are a

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-06-22 Thread Sebastien Bacher
why did you reassign the bug? did you read the comment from upstream saying it's a python issue? ** Package changed: pygobject (Ubuntu) = python-defaults (Ubuntu) ** Package changed: python-defaults (Ubuntu) = python2.6 (Ubuntu) -- segfault in PyType_IsSubtype

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-06-20 Thread Julien Lavergne
Maybe. As I can't reproduce the problem, some testing with the version in jaunty-proposed should be usefull. -- segfault in PyType_IsSubtype https://bugs.launchpad.net/bugs/357740 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-06-20 Thread jerryb
IIRC the problem happened when an object was used like this: class OldStyle(): ... class NewStyle(object): ... class MyObject(OldStyle, NewStyle): ... and OldStyle is an old-style class, and NewStyle is a new-style class. -- segfault in PyType_IsSubtype

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-06-19 Thread Matthias Klose
reassigning to pygobject, is this related to #378592? ** Package changed: python2.6 (Ubuntu) = pygobject (Ubuntu) -- segfault in PyType_IsSubtype https://bugs.launchpad.net/bugs/357740 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-04-15 Thread Bug Watch Updater
** Changed in: pygobject Status: New = Invalid -- segfault in PyType_IsSubtype https://bugs.launchpad.net/bugs/357740 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-04-15 Thread Sebastien Bacher
upstream bug comment As far as I can tell this is a Python/C bug. PyGObject is doing everything by the book, and it is Python that is giving us corrupted base objects. I debugged long and hard but was unable to fix a bug that just isn't there, nor was I able to figure out a workaround. **

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-04-08 Thread jerryb
** Attachment added: Backtrace of Python Sementation Fault http://launchpadlibrarian.net/25028656/gdb-python.txt -- segfault in PyType_IsSubtype https://bugs.launchpad.net/bugs/357740 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-04-08 Thread Julien Lavergne
Thanks for your bug report. You need to install some *-dbg packages, so the backtrace can be a bit more usefull. Could you please retry this backtrace after installing python-gtk2-dbg and python-gobject-dbg ? ** Changed in: pygobject (Ubuntu) Status: New = Incomplete -- segfault in

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-04-08 Thread jerryb
New backtrace attached as requested ** Attachment added: Backtrace of Python Sementation Fault with additional python debug modules http://launchpadlibrarian.net/25050238/gdb-python.txt -- segfault in PyType_IsSubtype https://bugs.launchpad.net/bugs/357740 You received this bug notification

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-04-08 Thread jerryb
resetting to status=new ** Changed in: pygobject (Ubuntu) Status: Incomplete = New -- segfault in PyType_IsSubtype https://bugs.launchpad.net/bugs/357740 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

Re: [Bug 357740] Re: segfault in PyType_IsSubtype

2009-04-08 Thread jerryb
done On Wed, Apr 8, 2009 at 1:44 PM, Julien Lavergne julien.laver...@gmail.com wrote: Thanks for your bug report. You need to install some *-dbg packages, so the backtrace can be a bit more usefull. Could you please retry this backtrace after installing   python-gtk2-dbg and

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-04-08 Thread Julien Lavergne
** Bug watch added: GNOME Bug Tracker #578419 http://bugzilla.gnome.org/show_bug.cgi?id=578419 ** Also affects: pygobject via http://bugzilla.gnome.org/show_bug.cgi?id=578419 Importance: Unknown Status: Unknown -- segfault in PyType_IsSubtype

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-04-08 Thread Bug Watch Updater
** Changed in: pygobject Status: Unknown = New -- segfault in PyType_IsSubtype https://bugs.launchpad.net/bugs/357740 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 357740] Re: segfault in PyType_IsSubtype

2009-04-08 Thread Sebastien Bacher
** Changed in: pygobject (Ubuntu) Importance: Undecided = Medium ** Changed in: pygobject (Ubuntu) Status: New = Triaged ** Changed in: pygobject (Ubuntu) Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs) -- segfault in PyType_IsSubtype