https://bugs.documentfoundation.org/show_bug.cgi?id=151039
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |[email protected] Status|UNCONFIRMED |NEW --- Comment #2 from Mike Kaganski <[email protected]> --- Repro. Call stack on master: > vcllo.dll!`anonymous > namespace'::CffSubsetterContext::emitAsType1(`anonymous-namespace'::Type1Emitter > & rEmitter, const unsigned int * pReqGlyphIds, const unsigned char * > pReqEncoding, int nGlyphCount, FontSubsetInfo & rFSInfo) Line 2052 C++ > vcllo.dll!FontSubsetInfo::CreateFontSubsetFromCff() Line 2081 C++ > vcllo.dll!FontSubsetInfo::CreateFontSubset(FontType nReqFontTypeMask, _iobuf > * pOutFile, const char * pReqFontName, const unsigned int * pReqGlyphIds, > const unsigned char * pReqEncodedIds, int nReqGlyphCount) Line 94 C++ > vcllo.dll!vcl::CreateCFFfontSubset(const unsigned char * pFontBytes, int > nByteLength, const rtl::OString & rSysPath, const unsigned int * pGlyphIds, > const unsigned char * pEncoding, int nGlyphCount, FontSubsetInfo & rInfo) > Line 1923 C++ > vcllo.dll!vcl::font::PhysicalFontFace::CreateFontSubset(const rtl::OUString & > rToFile, const unsigned int * pGlyphIds, const unsigned char * pEncoding, > const int nGlyphCount, FontSubsetInfo & rInfo) Line 301 C++ > vcllo.dll!vcl::PDFWriterImpl::emitFonts() Line 2686 C++ > vcllo.dll!vcl::PDFWriterImpl::emitResources() Line 2918 C++ > vcllo.dll!vcl::PDFWriterImpl::emitCatalog() Line 4597 C++ > vcllo.dll!vcl::PDFWriterImpl::emit() Line 5737 C++ > vcllo.dll!vcl::PDFWriter::Emit() Line 54 C++ > pdffilterlo.dll!PDFExport::Export(const rtl::OUString & rFile, const > com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & > rFilterData) Line 1012 C++ > pdffilterlo.dll!PDFFilter::implExport(const > com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & > rDescriptor) Line 185 C++ > pdffilterlo.dll!PDFFilter::filter(const > com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & > rDescriptor) Line 248 C++ > sfxlo.dll!SfxObjectShell::ExportTo(SfxMedium & rMedium) Line 2492 C++ > sfxlo.dll!SfxObjectShell::SaveTo_Impl(SfxMedium & rMedium, const SfxItemSet * > pSet) Line 1560 C++ > sfxlo.dll!SfxObjectShell::PreDoSaveAs_Impl(const rtl::OUString & rFileName, > const rtl::OUString & aFilterName, const SfxItemSet & rItemSet, const > com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & rArgs) > Line 2979 C++ > sfxlo.dll!SfxObjectShell::CommonSaveAs_Impl(const INetURLObject & aURL, const > rtl::OUString & aFilterName, SfxItemSet & rItemSet, const > com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & rArgs) > Line 2769 C++ > sfxlo.dll!SfxObjectShell::APISaveAs_Impl(std::basic_string_view<char16_t,std::char_traits<char16_t>> > aFileName, SfxItemSet & rItemSet, const > com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & rArgs) > Line 318 C++ > sfxlo.dll!SfxBaseModel::impl_store(const rtl::OUString & sURL, const > com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & > seqArguments, bool bSaveTo) Line 3146 C++ > sfxlo.dll!SfxBaseModel::storeToURL(const rtl::OUString & rURL, const > com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & rArgs) > Line 1782 C++ > ... Khaled: do you have an idea how to handle this? -- You are receiving this mail because: You are the assignee for the bug.
