https://bugs.documentfoundation.org/show_bug.cgi?id=128001

--- Comment #10 from Stephan Bergmann <[email protected]> ---
(In reply to Julien Nabet from comment #7)
> Just for curiosity, how did you find there was a missing file? Indeed, I
> don't see the file name concerned in the bt (or perhaps missed it)

Once the assert is hit in gdb:

> (gdb) f 16
> #16 0x00007fffc422bd43 in Button::ImplDrawAlignedImage (this=0x6170001bba80, 
> pDev=0x6170001bba80, rPos=Point = {...}, rSize=Size = {...}, nImageSep=7, 
> nTextStyle=5411, pSymbolRect=0x0, bAddImageSep=true) at 
> core/vcl/source/control/button.cxx:439
> 439           pDev->DrawImage(aImagePos, *pImage, nStyle);
> (gdb) p *pImage->mpImplData.get()
> $1 = {
>   maBitmapChecksum = 0, 
>   maSizePixel = Size = {
>     width = 0,
>     height = 0
>   }, 
>   maPreferedSizePixel = Size = {
>     width = 0,
>     height = 0
>   }, 
>   maStockName = "extensions/res/buttonminus.png", 
[...]

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to