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

--- Comment #13 from Julien Nabet <[email protected]> ---
Putting a breakpoint in svx/source/svdraw/svddrgmt.cxx:2100, I made some tests
and got this:
SdrHdl::GetPointer (this=0x71d37c0) at
/home/julien/compile-libreoffice/libreoffice/svx/source/svdraw/svdhdl.cxx:798
798    {
(gdb) n
799        PointerStyle ePtr=POINTER_MOVE;
(gdb) 
...
=> OK

But at another moment:
(gdb) s
drawinglayer::primitive2d::BasePrimitive2D::getDecomposition
(this=0x7fffffff41a0, rViewParameters=uno::Sequence of length 10922 = {...})
    at
/home/julien/compile-libreoffice/libreoffice/drawinglayer/source/primitive2d/baseprimitive2d.cxx:60
60            {
(gdb) n
61                const geometry::ViewInformation2D
aViewInformation(rViewParameters);
(gdb) 

Program received signal SIGSEGV, Segmentation fault.
0x00002aaaad610f57 in cppu::_copyConstructAnyFromData (pDestAny=0x2aaae8731028, 
    pSource=0x2aaab6221bd6 <non-virtual thunk to
drawinglayer::primitive2d::BasePrimitive2D::getRange(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
const&)>, 
    pType=0x2aaab6221b02 <non-virtual thunk to
drawinglayer::primitive2d::BasePrimitive2D::getDecomposition(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
const&)>, pTypeDescr=0x0, acquire=0x2aaab6217080
<com::sun::star::uno::cpp_acquire(void*)>, mapping=0x0)
    at
/home/julien/compile-libreoffice/libreoffice/cppu/source/uno/copy.hxx:109
109        TYPE_ACQUIRE( pType );

=> KO

-- 
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