[Bug 1033082] Re: python2.7 crashed with SIGABRT in raise()

2012-10-04 Thread Jamie Strandboge
** Attachment removed: CoreDump.gz https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1033082/+attachment/3248233/+files/CoreDump.gz ** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1033082] Re: python2.7 crashed with SIGABRT in raise()

2012-10-04 Thread Matthias Klose
** Package changed: python2.7 (Ubuntu) = python-qt4 (Ubuntu) -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to python-qt4 in Ubuntu. https://bugs.launchpad.net/bugs/1033082 Title: python2.7 crashed with SIGABRT in raise() To manage

[Bug 1033082] Re: python2.7 crashed with SIGABRT in raise()

2012-10-04 Thread Terence Simpson
This is expected behaviour for Qt, you should see the message QWidget: Must construct a QApplication before a QPaintDevice before the crash. This is from a qFatal() call, which is intended to subsequently abort the process. The solution is to create an instance of QApplication prior to creating