Re: more info on the TaskGroupItem crash

2009-09-11 Thread David Faure
On Friday 11 September 2009, Aaron J. Seigo wrote: > On September 10, 2009, David Faure wrote: > > I finally took the time to investigate the plasma crash that was > > happening so often to me. > > can you try the attached patch? thanks. It definitely hits this code path often... QGraphicsScene:

Re: more info on the TaskGroupItem crash

2009-09-11 Thread David Faure
On Friday 11 September 2009, Aaron J. Seigo wrote: > On September 10, 2009, David Faure wrote: > > I finally took the time to investigate the plasma crash that was > > happening so often to me. > > can you try the attached patch? thanks. The patch fits exactly my analysis of the problem, but it l

Re: more info on the TaskGroupItem crash

2009-09-10 Thread Aaron J. Seigo
On September 10, 2009, David Faure wrote: > I finally took the time to investigate the plasma crash that was happening > so often to me. can you try the attached patch? thanks. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core

Re: more info on the TaskGroupItem crash

2009-09-10 Thread Aaron J. Seigo
On September 10, 2009, David Faure wrote: > It's a race between the "deleteLater" and the actual deletion. In between so exactly the same kind of problem i fixed in libtaskmanager for 4.3.0, but this time it's in the applet. thanks for your work on tracking this down. > The only part that is not

more info on the TaskGroupItem crash

2009-09-10 Thread David Faure
I finally took the time to investigate the plasma crash that was happening so often to me. Almost reproduceable testcase: 4.3 branch, enable task grouping, have some grouping in one desktop, then hit the "next desktop" key shortcut like a mad man (but at varying speeds) until it crashes. Well..