Re: [PyQt] eric crashes in QX11WindowSurface dtor

2010-02-22 Thread Phil Thompson
On Fri, 19 Feb 2010 10:00:55 +0100, Hans-Peter Jansen h...@urpla.net wrote: Hi Phil, I suffer from a 100% reproducible crash on eric shutdown: [when catched with gdb directly:] Program received signal SIGSEGV, Segmentation fault. 0xb65eab22 in ~QX11WindowSurface (this=0xa5d1ba8) at

Re: [PyQt] eric crashes in QX11WindowSurface dtor

2010-02-22 Thread detlev
On Montag, 22. Februar 2010, Phil Thompson wrote: On Fri, 19 Feb 2010 10:00:55 +0100, Hans-Peter Jansen h...@urpla.net wrote: Hi Phil, I suffer from a 100% reproducible crash on eric shutdown: [when catched with gdb directly:] Program received signal SIGSEGV, Segmentation fault.

[PyQt] eric crashes in QX11WindowSurface dtor

2010-02-19 Thread Hans-Peter Jansen
Hi Phil, I suffer from a 100% reproducible crash on eric shutdown: [when catched with gdb directly:] Program received signal SIGSEGV, Segmentation fault. 0xb65eab22 in ~QX11WindowSurface (this=0xa5d1ba8) at painting/qwindowsurface_x11.cpp:84 84 XFreeGC(X11-display, gc);