I observed that with "LibreOffice 3.4.3 RC1 - WIN7 Home Premium (64bit) German UI [OOO340m1 (Build:301)]" and attahced sample. Steps tor reproduce: 1. Open attached "sample.odg" 2. Click into white space of drawing 3. <ctrl+a> to slect all 4. <ctrl+c> for copy 5. Menu 'File -> New -> WRITER Text Document' 6. click into new WRITER document 7. <ctrl+v> for paste expected: drawing appears actual: Crash Sometimes LibO already crashes in step 4.
Created attachment 50424 [details] Sample document, pls see original report!
Confirmed for LibreOffice 3.4 340m1(Build:103) on OpenSuse Linux.
*** Bug 40288 has been marked as a duplicate of this bug. ***
CONFIRMED due to Comment 3. @Caolàn: I saw you puzzling in some other Vector graphic issues, and it's not only WRITER. Please feel free to reassign (or reset Assignee to default) if it’s not your area or if provided information is not sufficient. Please set Status to ASSIGNED if you accept this Bug.
This doesn't crash for me in 3-4, will try in master and under valgrind.
I can't get it to crash there either. caolanm->rodo: its a drawing thing, vaguely casting around, you sort of know drawing things. Able to reproduce this ? comment #2 suggests it should be possible to see this under Linux
hang on, I can see it with the "vanilla" rpms
#0 0x00007fffd3c3dbf4 in XPolygon::~XPolygon() () from /opt/libreoffice3.4/program/../basis-link/program/libsvxcorelx.so #1 0x00007fffd3aee963 in SdrRectObj::~SdrRectObj() () from /opt/libreoffice3.4/program/../basis-link/program/libsvxcorelx.so #2 0x00007fffd3abc987 in SdrCircObj::~SdrCircObj() () from /opt/libreoffice3.4/program/../basis-link/program/libsvxcorelx.so #3 0x00007fffd3b12b0b in SdrObjList::Clear() () from /opt/libreoffice3.4/program/../basis-link/program/libsvxcorelx.so #4 0x00007fffd3b13906 in SdrObjList::~SdrObjList() () from /opt/libreoffice3.4/program/../basis-link/program/libsvxcorelx.so #5 0x00007fffd3acf4f1 in SdrObjGroup::~SdrObjGroup() () from /opt/libreoffice3.4/program/../basis-link/program/libsvxcorelx.so #6 0x00007fffd3b12b0b in SdrObjList::Clear() () from /opt/libreoffice3.4/program/../basis-link/program/libsvxcorelx.so #7 0x00007fffd3b13906 in SdrObjList::~SdrObjList() () from /opt/libreoffice3.4/program/../basis-link/program/libsvxcorelx.so #8 0x00007fffd3acf4f1 in SdrObjGroup::~SdrObjGroup() () so its in the dtor of XPolygon, and that'll be from the mpXPoly which means its another manifestation of bug 37403 *** This bug has been marked as a duplicate of bug 37403 ***
closing as dup