https://bugs.documentfoundation.org/show_bug.cgi?id=167039
Bug ID: 167039
Summary: assert failure when copy a shape with attached text
box to clipboard in debug build
Product: LibreOffice
Version: 7.6.4.1 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Draw a shape in Writer.
>From its context menu choose "Add Text Box".
Enter some text in the box.
Deselect shape.
Copy shape to clipboard.
Start Draw and paste it in Drawing Format.
I get a failing assertion in svx/source/unodraw/unopage.cxx:
A breakpoint instruction (__debugbreak() statement or a similar call) was
executed in soffice.bin.
It comes from:
777 default: // unknown inventor
778 {
779 assert(false && "Unknown Inventor in
SvxDrawPage::CreateShape()");
780 break;
781 }
tested in Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 10b7f18b9832e9f7761814ea9baeba1e921dca88
CPU threads: 32; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Vulkan;
VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: threaded
It might be the same underlying reason as bug 167033, but the failing assert is
different. Thus I don't know.
--
You are receiving this mail because:
You are the assignee for the bug.