https://bugs.documentfoundation.org/show_bug.cgi?id=151395
--- Comment #13 from Julien Nabet <[email protected]> --- (In reply to Julien Nabet from comment #12) > Just for the record, on pc Debian x86-64 with master sources updated today + > gen rendering, I don't reproduce this. > > I've just noticed: > warn:sal.osl:27457:27457:sal/osl/unx/file.cxx:304: > FileHandle_Impl::readAt(): not seekable Here's part of bt from this log: #0 (anonymous namespace)::FileHandle_Impl::readAt(long, void*, unsigned long, unsigned long*) (this=0x7f0de0048090, nOffset=0, pBuffer=0x7f0de0022560, nBytesRequested=4096, pBytesRead=0x7fffed346490) at sal/osl/unx/file.cxx:304 #1 0x00007f0e202d42ea in (anonymous namespace)::FileHandle_Impl::readLineAt(long, _sal_Sequence**, unsigned long*) (this=0x7f0de0048090, nOffset=0, ppSequence=0x7fffed3465f8, pBytesRead=0x7fffed346500) at sal/osl/unx/file.cxx:553 #2 0x00007f0e202d41bd in osl_readLine(oslFileHandle, sal_Sequence**) (Handle=0x7f0de0048090, ppSequence=0x7fffed3465f8) at sal/osl/unx/file.cxx:1365 #3 0x00007f0e178fa8ad in RenderAsEMF(unsigned char const*, unsigned int, Graphic&) (pBuf=0x560a9b295320 "%!PS-Adobe-2.0 EPSF-2.0\n%% This is a Stata generated postscript file\n%%BoundingBox: 0 0 396 288\n%%HiResBoundingBox: 0.000 0.000 396.000 288.000\n%%DocumentNeededResources: font Helvetica\n/xratio 0.0123"..., nBytesRead=16467, rGraphic=...) at vcl/source/filter/ieps/ieps.cxx:256 #4 0x00007f0e178f9711 in ImportEpsGraphic(SvStream&, Graphic&) (rStream=..., rGraphic=...) at vcl/source/filter/ieps/ieps.cxx:794 #5 0x00007f0e178b63ea in GraphicFilter::readEPS(SvStream&, Graphic&) (rStream=..., rGraphic=...) at vcl/source/filter/graphicfilter.cxx:1269 #6 0x00007f0e178b0995 in GraphicFilter::ImportGraphic(Graphic&, std::basic_string_view<char16_t, std::char_traits<char16_t> >, SvStream&, unsigned short, unsigned short*, GraphicFilterImportFlags) (this=0x7f0e18295680 <GraphicFilter::GetGraphicFilter()::gStandardFilter>, rGraphic=..., rPath=u"", rIStream=..., nFormat=4, pDeterminedFormat=0x0, nImportFlags=GraphicFilterImportFlags::NONE) at vcl/source/filter/graphicfilter.cxx:1456 #7 0x00007f0e1ac89e0a in SvXMLGraphicHelper::ImplReadGraphic(rtl::OUString const&, rtl::OUString const&) (this=0x560a9aee9c00, rPictureStorageName="Pictures", rPictureStreamName="200000020000018D00000121F85E95738BE78197.eps") at svx/source/xml/xmlgrhlp.cxx:507 #8 0x00007f0e1ac8a4f1 in SvXMLGraphicHelper::loadGraphic(rtl::OUString const&) (this=0x560a9aee9c00, rURL="Pictures/200000020000018D00000121F85E95738BE78197.eps") at svx/source/xml/xmlgrhlp.cxx:588 #9 0x00007f0e1ac8a83f in non-virtual thunk to SvXMLGraphicHelper::loadGraphic(rtl::OUString const&) () at /home/julien/lo/libreoffice/instdir/program/libsvxcorelo.so #10 0x00007f0e1347805f in SvXMLImport::loadGraphicByURL(rtl::OUString const&) (this=0x560a9b2fd000, rURL="Pictures/200000020000018D00000121F85E95738BE78197.eps") at xmloff/source/core/xmlimp.cxx:1284 #11 0x00007f0e136541b4 in SdXMLGraphicObjectShapeContext::startFastElement(int, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) (this=0x560a9ac35900, nElement=328666, xAttrList=uno::Reference to (sax_fastparser::FastAttributeList *) 0x7f0de0022058) at xmloff/source/draw/ximpshap.cxx:2361 -- You are receiving this mail because: You are the assignee for the bug.
