CppunitTest_xmlsecurity_signing Unit Test Failure on 32-bit Linux
Luke Benes
lukebenes at hotmail.com
Sat Feb 3 23:52:40 UTC 2018
Here's the log of the debugging session:
https://pastebin.com/60HvYeFa
This was on my 64-bit Ubuntu 17.10 box. Anything useful here?
From: thb at libreoffice.org <thb at libreoffice.org>
Sent: Thursday, February 1, 2018 5:13 PM
To: Luke Benes
Cc: Libreoffice Dev List
Subject: Re: CppunitTest_xmlsecurity_signing Unit Test Failure on 32-bit Linux
Hi Luke,
Luke Benes wrote:
> This is not a 32/64 bit issue, as I'm seeing this on my 64 bit
> Ubuntu 17.10 system. The full, unedited log built with
> SAL_LOG="+WARN.+INFO.xmlsecurity+INFO.comphelper.crypto"
>
Hmm, nothing really helpful standing out there. If you please could:
make CppunitTest_xmlsecurity_signing CPPUNIT_TEST_NAME=testODFEncryptedGPG CPPUNITTRACE="gdb --args"
, and then stick a breakpoint here:
break appopen.cxx:240
(and then run)?
If you hit that breakpoint - do a 'catch throw', then keep
single-stepping. If you reach the end of the CheckPasswd_Impl()
function, I'm at a loss. If you hit exceptions before, I'd be
interested in backtraces for all of them.
Cheers,
-- Thorsten
More information about the LibreOffice
mailing list