https://bugs.documentfoundation.org/show_bug.cgi?id=171396
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |UNCONFIRMED Ever confirmed|1 |0 --- Comment #3 from [email protected] --- I've sent a reduced example of working clipboard content that causes the crash. Clarified reproduction steps: 1. Open the file with Nirsoft's InsideClipboard (or other software, if such exists, that supports these files) 2. Open LibreOffice Wirter 3. Paste the contents (automatically copied by InsideClipboard) 4. Remove newline. 5. shift+enter 6. Paste again (it might be the case that the first text doesn't have to be from clipboard, but I didn't test it properly) - At this moment LibreOffice will split two lines into separate paragraphs, even though they should be one. 7. Undo - crash (I guess this is because of the improper paragraph creation) My blind guesses on why this happens: The text is actually copied from Linux VM, so I'm guessing that there's error in encoding conversion (might be VM's fault for providing unusual text). It could be LF -> RF/LF, utf-8 -> utf-16. I noticed that InsideClipboard shows that there are a few text "items" which contain varyingly Windows-formatted and Linux-formatted text. Not that not every piece of text copied over exhibits this behaviour (and I didn't manage to narrow down which cause, there's some uncertainty), but if a given cliboard triggers a crash, it does it every time. I have confirmed that this crash occurs even in Safe Mode Version: 26.2.1.2 (X86_64) Build ID: 620(Build:2) CPU threads: 18; OS: Windows 11 X86_64 (build 26200); UI render: Skia/Vulkan; VCL: win Locale: pl-PL (pl_PL); UI: pl-PL Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
