Re: Segfault in latest git version.

2014-01-17 Thread Tomaz Canabrava
Em 17/01/2014 08:09, "Robert Helling" escreveu: > > > On 17.01.2014, at 11:01, Tomaz Canabrava wrote: > > Tomaz, > > > This fixes it, Sorry - my mistake. > > Dirk, can you apply? > > <0009-Fixed-a-crash.patch>___ > > subsurface mailing list > > subsurfa

Re: Segfault in latest git version.

2014-01-17 Thread Robert Helling
On 17.01.2014, at 11:01, Tomaz Canabrava wrote: Tomaz, > This fixes it, Sorry - my mistake. > Dirk, can you apply? > <0009-Fixed-a-crash.patch>___ > subsurface mailing list > subsurface@hohndel.org > http://lists.hohndel.org/cgi-bin/mailman/listinfo/s

Re: Segfault in latest git version.

2014-01-17 Thread Benjamin
Thank you. The patch fixes the segfault, but I'm getting these messages now: QGraphicsScene::removeItem: item 0x16cc4b0's scene (0x0) is different from this scene (0x16cb430) QGraphicsScene::removeItem: item 0x16d0b70's scene (0x0) is different from this scene (0x16cb430) QPixmap::scaleHeight: Pixm

Re: Segfault in latest git version.

2014-01-17 Thread Tomaz Canabrava
This fixes it, Sorry - my mistake. Dirk, can you apply? On Fri, Jan 17, 2014 at 5:43 AM, Benjamin wrote: > I'm getting a segfault in the latest git version > (SHA1: 09d08ddc1c13850557af28e8349bddd13ef5deec). > The problematic bit of code appears to be in profilewidget2.cpp, line 315 > > i

Segfault in latest git version.

2014-01-16 Thread Benjamin
I'm getting a segfault in the latest git version (SHA1: 09d08ddc1c13850557af28e8349bddd13ef5deec). The problematic bit of code appears to be in profilewidget2.cpp, line 315 if(temperatureItem){ scene()->removeItem(temperatureItem); delete temperatureItem;