https://bugs.freedesktop.org/show_bug.cgi?id=71527

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #8 from Julien Nabet <[email protected]> ---
Thank you Sophie and Arnaud for your feedback.
I put it at NEW since we got 2 bts.

Sophie: just for information, do you also have 2 screens on your machine?

Caolán/Thorsten: I put you in cc since we can see vcl+sd/sdext inside bts.
I noticed this in one of the bt:
#1  0x00007fffd586440d in non-virtual thunk to
sd::presenter::SlideRenderer::createPreviewForCanvas(com::sun::star::uno::Reference<com::sun::star::drawing::XDrawPage>
const&, com::sun::star::awt::Size const&, short,
com::sun::star::uno::Reference<com::sun::star::rendering::XCanvas> const&)
(this=<optimized out>, rxSlide=uno::Reference to
(cppcanvas::internal::ImplBitmapCanvas *) 0x29a42a0, rMaximalSize=...,
nSuperSampleFactor=-22480, 
    rxCanvas=<error reading variable: Cannot access memory at address 0x13>) at
/home/arnaud/libreoffice/src/sd/source/ui/presenter/SlideRenderer.cxx:142


Also I don't think it's related but just in case, cppcheck reported this:
[PresenterController.cxx:397] -> [PresenterController.cxx:401]: (performance)
Variable 'nIndex' is reassigned a value before the old one has been used

Indeed we have:
    396                 // Get the placeholder
    397                 ++nIndex;
    398                 ++nStartIndex;
    399                 const sal_Int32 nEndIndex (sTemplate.indexOf('%',
nStartIndex+1));
    400                 const OUString sPlaceholder
(sTemplate.copy(nStartIndex, nEndIndex-nStartIndex));
    401                 nIndex = nEndIndex+1;

See
http://opengrok.libreoffice.org/xref/core/sdext/source/presenter/PresenterController.cxx#396

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

Reply via email to