Advertisement
Guest User

break docpasswordhelper.cxx:499 SigningTest::testODFEncrypt

a guest
Mar 5th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.00 KB | None | 0 0
  1. $ make CppunitTest_xmlsecurity_signing CPPUNIT_TEST_NAME=testODFEncryptedGPG CPPUNITTRACE="gdb --args"
  2. make -j 4 -rs -f /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/Makefile.gbuild CppunitTest_xmlsecurity_signing
  3. [CUT] xmlsecurity_signing
  4. GNU gdb (Ubuntu 8.0.1-0ubuntu1) 8.0.1
  5. Copyright (C) 2017 Free Software Foundation, Inc.
  6. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  7. This is free software: you are free to change and redistribute it.
  8. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  9. and "show warranty" for details.
  10. This GDB was configured as "x86_64-linux-gnu".
  11. Type "show configuration" for configuration details.
  12. For bug reporting instructions, please see:
  13. <http://www.gnu.org/software/gdb/bugs/>.
  14. Find the GDB manual and other documentation resources online at:
  15. <http://www.gnu.org/software/gdb/documentation/>.
  16. For help, type "help".
  17. Type "apropos word" to search for commands related to "word"...
  18. Reading symbols from /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/LinkTarget/Executable/cppunittester...done.
  19. (gdb) break docpasswordhelper.cxx:499
  20. No source file named docpasswordhelper.cxx.
  21. Make breakpoint pending on future shared library load? (y or [n]) y
  22. Breakpoint 1 (docpasswordhelper.cxx:499) pending.
  23. (gdb) run
  24. Starting program: /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/LinkTarget/Executable/cppunittester /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/LinkTarget/CppunitTest/libtest_xmlsecurity_signing.so --headless -env:BRAND_BASE_DIR=file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/instdir -env:BRAND_SHARE_SUBDIR=share -env:BRAND_SHARE_RESOURCE_SUBDIR=program/resource -env:UserInstallation=file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/CppunitTest/xmlsecurity_signing.test.user -env:CONFIGURATION_LAYERS=xcsxcu:file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/instdir/share/registry\ xcsxcu:file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/unittest/registry -env:UNO_TYPES=file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/instdir/program/types.rdb\ file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/instdir/program/types/offapi.rdb -env:UNO_SERVICES=file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/Rdb/ure/services.rdb\ file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/Rdb/services.rdb -env:URE_INTERNAL_LIB_DIR=file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/instdir/program -env:LO_LIB_DIR=file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/instdir/program -env:LO_JAVA_DIR=file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/instdir/program/classes --protector /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core---Type <return> to continue, or q <return> to quit---
  25. /workdir/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector -env:CPPUNITTESTTARGET=/media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/CppunitTest/xmlsecurity_signing.test
  26. [Thread debugging using libthread_db enabled]
  27. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  28. [New Thread 0x7fffee58d700 (LWP 24177)]
  29.  
  30. Thread 1 "cppunittester" hit Breakpoint 1, comphelper::DocPasswordHelper::decryptGpgSession (rGpgProperties=uno::Sequence of length 1 = {...})
  31. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/comphelper/source/misc/docpasswordhelper.cxx:499
  32. 499 if ( !rGpgProperties.hasElements() )
  33. (gdb) catch throw
  34. Catchpoint 2 (throw)
  35. (gdb) c
  36. Continuing.
  37.  
  38. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  39. (gdb) bt
  40. #0 0x00007ffff7586edd in __cxa_throw ()
  41. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  42. #1 0x00007fffe0a51376 in SfxBaseModel::handleLoadError(ErrCode, SfxMedium*) (this=0x5555567db308, nError=..., pMedium=0x5555567f42f0)
  43. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/doc/sfxbasemodel.cxx:2618
  44. #2 0x00007fffe0a4d013 in SfxBaseModel::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x5555567db308, seqArguments=
  45. uno::Sequence of length 13 = {...})
  46. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/doc/sfxbasemodel.cxx:1866
  47. #3 0x00007fffe0b1f47f in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (this=0x55555659e540, rArgs=uno::Sequence of length 11 = {...}, _rTargetFrame=
  48. uno::Reference to ((anonymous namespace)::Frame *) 0x555556768ae0)
  49. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/view/frmload.cxx:687
  50. #4 0x00007fffd8ad48fe in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0850)
  51. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1107
  52. #5 0x00007fffd8ad0b29 in framework::LoadEnv::startLoading() (this=0x7fffffff085---Type <return> to continue, or q <return> to quit---
  53. 0)
  54. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  55. #6 0x00007fffd8acf874 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (xLoader=
  56. uno::Reference to (framework::Desktop *) 0x55555653ac88, xContext=
  57. uno::Reference to (cppu::ComponentContext *) 0x5555558ac2c0, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", sTarget="_default", nFlags=0, lArgs=uno::Sequence of length 2 = {...})
  58. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  59. #7 0x00007fffd8b04aea in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555653ac10, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", sTargetFrameName="_default", nSearchFlags=0, lArguments=uno::Sequence of length 2 = {...})
  60. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  61. ---Type <return> to continue, or q <return> to quit---
  62. #8 0x00007fffdffc7d9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555652cbf8, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", rDocService="com.sun.star.text.TextDocument", rExtraArgs=empty uno::Sequence)
  63. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  64. #9 0x00007fffe120efb2 in SigningTest::createDoc(rtl::OUString const&) (this=
  65. 0x55555652cbb0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  66. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  67. #10 0x00007fffe121d917 in SigningTest::testODFEncryptedGPG() (this=0x55555652cbb0)
  68. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  69. #11 0x00007fffe122f074 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556529f60: 0x55555652cbb0)
  70. at /usr/include/c++/7/bits/invoke.h:73
  71. #12 0x00007fffe122ebb3 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>---Type <return> to continue, or q <return> to quit---
  72. (void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556529f60: 0x55555652cbb0)
  73. at /usr/include/c++/7/bits/invoke.h:95
  74. #13 0x00007fffe122e391 in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556529f50, __args=...) at /usr/include/c++/7/functional:467
  75. #14 0x00007fffe122d3e5 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556529f50) at /usr/include/c++/7/functional:551
  76. #15 0x00007fffe122ba9f in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  77. at /usr/include/c++/7/bits/std_function.h:316
  78. #16 0x00007fffe122f60e in std::function<void ()>::operator()() const (this=0x55555652c920) at /usr/include/c++/7/bits/std_function.h:706
  79. #17 0x00007fffe122f508 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x55555652c8e0)
  80. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  81. #18 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff1790) at TestCase.cpp:32
  82. #19 0x00007fffed95ec9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e8310, functor=...)
  83. ---Type <return> to continue, or q <return> to quit---
  84. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  85. #20 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cce0) at ProtectorChain.cpp:20
  86. #21 0x00007ffff4cfc937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  87. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  88. #22 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cde0) at ProtectorChain.cpp:20
  89. #23 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  90. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  91. #24 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556526f00) at ProtectorChain.cpp:20
  92. #25 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  93. #26 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556575f00) at ProtectorChain.cpp:20
  94. #27 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor cons---Type <return> to continue, or q <return> to quit---
  95. t&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  96. #28 0x00007ffff7ba47f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1c20, functor=..., test=0x55555652c8e0, shortDescription="") at TestResult.cpp:182
  97. #29 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x55555652c8e0, result=0x7fffffff1c20) at TestCase.cpp:91
  98. #30 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x555556526df0, result=0x7fffffff1c20) at TestRunner.cpp:47
  99. #31 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1c20, test=0x555556526df0) at TestResult.cpp:149
  100. #32 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1970, controller=..., testPath="") at TestRunner.cpp:96
  101. #33 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1bf0)
  102. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:315
  103. #34 0x000055555555df16 in sal_main() ()
  104. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:465
  105. #35 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff1f98)
  106. ---Type <return> to continue, or q <return> to quit---
  107. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:372
  108. (gdb) c
  109. Continuing.
  110.  
  111. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  112. (gdb) bt
  113. #0 0x00007ffff7586edd in __cxa_throw ()
  114. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  115. #1 0x00007fffedb6a5f6 in gcc3::raiseException(_uno_Any*, _uno_Mapping*) (pUnoExc=0x7ffffffeff00, pUno2Cpp=0x5555568083f8)
  116. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx:138
  117. #2 0x00007fffedb67fff in cpp2uno_call(bridges::cpp_uno::shared::CppInterfaceProxy*, typelib_TypeDescription const*, typelib_TypeDescriptionReference*, sal_Int32, typelib_MethodParameter*, void**, void**, void**, sal_uInt64*) (pThis=0x55555680b270, pMemberTypeDescr=0x55555680aea0, pReturnTypeRef=0x5555557a2750, nParams=1, pParams=0x55555680af60, gpreg=0x7fffffff0230, fpreg=0x7fffffff0250, ovrflw=0x7fffffff02a0, pRegisterReturn=0x7fffffff0200)
  118. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx:201
  119. #3 0x00007fffedb68980 in cpp_vtable_call(sal_Int32, sal_Int32, void**, void**, void**, sal_uInt64*) (nFunctionIndex=3, nVtableOffset=0, gpreg=0x7fffffff0220, fpreg=0x7fffffff0250, ovrflw=0x7fffffff02a0, pRegisterReturn=0x7fffffff0200)
  120. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx:372
  121. #4 0x00007fffedb7ca82 in privateSnippetExecutor ()
  122. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/instdir/program/libgcc3_uno.so
  123. #5 0x00007ffff5ad98ad in cppu::throwException(com::sun::star::uno::Any const&) ---Type <return> to continue, or q <return> to quit---
  124. (exc=
  125. uno::Any("com.sun.star.task.ErrorCodeIOException": {<com::sun::star::io::IOException> = {<com::sun::star::uno::Exception> = {Message = "SfxBaseModel::handleLoadError: 0x0x11b", Context = empty uno::Reference}, <No data fields>}, ErrCode = 283}))
  126. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/cppuhelper/source/exc_thrower.cxx:201
  127. #6 0x00007fffe0b1e2f7 in (anonymous namespace)::SfxFrameLoader_Impl::impl_handleCaughtError_nothrow(com::sun::star::uno::Any const&, comphelper::NamedValueCollection const&) (i_rCaughtError=
  128. uno::Any("com.sun.star.task.ErrorCodeIOException": {<com::sun::star::io::IOException> = {<com::sun::star::uno::Exception> = {Message = "SfxBaseModel::handleLoadError: 0x0x11b", Context = empty uno::Reference}, <No data fields>}, ErrCode = 283}), i_rDescriptor=...)
  129. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/view/frmload.cxx:493
  130. #7 0x00007fffe0b1fbee in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (this=0x55555659e540, rArgs=uno::Sequence of length 11 = {...}, _rTargetFrame=uno::Reference to ((anonymous namespace)::Frame *) 0x555556768ae0)
  131. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/view/frmload.cxx:725
  132. ---Type <return> to continue, or q <return> to quit---
  133. #8 0x00007fffd8ad48fe in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0850)
  134. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1107
  135. #9 0x00007fffd8ad0b29 in framework::LoadEnv::startLoading() (this=0x7fffffff0850)
  136. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  137. #10 0x00007fffd8acf874 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (xLoader=uno::Reference to (framework::Desktop *) 0x55555653ac88, xContext=uno::Reference to (cppu::ComponentContext *) 0x5555558ac2c0, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", sTarget="_default", nFlags=0, lArgs=uno::Sequence of length 2 = {...})
  138. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  139. #11 0x00007fffd8b04aea in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555653ac10, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/en---Type <return> to continue, or q <return> to quit---
  140. cryptedGPG.odt", sTargetFrameName="_default", nSearchFlags=0, lArguments=uno::Sequence of length 2 = {...})
  141. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  142. #12 0x00007fffdffc7d9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555652cbf8, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", rDocService="com.sun.star.text.TextDocument", rExtraArgs=empty uno::Sequence)
  143. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  144. #13 0x00007fffe120efb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x55555652cbb0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  145. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  146. #14 0x00007fffe121d917 in SigningTest::testODFEncryptedGPG() (this=0x55555652cbb0)
  147. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  148. #15 0x00007fffe122f074 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&)---Type <return> to continue, or q <return> to quit---
  149. (__f=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556529f60: 0x55555652cbb0)
  150. at /usr/include/c++/7/bits/invoke.h:73
  151. #16 0x00007fffe122ebb3 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556529f60: 0x55555652cbb0)
  152. at /usr/include/c++/7/bits/invoke.h:95
  153. #17 0x00007fffe122e391 in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556529f50, __args=...) at /usr/include/c++/7/functional:467
  154. #18 0x00007fffe122d3e5 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556529f50) at /usr/include/c++/7/functional:551
  155. #19 0x00007fffe122ba9f in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  156. at /usr/include/c++/7/bits/std_function.h:316
  157. #20 0x00007fffe122f60e in std::function<void ()>::operator()() const (this=0x55555652c920) at /usr/include/c++/7/bits/std_function.h:706
  158. #21 0x00007fffe122f508 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x55555652c8e0)
  159. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  160. #22 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (th---Type <return> to continue, or q <return> to quit---
  161. is=0x7fffffff1790) at TestCase.cpp:32
  162. #23 0x00007fffed95ec9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e8310, functor=...)
  163. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  164. #24 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cce0) at ProtectorChain.cpp:20
  165. #25 0x00007ffff4cfc937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  166. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  167. #26 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cde0) at ProtectorChain.cpp:20
  168. #27 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  169. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  170. #28 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556526f00) at ProtectorChain.cpp:20
  171. #29 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., conte---Type <return> to continue, or q <return> to quit---
  172. xt=...) at DefaultProtector.cpp:15
  173. #30 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556575f00) at ProtectorChain.cpp:20
  174. #31 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  175. #32 0x00007ffff7ba47f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1c20, functor=..., test=0x55555652c8e0, shortDescription="") at TestResult.cpp:182
  176. #33 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x55555652c8e0, result=0x7fffffff1c20) at TestCase.cpp:91
  177. #34 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x555556526df0, result=0x7fffffff1c20) at TestRunner.cpp:47
  178. #35 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1c20, test=0x555556526df0) at TestResult.cpp:149
  179. #36 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1970, controller=..., testPath="") at TestRunner.cpp:96
  180. #37 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1bf0)
  181. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:315
  182. ---Type <return> to continue, or q <return> to quit---
  183. #38 0x000055555555df16 in sal_main() ()
  184. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:465
  185. #39 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff1f98)
  186. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:372
  187. (gdb) c
  188. Continuing.
  189. warn:legacy.osl:24173:24173:sfx2/source/view/frmload.cxx:498: DBG_UNHANDLED_EXCEPTION in static void {anonymous}::SfxFrameLoader_Impl::impl_handleCaughtError_nothrow(const com::sun::star::uno::Any&, const comphelper::NamedValueCollection&)
  190. type: com.sun.star.task.ErrorCodeIOException
  191. message: SfxBaseModel::handleLoadError: 0x0x11b
  192. details: 283
  193.  
  194.  
  195. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  196. (gdb) bt
  197. #0 0x00007ffff7586edd in __cxa_throw ()
  198. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  199. #1 0x00007fffd8b10b0a in (anonymous namespace)::Frame::close(sal_Bool) (this=0x555556768a70, bDeliverOwnership=1 '\001')
  200. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:1687
  201. #2 0x00007fffd8ad7049 in framework::LoadEnv::impl_reactForLoadingState() (this=0x7fffffff0850)
  202. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1566
  203. #3 0x00007fffd8ad1292 in framework::LoadEnv::impl_setResult(bool) (this=0x7fffffff0850, bResult=false)
  204. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:494
  205. #4 0x00007fffd8ad4921 in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0850)
  206. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1110
  207. #5 0x00007fffd8ad0b29 in framework::LoadEnv::startLoading() (this=0x7fffffff0850)
  208. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  209. #6 0x00007fffd8acf874 in framework::LoadEnv::loadComponentFromURL(com::sun::sta---Type <return> to continue, or q <return> to quit---
  210. r::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (xLoader=uno::Reference to (framework::Desktop *) 0x55555653ac88, xContext=uno::Reference to (cppu::ComponentContext *) 0x5555558ac2c0, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", sTarget="_default", nFlags=0, lArgs=uno::Sequence of length 2 = {...})
  211. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  212. #7 0x00007fffd8b04aea in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555653ac10, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", sTargetFrameName="_default", nSearchFlags=0, lArguments=uno::Sequence of length 2 = {...})
  213. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  214. #8 0x00007fffdffc7d9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555652cbf8, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", rDocService="com.sun.star.text.TextDocument", rExtraArgs=empty uno::Sequ---Type <return> to continue, or q <return> to quit---
  215. ence)
  216. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  217. #9 0x00007fffe120efb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x55555652cbb0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  218. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  219. #10 0x00007fffe121d917 in SigningTest::testODFEncryptedGPG() (this=0x55555652cbb0)
  220. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  221. #11 0x00007fffe122f074 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556529f60: 0x55555652cbb0)
  222. at /usr/include/c++/7/bits/invoke.h:73
  223. #12 0x00007fffe122ebb3 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556529f60: 0x55555652cbb0)
  224. at /usr/include/c++/7/bits/invoke.h:95
  225. #13 0x00007fffe122e391 in std::_Bind<void (SigningTest::*(SigningTest*))()>::__c---Type <return> to continue, or q <return> to quit---
  226. all<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556529f50, __args=...) at /usr/include/c++/7/functional:467
  227. #14 0x00007fffe122d3e5 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556529f50) at /usr/include/c++/7/functional:551
  228. #15 0x00007fffe122ba9f in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  229. at /usr/include/c++/7/bits/std_function.h:316
  230. #16 0x00007fffe122f60e in std::function<void ()>::operator()() const (this=0x55555652c920) at /usr/include/c++/7/bits/std_function.h:706
  231. #17 0x00007fffe122f508 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x55555652c8e0)
  232. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  233. #18 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff1790) at TestCase.cpp:32
  234. #19 0x00007fffed95ec9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e8310, functor=...)
  235. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  236. #20 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cce0) at ProtectorChain.cpp:20
  237. #21 0x00007ffff4cfc937 in (anonymous namespace)::Prot::protect(CppUnit::Functor ---Type <return> to continue, or q <return> to quit---
  238. const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  239. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  240. #22 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cde0) at ProtectorChain.cpp:20
  241. #23 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  242. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  243. #24 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556526f00) at ProtectorChain.cpp:20
  244. #25 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  245. #26 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556575f00) at ProtectorChain.cpp:20
  246. #27 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  247. #28 0x00007ffff7ba47f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1c20, functor=..., test=0x55555652c8e0, ---Type <return> to continue, or q <return> to quit---
  248. shortDescription="") at TestResult.cpp:182
  249. #29 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x55555652c8e0, result=0x7fffffff1c20) at TestCase.cpp:91
  250. #30 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x555556526df0, result=0x7fffffff1c20) at TestRunner.cpp:47
  251. #31 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1c20, test=0x555556526df0) at TestResult.cpp:149
  252. #32 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1970, controller=..., testPath="") at TestRunner.cpp:96
  253. #33 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1bf0)
  254. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:315
  255. #34 0x000055555555df16 in sal_main() ()
  256. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:465
  257. #35 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff1f98)
  258. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:372
  259. (gdb) c
  260. Continuing.
  261.  
  262. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  263. (gdb) bt
  264. #0 0x00007ffff7586edd in __cxa_throw ()
  265. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  266. #1 0x00007fffd8b1e38d in (anonymous namespace)::ModuleManager::identify(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) (this=0x555556765480, xModule=uno::Reference to ((anonymous namespace)::Frame *) 0x555556768ae0)
  267. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/modulemanager.cxx:195
  268. #2 0x00007fffded03002 in framework::FrameListAnalyzer::impl_analyze() (this=0x7fffffff00d0)
  269. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/fwe/classes/framelistanalyzer.cxx:119
  270. #3 0x00007fffded02ad5 in framework::FrameListAnalyzer::FrameListAnalyzer(com::sun::star::uno::Reference<com::sun::star::frame::XFramesSupplier> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, FrameAnalyzerFlags) (this=0x7fffffff00d0, xSupplier=uno::Reference to (framework::Desktop *) 0x55555653ac78, xReferenceFrame=uno::Reference to ((anonymous namespace)::Frame *) 0x555556768ae0, eDetectMode=14)
  271. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/fwe/classes/framelistanalyzer.cxx:45
  272. #4 0x00007fffd8b16b2f in (anonymous namespace)::Frame::impl_checkMenuCloser() (this=0x555556768a70)
  273. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source---Type <return> to continue, or q <return> to quit---
  274. /services/frame.cxx:3258
  275. #5 0x00007fffd8b105be in (anonymous namespace)::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::uno::Reference<com::sun::star::frame::XController> const&) (this=0x555556768a70, xComponentWindow=empty uno::Reference, xController=empty uno::Reference)
  276. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:1555
  277. #6 0x00007fffd8b10b56 in (anonymous namespace)::Frame::close(sal_Bool) (this=0x555556768a70, bDeliverOwnership=1 '\001')
  278. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:1690
  279. #7 0x00007fffd8b16695 in (anonymous namespace)::Frame::implts_checkSuicide() (this=0x555556768a70)
  280. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:3188
  281. #8 0x00007fffd8b145ad in (anonymous namespace)::Frame::removeActionLock() (this=0x555556768a70)
  282. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:2682
  283. #9 0x00007fffd8ad8408 in framework::ActionLockGuard::freeResource() (this=0x7fffffff0930)
  284. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/inc/loadenv/actionlockguard.hxx:123
  285. ---Type <return> to continue, or q <return> to quit---
  286. #10 0x00007fffd8ad70b6 in framework::LoadEnv::impl_reactForLoadingState() (this=0x7fffffff0850)
  287. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1584
  288. #11 0x00007fffd8ad1292 in framework::LoadEnv::impl_setResult(bool) (this=0x7fffffff0850, bResult=false)
  289. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:494
  290. #12 0x00007fffd8ad4921 in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0850)
  291. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1110
  292. #13 0x00007fffd8ad0b29 in framework::LoadEnv::startLoading() (this=0x7fffffff0850)
  293. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  294. #14 0x00007fffd8acf874 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (xLoader=uno::Reference to (framework::Desktop *) 0x55555653ac88, xContext=uno::Reference to (cppu::ComponentContext *) 0x5555558ac2c0, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xm---Type <return> to continue, or q <return> to quit---
  295. lsecurity/qa/unit/signing/data/encryptedGPG.odt", sTarget="_default", nFlags=0, lArgs=uno::Sequence of length 2 = {...})
  296. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  297. #15 0x00007fffd8b04aea in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555653ac10, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", sTargetFrameName="_default", nSearchFlags=0, lArguments=uno::Sequence of length 2 = {...})
  298. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  299. #16 0x00007fffdffc7d9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555652cbf8, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", rDocService="com.sun.star.text.TextDocument", rExtraArgs=empty uno::Sequence)
  300. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  301. #17 0x00007fffe120efb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x55555652cbb0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  302. ---Type <return> to continue, or q <return> to quit---
  303. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  304. #18 0x00007fffe121d917 in SigningTest::testODFEncryptedGPG() (this=0x55555652cbb0)
  305. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  306. #19 0x00007fffe122f074 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556529f60: 0x55555652cbb0)
  307. at /usr/include/c++/7/bits/invoke.h:73
  308. #20 0x00007fffe122ebb3 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556529f60: 0x55555652cbb0)
  309. at /usr/include/c++/7/bits/invoke.h:95
  310. #21 0x00007fffe122e391 in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556529f50, __args=...) at /usr/include/c++/7/functional:467
  311. #22 0x00007fffe122d3e5 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556529f50) at /usr/include/c++/7/functional:551
  312. #23 0x00007fffe122ba9f in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  313. ---Type <return> to continue, or q <return> to quit---
  314. at /usr/include/c++/7/bits/std_function.h:316
  315. #24 0x00007fffe122f60e in std::function<void ()>::operator()() const (this=0x55555652c920) at /usr/include/c++/7/bits/std_function.h:706
  316. #25 0x00007fffe122f508 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x55555652c8e0)
  317. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  318. #26 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff1790) at TestCase.cpp:32
  319. #27 0x00007fffed95ec9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e8310, functor=...)
  320. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  321. #28 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cce0) at ProtectorChain.cpp:20
  322. #29 0x00007ffff4cfc937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  323. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  324. #30 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cde0) at ProtectorChain.cpp:20
  325. #31 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor ---Type <return> to continue, or q <return> to quit---
  326. const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  327. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  328. #32 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556526f00) at ProtectorChain.cpp:20
  329. #33 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  330. #34 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556575f00) at ProtectorChain.cpp:20
  331. #35 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  332. #36 0x00007ffff7ba47f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1c20, functor=..., test=0x55555652c8e0, shortDescription="") at TestResult.cpp:182
  333. #37 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x55555652c8e0, result=0x7fffffff1c20) at TestCase.cpp:91
  334. #38 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x555556526df0, result=0x7fffffff1c20) at TestRunner.cpp:47
  335. #39 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7---Type <return> to continue, or q <return> to quit---
  336. fffffff1c20, test=0x555556526df0) at TestResult.cpp:149
  337. #40 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1970, controller=..., testPath="") at TestRunner.cpp:96
  338. #41 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1bf0)
  339. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:315
  340. #42 0x000055555555df16 in sal_main() ()
  341. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:465
  342. #43 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff1f98)
  343. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:372
  344. (gdb) c
  345. Continuing.
  346.  
  347. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  348. (gdb) bt
  349. #0 0x00007ffff7586edd in __cxa_throw ()
  350. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  351. #1 0x00007fffd8b1e38d in (anonymous namespace)::ModuleManager::identify(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) (this=0x555556765480, xModule=uno::Reference to ((anonymous namespace)::Frame *) 0x555556768ae0)
  352. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/modulemanager.cxx:195
  353. #2 0x00007fffded03002 in framework::FrameListAnalyzer::impl_analyze() (this=0x7fffffff0180)
  354. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/fwe/classes/framelistanalyzer.cxx:119
  355. #3 0x00007fffded02ad5 in framework::FrameListAnalyzer::FrameListAnalyzer(com::sun::star::uno::Reference<com::sun::star::frame::XFramesSupplier> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, FrameAnalyzerFlags) (this=0x7fffffff0180, xSupplier=uno::Reference to (framework::Desktop *) 0x55555653ac78, xReferenceFrame=uno::Reference to ((anonymous namespace)::Frame *) 0x555556768ae0, eDetectMode=14)
  356. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/fwe/classes/framelistanalyzer.cxx:45
  357. #4 0x00007fffd8b16b2f in (anonymous namespace)::Frame::impl_checkMenuCloser() (this=0x555556768a70)
  358. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source---Type <return> to continue, or q <return> to quit---
  359. /services/frame.cxx:3258
  360. #5 0x00007fffd8b10cb0 in (anonymous namespace)::Frame::close(sal_Bool) (this=0x555556768a70, bDeliverOwnership=1 '\001')
  361. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:1716
  362. #6 0x00007fffd8b16695 in (anonymous namespace)::Frame::implts_checkSuicide() (this=0x555556768a70)
  363. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:3188
  364. #7 0x00007fffd8b145ad in (anonymous namespace)::Frame::removeActionLock() (this=0x555556768a70)
  365. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:2682
  366. #8 0x00007fffd8ad8408 in framework::ActionLockGuard::freeResource() (this=0x7fffffff0930)
  367. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/inc/loadenv/actionlockguard.hxx:123
  368. #9 0x00007fffd8ad70b6 in framework::LoadEnv::impl_reactForLoadingState() (this=0x7fffffff0850)
  369. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1584
  370. #10 0x00007fffd8ad1292 in framework::LoadEnv::impl_setResult(bool) (this=0x7fffffff0850, bResult=false)
  371. ---Type <return> to continue, or q <return> to quit---
  372. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:494
  373. #11 0x00007fffd8ad4921 in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0850)
  374. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1110
  375. #12 0x00007fffd8ad0b29 in framework::LoadEnv::startLoading() (this=0x7fffffff0850)
  376. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  377. #13 0x00007fffd8acf874 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (xLoader=uno::Reference to (framework::Desktop *) 0x55555653ac88, xContext=uno::Reference to (cppu::ComponentContext *) 0x5555558ac2c0, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", sTarget="_default", nFlags=0, lArgs=uno::Sequence of length 2 = {...})
  378. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  379. #14 0x00007fffd8b04aea in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star---Type <return> to continue, or q <return> to quit---
  380. ::beans::PropertyValue> const&) (this=0x55555653ac10, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", sTargetFrameName="_default", nSearchFlags=0, lArguments=uno::Sequence of length 2 = {...})
  381. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  382. #15 0x00007fffdffc7d9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555652cbf8, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", rDocService="com.sun.star.text.TextDocument", rExtraArgs=empty uno::Sequence)
  383. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  384. #16 0x00007fffe120efb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x55555652cbb0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  385. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  386. #17 0x00007fffe121d917 in SigningTest::testODFEncryptedGPG() (this=0x55555652cbb0)
  387. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  388. ---Type <return> to continue, or q <return> to quit---
  389. #18 0x00007fffe122f074 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556529f60: 0x55555652cbb0)
  390. at /usr/include/c++/7/bits/invoke.h:73
  391. #19 0x00007fffe122ebb3 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556529f60: 0x55555652cbb0)
  392. at /usr/include/c++/7/bits/invoke.h:95
  393. #20 0x00007fffe122e391 in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556529f50, __args=...) at /usr/include/c++/7/functional:467
  394. #21 0x00007fffe122d3e5 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556529f50) at /usr/include/c++/7/functional:551
  395. #22 0x00007fffe122ba9f in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  396. at /usr/include/c++/7/bits/std_function.h:316
  397. #23 0x00007fffe122f60e in std::function<void ()>::operator()() const (this=0x55555652c920) at /usr/include/c++/7/bits/std_function.h:706
  398. #24 0x00007fffe122f508 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x55555652c8e0)
  399. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/Unpacked---Type <return> to continue, or q <return> to quit---
  400. Tarball/cppunit/include/cppunit/TestCaller.h:175
  401. #25 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff1790) at TestCase.cpp:32
  402. #26 0x00007fffed95ec9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e8310, functor=...)
  403. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  404. #27 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cce0) at ProtectorChain.cpp:20
  405. #28 0x00007ffff4cfc937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  406. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  407. #29 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cde0) at ProtectorChain.cpp:20
  408. #30 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  409. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  410. #31 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556526f00) at ProtectorChain.cpp:20
  411. ---Type <return> to continue, or q <return> to quit---
  412. #32 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  413. #33 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556575f00) at ProtectorChain.cpp:20
  414. #34 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  415. #35 0x00007ffff7ba47f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1c20, functor=..., test=0x55555652c8e0, shortDescription="") at TestResult.cpp:182
  416. #36 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x55555652c8e0, result=0x7fffffff1c20) at TestCase.cpp:91
  417. #37 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x555556526df0, result=0x7fffffff1c20) at TestRunner.cpp:47
  418. #38 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1c20, test=0x555556526df0) at TestResult.cpp:149
  419. #39 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1970, controller=..., testPath="") at TestRunner.cpp:96
  420. #40 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1bf0)
  421. ---Type <return> to continue, or q <return> to quit---
  422. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:315
  423. #41 0x000055555555df16 in sal_main() ()
  424. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:465
  425. #42 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff1f98)
  426. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:372
  427. (gdb) c
  428. Continuing.
  429.  
  430. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  431. (gdb) bt
  432. #0 0x00007ffff7586edd in __cxa_throw ()
  433. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  434. #1 0x00007fffd8ad722f in framework::LoadEnv::impl_reactForLoadingState() (this=0x7fffffff0850)
  435. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1607
  436. #2 0x00007fffd8ad1292 in framework::LoadEnv::impl_setResult(bool) (this=0x7fffffff0850, bResult=false)
  437. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:494
  438. #3 0x00007fffd8ad4921 in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0850)
  439. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1110
  440. #4 0x00007fffd8ad0b29 in framework::LoadEnv::startLoading() (this=0x7fffffff0850)
  441. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  442. #5 0x00007fffd8acf874 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (xLoader=uno::Reference to (framework::Desktop *)---Type <return> to continue, or q <return> to quit---
  443. 0x55555653ac88, xContext=uno::Reference to (cppu::ComponentContext *) 0x5555558ac2c0, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", sTarget="_default", nFlags=0, lArgs=uno::Sequence of length 2 = {...})
  444. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  445. #6 0x00007fffd8b04aea in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555653ac10, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", sTargetFrameName="_default", nSearchFlags=0, lArguments=uno::Sequence of length 2 = {...})
  446. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  447. #7 0x00007fffdffc7d9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555652cbf8, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", rDocService="com.sun.star.text.TextDocument", rExtraArgs=empty uno::Sequence)
  448. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  449. #8 0x00007fffe120efb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x5---Type <return> to continue, or q <return> to quit---
  450. 5555652cbb0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  451. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  452. #9 0x00007fffe121d917 in SigningTest::testODFEncryptedGPG() (this=0x55555652cbb0)
  453. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  454. #10 0x00007fffe122f074 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556529f60: 0x55555652cbb0)
  455. at /usr/include/c++/7/bits/invoke.h:73
  456. #11 0x00007fffe122ebb3 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556529f60: 0x55555652cbb0)
  457. at /usr/include/c++/7/bits/invoke.h:95
  458. #12 0x00007fffe122e391 in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556529f50, __args=...) at /usr/include/c++/7/functional:467
  459. #13 0x00007fffe122d3e5 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556529f50) at /usr/include/c++/7/functional:551
  460. ---Type <return> to continue, or q <return> to quit---
  461. #14 0x00007fffe122ba9f in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  462. at /usr/include/c++/7/bits/std_function.h:316
  463. #15 0x00007fffe122f60e in std::function<void ()>::operator()() const (this=0x55555652c920) at /usr/include/c++/7/bits/std_function.h:706
  464. #16 0x00007fffe122f508 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x55555652c8e0)
  465. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  466. #17 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff1790) at TestCase.cpp:32
  467. #18 0x00007fffed95ec9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e8310, functor=...)
  468. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  469. #19 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cce0) at ProtectorChain.cpp:20
  470. #20 0x00007ffff4cfc937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  471. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  472. #21 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() ---Type <return> to continue, or q <return> to quit---
  473. const (this=0x55555652cde0) at ProtectorChain.cpp:20
  474. #22 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  475. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  476. #23 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556526f00) at ProtectorChain.cpp:20
  477. #24 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  478. #25 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556575f00) at ProtectorChain.cpp:20
  479. #26 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  480. #27 0x00007ffff7ba47f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1c20, functor=..., test=0x55555652c8e0, shortDescription="") at TestResult.cpp:182
  481. #28 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x55555652c8e0, result=0x7fffffff1c20) at TestCase.cpp:91
  482. #29 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestR---Type <return> to continue, or q <return> to quit---
  483. esult*) (this=0x555556526df0, result=0x7fffffff1c20) at TestRunner.cpp:47
  484. #30 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1c20, test=0x555556526df0) at TestResult.cpp:149
  485. #31 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1970, controller=..., testPath="") at TestRunner.cpp:96
  486. #32 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1bf0)
  487. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:315
  488. #33 0x000055555555df16 in sal_main() ()
  489. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:465
  490. #34 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff1f98)
  491. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:372
  492. (gdb) c
  493. Continuing.
  494. warn:fwk.loadenv:24173:24173:framework/source/loadenv/loadenv.cxx:190: caught LoadEnvException 6 "interaction request", com.sun.star.task.ErrorCodeRequest "" while loading <file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt>
  495.  
  496. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  497. (gdb) bt
  498. #0 0x00007ffff7586edd in __cxa_throw ()
  499. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  500. #1 0x00007ffff7b8797b in CppUnit::Asserter::fail(CppUnit::Message const&, CppUnit::SourceLine const&) (message=..., sourceLine=...) at Asserter.cpp:22
  501. #2 0x00007ffff7b879c0 in CppUnit::Asserter::failIf(bool, CppUnit::Message const&, CppUnit::SourceLine const&) (shouldFail=true, message=..., sourceLine=...)
  502. at Asserter.cpp:32
  503. #3 0x00007fffdffc7f47 in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x55555652cbf8, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt", rDocService="com.sun.star.text.TextDocument", rExtraArgs=empty uno::Sequence)
  504. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:52
  505. #4 0x00007fffe120efb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x55555652cbb0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  506. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  507. #5 0x00007fffe121d917 in SigningTest::testODFEncryptedGPG() (this=0x55555652cbb0)
  508. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/uni---Type <return> to continue, or q <return> to quit---
  509. t/signing/signing.cxx:741
  510. #6 0x00007fffe122f074 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556529f60: 0x55555652cbb0)
  511. at /usr/include/c++/7/bits/invoke.h:73
  512. #7 0x00007fffe122ebb3 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556529f50: (void (SigningTest::*)(SigningTest * const)) 0x7fffe121d85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556529f60: 0x55555652cbb0)
  513. at /usr/include/c++/7/bits/invoke.h:95
  514. #8 0x00007fffe122e391 in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556529f50, __args=...) at /usr/include/c++/7/functional:467
  515. #9 0x00007fffe122d3e5 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556529f50) at /usr/include/c++/7/functional:551
  516. #10 0x00007fffe122ba9f in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  517. at /usr/include/c++/7/bits/std_function.h:316
  518. #11 0x00007fffe122f60e in std::function<void ()>::operator()() const (this=0x55555652c920) at /usr/include/c++/7/bits/std_function.h:706
  519. #12 0x00007fffe122f508 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x55555652c8e0)
  520. ---Type <return> to continue, or q <return> to quit---
  521. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  522. #13 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff1790) at TestCase.cpp:32
  523. #14 0x00007fffed95ec9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e8310, functor=...)
  524. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  525. #15 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cce0) at ProtectorChain.cpp:20
  526. #16 0x00007ffff4cfc937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  527. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  528. #17 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x55555652cde0) at ProtectorChain.cpp:20
  529. #18 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  530. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  531. #19 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() ---Type <return> to continue, or q <return> to quit---
  532. const (this=0x555556526f00) at ProtectorChain.cpp:20
  533. #20 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  534. #21 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556575f00) at ProtectorChain.cpp:20
  535. #22 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  536. #23 0x00007ffff7ba47f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1c20, functor=..., test=0x55555652c8e0, shortDescription="") at TestResult.cpp:182
  537. #24 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x55555652c8e0, result=0x7fffffff1c20) at TestCase.cpp:91
  538. #25 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x555556526df0, result=0x7fffffff1c20) at TestRunner.cpp:47
  539. #26 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1c20, test=0x555556526df0) at TestResult.cpp:149
  540. #27 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1970, controller=..., testPath="") at TestRunner.cpp:96
  541. #28 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() ---Type <return> to continue, or q <return> to quit---
  542. const (this=0x7fffffff1bf0)
  543. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:315
  544. #29 0x000055555555df16 in sal_main() ()
  545. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:465
  546. #30 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff1f98)
  547. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:372
  548. (gdb) c
  549. Continuing.
  550. /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:52:SigningTest::testODFEncryptedGPG
  551. assertion failed
  552. - Expression: xComponent.is()
  553. - loading failed: file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt
  554.  
  555. SigningTest::testODFEncryptedGPG finished in: 1543447ms
  556. macros_test.cxx:52:Assertion
  557. Test name: SigningTest::testODFEncryptedGPG
  558. assertion failed
  559. - Expression: xComponent.is()
  560. - loading failed: file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt
  561.  
  562. Failures !!!
  563. Run: 1 Failure total: 1 Failures: 1 Errors: 0
  564. warn:vcl.schedule.deinit:24173:24173:vcl/source/app/scheduler.cxx:166: DeInit task: Timer a: 1 p: 1 svtools::GraphicCache maReleaseTimer 10000ms (0x5555567cf220) (ignored)
  565. warn:vcl.schedule.deinit:24173:24173:vcl/source/app/scheduler.cxx:182: DeInit active tasks: 1 (ignored: 1)
  566. warn:fwk.desktop:24173:24173:framework/source/services/desktop.cxx:1068: Desktop disposed before terminating it
  567. warn:fwk.desktop:24173:24173:framework/source/services/desktop.cxx:190: Desktop not terminated before being destructed
  568. warn:unotools.config:24173:24173:unotools/source/config/configmgr.cxx:168: ConfigManager not empty
  569. [Thread 0x7fffee58d700 (LWP 24177) exited]
  570. [Inferior 1 (process 24173) exited with code 01]
  571. (gdb) q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement