Re: Bug in the python bindings? [was: Plasma crashing with QGraphicsLinearLayout.addStretch]

2009-05-07 Thread Johannes Wolter
Aaron J. Seigo wrote: > On Wednesday 06 May 2009, Johannes Wolter wrote: > > Program received signal SIGSEGV, Segmentation fault. > > [Switching to Thread 0xb3db9720 (LWP 11622)] > > 0xb741e737 in QGraphicsLayoutItem::isLayout () from > > /usr/lib/libQtGui.so.4 (gdb) bt > > #0 0xb741e737 in QGraph

Re: Plasma crashing with QGraphicsLinearLayout.addStretch

2009-05-06 Thread Johannes Wolter
Johannes Wolter inutil.org> writes: > I just got started with a simple Python-based Plasma widget. Right now I'm > getting segfaults I cannot explain; so maybe someone could give me a hint, > whether this is really a bug or a my fault. [...] Sorry I forgot... I'm using Debian (mostly unstable):

Re: Plasma crashing with QGraphicsLinearLayout.addStretch

2009-05-06 Thread Aaron J. Seigo
On Wednesday 06 May 2009, Johannes Wolter wrote: > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 0xb3db9720 (LWP 11622)] > 0xb741e737 in QGraphicsLayoutItem::isLayout () from /usr/lib/libQtGui.so.4 > (gdb) bt > #0 0xb741e737 in QGraphicsLayoutItem::isLayout () from >

Plasma crashing with QGraphicsLinearLayout.addStretch

2009-05-06 Thread Johannes Wolter
Hello, I just got started with a simple Python-based Plasma widget. Right now I'm getting segfaults I cannot explain; so maybe someone could give me a hint, whether this is really a bug or a my fault. I roughly followed an howto from techbase and everything works fine until I call "addStretch"