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: Pixmap is a null pixmap

Are they caused by the extra profile tab?

Benjamin


On 17 January 2014 12:01, Tomaz Canabrava <[email protected]> wrote:

> This fixes it, Sorry - my mistake.
> Dirk, can you apply?
>
>
> On Fri, Jan 17, 2014 at 5:43 AM, Benjamin <[email protected]> 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
>>
>>      if(temperatureItem){
>>
>>              scene()->removeItem(temperatureItem);
>>
>>              delete temperatureItem;
>>
>>      }
>>
>>
>> The scene()->removeItem call throws the error. Is anybody else getting this, 
>> or is it
>>
>> maybe a problem with my divelog xml file?
>>
>>
>>
>>
>> Benjamin
>>
>>
>> _______________________________________________
>> subsurface mailing list
>> [email protected]
>> http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
>>
>>
>
_______________________________________________
subsurface mailing list
[email protected]
http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to