Re: [PyQt] [PyQT] Segfault when pickling a QByteArray

2011-12-20 Thread cantabile
On 12/20/2011 03:41 PM, Phil Thompson wrote: You get that if you fix the SIP bug but don't fix the PyQt bug. ...or you didn't apply them properly. Indeed. I applied it at the wrong point (between configure and make). Anyway, I've compiled the latest snapshots and all is well now. Thank you f

Re: [PyQt] [PyQT] Segfault when pickling a QByteArray

2011-12-20 Thread Phil Thompson
On Tue, 20 Dec 2011 15:30:48 +0200, cantabile wrote: > On 12/19/2011 05:53 PM, Phil Thompson wrote: >> On Mon, 19 Dec 2011 14:49:18 +0200, cantabile >> wrote: >>> Hello, >>> >>> The sample code is attached. It segfaults at pickle.dump(). >>> However, pickling something like QByteArray("asdf") work

Re: [PyQt] [PyQT] Segfault when pickling a QByteArray

2011-12-20 Thread cantabile
On 12/19/2011 05:53 PM, Phil Thompson wrote: On Mon, 19 Dec 2011 14:49:18 +0200, cantabile wrote: Hello, The sample code is attached. It segfaults at pickle.dump(). However, pickling something like QByteArray("asdf") works fine. This is with python 3. The exact same code works with python 2 (sa

Re: [PyQt] [PyQT] Segfault when pickling a QByteArray

2011-12-19 Thread Phil Thompson
On Mon, 19 Dec 2011 14:49:18 +0200, cantabile wrote: > Hello, > > The sample code is attached. It segfaults at pickle.dump(). > However, pickling something like QByteArray("asdf") works fine. > This is with python 3. The exact same code works with python 2 > (same pyqt, sip and qt versions). > >

[PyQt] [PyQT] Segfault when pickling a QByteArray

2011-12-19 Thread cantabile
Hello, The sample code is attached. It segfaults at pickle.dump(). However, pickling something like QByteArray("asdf") works fine. This is with python 3. The exact same code works with python 2 (same pyqt, sip and qt versions). A backtrace is also attached. I see a lot of "" in the backtrace - s