Re: [PyQt] core dumped when destructor is called

2012-09-14 Thread Vincent Vande Vyvre
Le 14/09/12 15:54, Louis Granboulan a écrit : > I stumbled upon the following bug, which is probably a pyqt bug that > did not exist in the previous version. > You should be able to reproduce it on an up-to-date ubuntu with > python-qt4 4.9.1-2ubuntu1 > The following code generates a SEGV, because

[PyQt] core dumped when destructor is called

2012-09-14 Thread Louis Granboulan
I stumbled upon the following bug, which is probably a pyqt bug that did not exist in the previous version. You should be able to reproduce it on an up-to-date ubuntu with python-qt4 4.9.1-2ubuntu1 The following code generates a SEGV, because the destructor for app is called import sys from PyQt4