Bug 164075 - crashtesting: assert on import of rtf exported from LibreOffice
Summary: crashtesting: assert on import of rtf exported from LibreOffice
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
25.2.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-27 19:47 UTC by Caolán McNamara
Modified: 2024-11-27 19:47 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caolán McNamara 2024-11-27 19:47:40 UTC
Description:
writerfilter::dmapper::DomainMapper_Impl::finishParagraph (this=0x4a31700, pPropertyMap=..., bRemove=false, bNoNumbering=false)
    at sw/source/writerfilter/dmapper/DomainMapper_Impl.cxx:2656
2656	                    assert( isNumberingViaRule == (itNumberingRules != aProperties.end()) );

Steps to Reproduce:
1. wget https://bz.apache.org/ooo/attachment.cgi?id=67256 -O ~/Downloads/ooo108255-3.odt
2. ./instdir/program/soffice --headless --convert-to rtf ~/Downloads/ooo108255-3.odt
3. ./instdir/program/soffice --headless --convert-to pdf ./ooo108255-3.rtf

Actual Results:
asserts on import our own exported rtf

Expected Results:
no failure


Reproducible: Always


User Profile Reset: No

Additional Info:
.