* Charlene Wendling <[email protected]> [2018-08-31 23:29]:
> On Fri, 31 Aug 2018 23:19:54 +0200
> Landry Breuil wrote:
>
> > On Fri, Aug 31, 2018 at 10:48:19PM +0200, vincent delft wrote:
> > > Hello,
> > >
> > > I'm using -current and since few days, maybe the new release of
> > > Libreoffice (6.1.0.3), I'm no more able to print, print to file or
> > > export to pdf. My test case is to print from a new calc sheet where
> > > 1 cell is containing a small text (like "hello" for example).
> > >
> > > I had the problem with -current of 24/08/2018 and I still see this
> > > problem with -current of 31/08/2018.
> > >
> > > I've tried in "safe mode" too (with option --safe-mode), but the
> > > problem remains.
> > >
> > > Am I the only one having the problem ?
> >
> > Same thing for me when exporting a pdf from draw.
> >
>
> Hi,
>
> Same issue on my amd64 machine. I tried to see if that could be
> bypassed, by using the headless mode, and it crashes while exporting
> a PDF.
Same problem here on amd64. Backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x0000197b8466fd09 in memcpy (dst0=0x197b8a31e677, src0=0x7f7ffffdd2e8,
length=18446744069953560673) at /usr/src/lib/libc/string/memcpy.c:97
97 TLOOP1(*dst++ = *src++);
(gdb) bt
#0 0x0000197b8466fd09 in memcpy (dst0=0x197b8a31e677, src0=0x7f7ffffdd2e8,
length=18446744069953560673)
at /usr/src/lib/libc/string/memcpy.c:97
#1 0x0000197b6ab31117 in MD5_Update (c=0x197aaa520680, data_=0x7f7ffffdd2e8,
len=8) at md32_common.h:239
#2 0x0000197acaeaad97 in NSC_DigestUpdate () from
/usr/local/lib/libsoftokn3.so.52.1
#3 0x0000197b6ee74c0f in PK11_DigestOp () from /usr/local/lib/libnss3.so.52.1
#4 0x0000197b1a8bf7c6 in vcl::PDFWriterImpl::computeDocumentIdentifier () from
/usr/local/lib/libreoffice/program/libvcllo.so
#5 0x0000197b1a8bdd49 in vcl::PDFWriterImpl::setupDocInfo () from
/usr/local/lib/libreoffice/program/libvcllo.so
#6 0x0000197b1a8bd052 in vcl::PDFWriterImpl::PDFWriterImpl () from
/usr/local/lib/libreoffice/program/libvcllo.so
#7 0x0000197b1a8af9b3 in vcl::PDFWriter::PDFWriter () from
/usr/local/lib/libreoffice/program/libvcllo.so
#8 0x0000197b1aa90806 in PspSalPrinter::StartJob () from
/usr/local/lib/libreoffice/program/libvcllo.so
#9 0x0000197b88667ae7 in GtkSalPrinter::StartJob () from
/usr/local/lib/libreoffice/program/libvclplug_gtk3lo.so
#10 0x0000197b1a913837 in Printer::StartJob () from
/usr/local/lib/libreoffice/program/libvcllo.so
#11 0x0000197b1a91349c in Printer::ExecutePrintJob () from
/usr/local/lib/libreoffice/program/libvcllo.so
#12 0x0000197b1a9105ff in Printer::ImplPrintJob () from
/usr/local/lib/libreoffice/program/libvcllo.so
#13 0x0000197b1a9104f7 in PrintJobAsync::LinkStubExecJob () from
/usr/local/lib/libreoffice/program/libvcllo.so
#14 0x0000197b1a759966 in ImplWindowFrameProc () from
/usr/local/lib/libreoffice/program/libvcllo.so
#15 0x0000197b1aa60c82 in SalGenericDisplay::ProcessEvent () from
/usr/local/lib/libreoffice/program/libvcllo.so
#16 0x0000197b1a99cf86 in SalUserEventList::DispatchUserEvents () from
/usr/local/lib/libreoffice/program/libvcllo.so
#17 0x0000197b88621a6b in _ZL16call_userEventFnPv () from
/usr/local/lib/libreoffice/program/libvclplug_gtk3lo.so
#18 0x0000197b4dc71899 in g_main_context_dispatch (context=Variable "context"
is not available.
) at gmain.c:3176
#19 0x0000197b4dc71ca3 in g_main_context_iterate () at gmain.c:3902
#20 0x0000197b4dc71d83 in g_main_context_iteration (context=0x197accfd0000,
may_block=1) at gmain.c:3963
#21 0x0000197b88620df8 in GtkSalData::Yield () from
/usr/local/lib/libreoffice/program/libvclplug_gtk3lo.so
#22 0x0000197b1a9be2e3 in Application::Execute () from
/usr/local/lib/libreoffice/program/libvcllo.so
#23 0x0000197acd429ef5 in desktop::Desktop::Main () from
/usr/local/lib/libreoffice/program/libsofficeapp.so
#24 0x0000197b1a9c2e01 in ImplSVMain () from
/usr/local/lib/libreoffice/program/libvcllo.so
#25 0x0000197b1a9c4043 in SVMain () from
/usr/local/lib/libreoffice/program/libvcllo.so
#26 0x0000197acd456581 in soffice_main () from
/usr/local/lib/libreoffice/program/libsofficeapp.so
#27 0x0000197894200611 in main () from
/usr/local/lib/libreoffice/program/soffice.bin
Regards,
Ralf