https://bugs.documentfoundation.org/show_bug.cgi?id=142806
--- Comment #9 from Matt K <[email protected]> --- I get a debug assert/crash when trying to open the example doc in a debug build and doing "File"->"Export as..."->"Export as PDF..."->"OK". One thing to note is that I see a warning panel message that says "Missing hyphenation data: Please install the hyphenation package for locale "de-DE"" and the first page renders just a gray background rather than an actual page. After install the german dictionary from https://extensions.libreoffice.org/en/extensions/show/german-de-de-frami-dictionaries, I clicked in the gray area and page 1 appeared. Still get the following assert: assert(pStartFrame == pEndFrame); // link or field all in 1 frame with the following stack trace: > swlo.dll!SwRootFrame::CalcFrameRects(const SwShellCursor & rCursor, > std::vector<SwRect,std::allocator<SwRect>> & rRects, SwRootFrame::RectsMode > eMode) Line 2602 C++ swlo.dll!`anonymous namespace'::GetCursorRectsContainingText(const SwCursorShell & rShell) Line 354 C++ swlo.dll!SwEnhancedPDFExportHelper::EnhancedPDFExport(const o3tl::strong_int<unsigned short,LanguageTypeTag> eLanguageDefault) Line 2224 C++ swlo.dll!SwEnhancedPDFExportHelper::SwEnhancedPDFExportHelper(SwEditShell & rSh, OutputDevice & rOut, const rtl::OUString & rPageRange, bool bSkipEmptyPages, bool bEditEngineOnly, const SwPrintData & rPrintData) Line 2079 C++ swlo.dll!SwXTextDocument::render(long nRenderer, const com::sun::star::uno::Any & rSelection, const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & rxOptions) Line 3020 C++ pdffilterlo.dll!PDFExport::ExportSelection(vcl::PDFWriter & rPDFWriter, const com::sun::star::uno::Reference<com::sun::star::view::XRenderable> & rRenderable, const com::sun::star::uno::Any & rSelection, const StringRangeEnumerator & rRangeEnum, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & rRenderOptions, long nPageCount) Line 180 C++ pdffilterlo.dll!PDFExport::Export(const rtl::OUString & rFile, const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & rFilterData) Line 1089 C++ pdffilterlo.dll!PDFFilter::implExport(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & rDescriptor) Line 181 C++ pdffilterlo.dll!PDFFilter::filter(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & rDescriptor) Line 246 C++ sfxlo.dll!SfxObjectShell::ExportTo(SfxMedium & rMedium) Line 2595 C++ -- You are receiving this mail because: You are the assignee for the bug.
