[vlmc-devel] [PATCH] Make toolbar unmovable

Hugo Beauzée-Luyssen hugo at beauzee.fr
Mon Mar 7 13:47:34 CET 2016


On 03/07/2016 01:45 PM, Paweł Goliński wrote:
> Yes, the toolbar is the only widget affected. I can move it however if I disable all
> widget initialization in MainWindow.cpp, but I haven’t looked much beyond that yet.
>
> AFAIC, only I was able to reproduce this issue, from the stack trace it seems OS X specific.
>
>> Wiadomość napisana przez Hugo Beauzée-Luyssen <hugo at beauzee.fr> w dniu 07.03.2016, o godz. 13:40:
>>

Maybe something is incorrect in the way we do the initialization, that 
seems more likely than a Qt bug TBH, but it's hard to fix without being 
able to reproduce.

I'd suggest to use ASAN to see if something is wrong in term of memory 
handling, but ASAN and Qt aren't best friends, at least in term of leak 
detection...
It can still be worth checking to see if an uninitialized pointer is 
used, or something similar

Regards,


More information about the Vlmc-devel mailing list