Advertisement
Guest User

full bt

a guest
Feb 7th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.32 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 appopen.cxx:240
  20. No source file named appopen.cxx.
  21. Make breakpoint pending on future shared library load? (y or [n]) y
  22. Breakpoint 1 (appopen.cxx:240) 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 0x7fffee594700 (LWP 18514)]
  29. catch throw
  30.  
  31.  
  32. Thread 1 "cppunittester" hit Breakpoint 1, CheckPasswd_Impl (pDoc=
  33. 0x5555567d9510, pFile=0x5555567f2e80)
  34. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/appl/appopen.cxx:240
  35. 240 aEncryptionData = ::comphelper::DocPasswordHelper::decryptGpgSession(aGpgProperties);
  36. (gdb) catch throw
  37. Catchpoint 2 (throw)
  38. (gdb)
  39. Catchpoint 3 (throw)
  40. (gdb) bt
  41. #0 0x00007fffe099ae69 in CheckPasswd_Impl(SfxObjectShell*, SfxMedium*) (pDoc=0x5555567d9510, pFile=0x5555567f2e80)
  42. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/appl/appopen.cxx:240
  43. #1 0x00007fffe0ca3c3c in SfxObjectShell::LoadOwnFormat(SfxMedium&) (this=0x5555567d9510, rMedium=...)
  44. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/doc/objstor.cxx:2966
  45. #2 0x00007fffe0c98286 in SfxObjectShell::DoLoad(SfxMedium*) (this=0x5555567d9510, pMed=0x5555567f2e80)
  46. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/doc/objstor.cxx:711
  47. #3 0x00007fffe0cd170c in SfxBaseModel::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x5555567d9eb0, seqArguments=
  48. uno::Sequence of length 13 = {...})
  49. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/doc/sfxbasemodel.cxx:1796
  50. #4 0x00007fffe0da426f 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=0x5555565a7400, rArgs=uno::Sequence of length 11 = {...}, _rTargetFrame=
  51. uno::Reference to ((anonymous namespace)::Frame *) 0x555556770060)
  52. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/view---Type <return> to continue, or q <return> to quit---
  53. /frmload.cxx:693
  54. #5 0x00007fffd8ba828c in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0980)
  55. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1107
  56. #6 0x00007fffd8ba44b7 in framework::LoadEnv::startLoading() (this=0x7fffffff0980)
  57. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  58. #7 0x00007fffd8ba3202 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=
  59. uno::Reference to (framework::Desktop *) 0x5555565433d8, xContext=
  60. uno::Reference to (cppu::ComponentContext *) 0x5555558ac140, 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 = {...})
  61. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  62. #8 0x00007fffd8bd855e 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---
  63. ::beans::PropertyValue> const&) (this=0x555556543360, 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 = {...})
  64. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  65. #9 0x00007fffe024ad9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556534338, 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)
  66. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  67. #10 0x00007fffe148ffb2 in SigningTest::createDoc(rtl::OUString const&) (this=
  68. 0x5555565342f0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  69. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  70. #11 0x00007fffe149e917 in SigningTest::testODFEncryptedGPG() (this=0x5555565342f0)
  71. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  72. ---Type <return> to continue, or q <return> to quit---
  73. #12 0x00007fffe14b0072 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556534af0: 0x5555565342f0)
  74. at /usr/include/c++/7/bits/invoke.h:73
  75. #13 0x00007fffe14afbb1 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556534af0: 0x5555565342f0)
  76. at /usr/include/c++/7/bits/invoke.h:95
  77. #14 0x00007fffe14af38f in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556534ae0, __args=...) at /usr/include/c++/7/functional:467
  78. #15 0x00007fffe14ae3e3 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556534ae0) at /usr/include/c++/7/functional:551
  79. #16 0x00007fffe14aca9d in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  80. at /usr/include/c++/7/bits/std_function.h:316
  81. #17 0x00007fffe14b060c in std::function<void ()>::operator()() const (this=0x555556534dc0) at /usr/include/c++/7/bits/std_function.h:706
  82. #18 0x00007fffe14b0506 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x555556534d80)
  83. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/Unpacked---Type <return> to continue, or q <return> to quit---
  84. Tarball/cppunit/include/cppunit/TestCaller.h:175
  85. #19 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff18c0) at TestCase.cpp:32
  86. #20 0x00007fffed965c9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e4630, functor=...)
  87. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  88. #21 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b70) at ProtectorChain.cpp:20
  89. #22 0x00007ffff4cff937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  90. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  91. #23 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b40) at ProtectorChain.cpp:20
  92. #24 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  93. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  94. #25 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b10) at ProtectorChain.cpp:20
  95. ---Type <return> to continue, or q <return> to quit---
  96. #26 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  97. #27 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x5555564760f0) at ProtectorChain.cpp:20
  98. #28 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  99. #29 0x00007ffff7ba47f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1d50, functor=..., test=0x555556534d80, shortDescription="") at TestResult.cpp:182
  100. #30 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x555556534d80, result=0x7fffffff1d50) at TestCase.cpp:91
  101. #31 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x55555591f5c0, result=0x7fffffff1d50) at TestRunner.cpp:47
  102. #32 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1d50, test=0x55555591f5c0) at TestResult.cpp:149
  103. #33 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1aa0, controller=..., testPath="") at TestRunner.cpp:96
  104. #34 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1d20)
  105. ---Type <return> to continue, or q <return> to quit---
  106. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:319
  107. #35 0x000055555555df16 in sal_main() ()
  108. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:469
  109. #36 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff20c8)
  110. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:376
  111. (gdb) c
  112. Continuing.
  113.  
  114. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  115. (gdb) bt
  116. #0 0x00007ffff7586edd in __cxa_throw ()
  117. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  118. #1 0x00007fffe0cd6166 in SfxBaseModel::handleLoadError(ErrCode, SfxMedium*) (this=0x5555567d9eb0, nError=..., pMedium=0x5555567f2e80)
  119. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/doc/sfxbasemodel.cxx:2618
  120. #2 0x00007fffe0cd1e03 in SfxBaseModel::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x5555567d9eb0, seqArguments=uno::Sequence of length 13 = {...})
  121. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/doc/sfxbasemodel.cxx:1866
  122. #3 0x00007fffe0da426f 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=0x5555565a7400, rArgs=uno::Sequence of length 11 = {...}, _rTargetFrame=uno::Reference to ((anonymous namespace)::Frame *) 0x555556770060)
  123. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/view/frmload.cxx:693
  124. #4 0x00007fffd8ba828c in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0980)
  125. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1107
  126. #5 0x00007fffd8ba44b7 in framework::LoadEnv::startLoading() (this=0x7fffffff098---Type <return> to continue, or q <return> to quit---
  127. 0)
  128. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  129. #6 0x00007fffd8ba3202 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 *) 0x5555565433d8, xContext=uno::Reference to (cppu::ComponentContext *) 0x5555558ac140, 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 = {...})
  130. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  131. #7 0x00007fffd8bd855e in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556543360, 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 = {...})
  132. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  133. #8 0x00007fffe024ad9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString con---Type <return> to continue, or q <return> to quit---
  134. st&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556534338, 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)
  135. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  136. #9 0x00007fffe148ffb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x5555565342f0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  137. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  138. #10 0x00007fffe149e917 in SigningTest::testODFEncryptedGPG() (this=0x5555565342f0)
  139. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  140. #11 0x00007fffe14b0072 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556534af0: 0x5555565342f0)
  141. at /usr/include/c++/7/bits/invoke.h:73
  142. #12 0x00007fffe14afbb1 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556534ae0: (void (SigningT---Type <return> to continue, or q <return> to quit---
  143. est::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556534af0: 0x5555565342f0)
  144. at /usr/include/c++/7/bits/invoke.h:95
  145. #13 0x00007fffe14af38f in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556534ae0, __args=...) at /usr/include/c++/7/functional:467
  146. #14 0x00007fffe14ae3e3 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556534ae0) at /usr/include/c++/7/functional:551
  147. #15 0x00007fffe14aca9d in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  148. at /usr/include/c++/7/bits/std_function.h:316
  149. #16 0x00007fffe14b060c in std::function<void ()>::operator()() const (this=0x555556534dc0) at /usr/include/c++/7/bits/std_function.h:706
  150. #17 0x00007fffe14b0506 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x555556534d80)
  151. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  152. #18 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff18c0) at TestCase.cpp:32
  153. #19 0x00007fffed965c9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e4630, functor=...)
  154. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclboot---Type <return> to continue, or q <return> to quit---
  155. strapprotector.cxx:48
  156. #20 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b70) at ProtectorChain.cpp:20
  157. #21 0x00007ffff4cff937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  158. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  159. #22 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b40) at ProtectorChain.cpp:20
  160. #23 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  161. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  162. #24 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b10) at ProtectorChain.cpp:20
  163. #25 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  164. #26 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x5555564760f0) at ProtectorChain.cpp:20
  165. #27 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context---Type <return> to continue, or q <return> to quit---
  166. =...) at ProtectorChain.cpp:86
  167. #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=0x7fffffff1d50, functor=..., test=0x555556534d80, shortDescription="") at TestResult.cpp:182
  168. #29 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x555556534d80, result=0x7fffffff1d50) at TestCase.cpp:91
  169. #30 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x55555591f5c0, result=0x7fffffff1d50) at TestRunner.cpp:47
  170. #31 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1d50, test=0x55555591f5c0) at TestResult.cpp:149
  171. #32 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1aa0, controller=..., testPath="") at TestRunner.cpp:96
  172. #33 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1d20)
  173. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:319
  174. #34 0x000055555555df16 in sal_main() ()
  175. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:469
  176. #35 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff20c8)
  177. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunitteste---Type <return> to continue, or q <return> to quit---
  178. r/cppunittester.cxx:376
  179. (gdb) c
  180. Continuing.
  181.  
  182. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  183. (gdb) bt
  184. #0 0x00007ffff7586edd in __cxa_throw ()
  185. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  186. #1 0x00007fffedb715f6 in gcc3::raiseException(_uno_Any*, _uno_Mapping*) (pUnoExc=0x7fffffff0030, pUno2Cpp=0x555556804f48)
  187. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx:138
  188. #2 0x00007fffedb6efff in cpp2uno_call(bridges::cpp_uno::shared::CppInterfaceProxy*, typelib_TypeDescription const*, typelib_TypeDescriptionReference*, sal_Int32, typelib_MethodParameter*, void**, void**, void**, sal_uInt64*) (pThis=0x5555568051d0, pMemberTypeDescr=0x555556809250, pReturnTypeRef=0x5555557a2750, nParams=1, pParams=0x555556809310, gpreg=0x7fffffff0360, fpreg=0x7fffffff0380, ovrflw=0x7fffffff03d0, pRegisterReturn=0x7fffffff0330)
  189. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx:201
  190. #3 0x00007fffedb6f980 in cpp_vtable_call(sal_Int32, sal_Int32, void**, void**, void**, sal_uInt64*) (nFunctionIndex=3, nVtableOffset=0, gpreg=0x7fffffff0350, fpreg=0x7fffffff0380, ovrflw=0x7fffffff03d0, pRegisterReturn=0x7fffffff0330)
  191. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx:372
  192. #4 0x00007fffedb83a82 in privateSnippetExecutor ()
  193. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/instdir/program/libgcc3_uno.so
  194. #5 0x00007ffff5adc84d in cppu::throwException(com::sun::star::uno::Any const&) ---Type <return> to continue, or q <return> to quit---
  195. (exc=
  196. 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}))
  197. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/cppuhelper/source/exc_thrower.cxx:201
  198. #6 0x00007fffe0da30e7 in (anonymous namespace)::SfxFrameLoader_Impl::impl_handleCaughtError_nothrow(com::sun::star::uno::Any const&, comphelper::NamedValueCollection const&) (i_rCaughtError=
  199. 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=...)
  200. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/view/frmload.cxx:499
  201. #7 0x00007fffe0da49de 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=0x5555565a7400, rArgs=uno::Sequence of length 11 = {...}, _rTargetFrame=uno::Reference to ((anonymous namespace)::Frame *) 0x555556770060)
  202. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sfx2/source/view/frmload.cxx:731
  203. ---Type <return> to continue, or q <return> to quit---
  204. #8 0x00007fffd8ba828c in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0980)
  205. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1107
  206. #9 0x00007fffd8ba44b7 in framework::LoadEnv::startLoading() (this=0x7fffffff0980)
  207. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  208. #10 0x00007fffd8ba3202 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 *) 0x5555565433d8, xContext=uno::Reference to (cppu::ComponentContext *) 0x5555558ac140, 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 = {...})
  209. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  210. #11 0x00007fffd8bd855e in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556543360, 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---
  211. cryptedGPG.odt", sTargetFrameName="_default", nSearchFlags=0, lArguments=uno::Sequence of length 2 = {...})
  212. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  213. #12 0x00007fffe024ad9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556534338, 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)
  214. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  215. #13 0x00007fffe148ffb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x5555565342f0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  216. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  217. #14 0x00007fffe149e917 in SigningTest::testODFEncryptedGPG() (this=0x5555565342f0)
  218. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  219. #15 0x00007fffe14b0072 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&)---Type <return> to continue, or q <return> to quit---
  220. (__f=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556534af0: 0x5555565342f0)
  221. at /usr/include/c++/7/bits/invoke.h:73
  222. #16 0x00007fffe14afbb1 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556534af0: 0x5555565342f0)
  223. at /usr/include/c++/7/bits/invoke.h:95
  224. #17 0x00007fffe14af38f in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556534ae0, __args=...) at /usr/include/c++/7/functional:467
  225. #18 0x00007fffe14ae3e3 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556534ae0) at /usr/include/c++/7/functional:551
  226. #19 0x00007fffe14aca9d in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  227. at /usr/include/c++/7/bits/std_function.h:316
  228. #20 0x00007fffe14b060c in std::function<void ()>::operator()() const (this=0x555556534dc0) at /usr/include/c++/7/bits/std_function.h:706
  229. #21 0x00007fffe14b0506 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x555556534d80)
  230. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  231. #22 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (th---Type <return> to continue, or q <return> to quit---
  232. is=0x7fffffff18c0) at TestCase.cpp:32
  233. #23 0x00007fffed965c9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e4630, functor=...)
  234. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  235. #24 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b70) at ProtectorChain.cpp:20
  236. #25 0x00007ffff4cff937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  237. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  238. #26 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b40) at ProtectorChain.cpp:20
  239. #27 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  240. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  241. #28 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b10) at ProtectorChain.cpp:20
  242. #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---
  243. xt=...) at DefaultProtector.cpp:15
  244. #30 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x5555564760f0) at ProtectorChain.cpp:20
  245. #31 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  246. #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=0x7fffffff1d50, functor=..., test=0x555556534d80, shortDescription="") at TestResult.cpp:182
  247. #33 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x555556534d80, result=0x7fffffff1d50) at TestCase.cpp:91
  248. #34 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x55555591f5c0, result=0x7fffffff1d50) at TestRunner.cpp:47
  249. #35 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1d50, test=0x55555591f5c0) at TestResult.cpp:149
  250. #36 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1aa0, controller=..., testPath="") at TestRunner.cpp:96
  251. #37 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1d20)
  252. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:319
  253. ---Type <return> to continue, or q <return> to quit---
  254. #38 0x000055555555df16 in sal_main() ()
  255. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:469
  256. #39 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff20c8)
  257. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:376
  258. (gdb) c
  259. Continuing.
  260. warn:legacy.osl:18507:18507:sfx2/source/view/frmload.cxx:504: DBG_UNHANDLED_EXCEPTION in static void {anonymous}::SfxFrameLoader_Impl::impl_handleCaughtError_nothrow(const com::sun::star::uno::Any&, const comphelper::NamedValueCollection&)
  261. type: com.sun.star.task.ErrorCodeIOException
  262. message: SfxBaseModel::handleLoadError: 0x0x11b
  263. details: 283
  264.  
  265.  
  266. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  267. (gdb) bt
  268. #0 0x00007ffff7586edd in __cxa_throw ()
  269. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  270. #1 0x00007fffd8be457e in (anonymous namespace)::Frame::close(sal_Bool) (this=0x55555676fff0, bDeliverOwnership=1 '\001')
  271. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:1687
  272. #2 0x00007fffd8baa9d7 in framework::LoadEnv::impl_reactForLoadingState() (this=0x7fffffff0980)
  273. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1566
  274. #3 0x00007fffd8ba4c20 in framework::LoadEnv::impl_setResult(bool) (this=0x7fffffff0980, bResult=false)
  275. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:494
  276. #4 0x00007fffd8ba82af in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0980)
  277. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1110
  278. #5 0x00007fffd8ba44b7 in framework::LoadEnv::startLoading() (this=0x7fffffff0980)
  279. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  280. #6 0x00007fffd8ba3202 in framework::LoadEnv::loadComponentFromURL(com::sun::sta---Type <return> to continue, or q <return> to quit---
  281. 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 *) 0x5555565433d8, xContext=uno::Reference to (cppu::ComponentContext *) 0x5555558ac140, 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 = {...})
  282. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  283. #7 0x00007fffd8bd855e in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556543360, 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 = {...})
  284. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  285. #8 0x00007fffe024ad9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556534338, 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---
  286. ence)
  287. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  288. #9 0x00007fffe148ffb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x5555565342f0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  289. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  290. #10 0x00007fffe149e917 in SigningTest::testODFEncryptedGPG() (this=0x5555565342f0)
  291. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  292. #11 0x00007fffe14b0072 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556534af0: 0x5555565342f0)
  293. at /usr/include/c++/7/bits/invoke.h:73
  294. #12 0x00007fffe14afbb1 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556534af0: 0x5555565342f0)
  295. at /usr/include/c++/7/bits/invoke.h:95
  296. #13 0x00007fffe14af38f in std::_Bind<void (SigningTest::*(SigningTest*))()>::__c---Type <return> to continue, or q <return> to quit---
  297. all<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556534ae0, __args=...) at /usr/include/c++/7/functional:467
  298. #14 0x00007fffe14ae3e3 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556534ae0) at /usr/include/c++/7/functional:551
  299. #15 0x00007fffe14aca9d in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  300. at /usr/include/c++/7/bits/std_function.h:316
  301. #16 0x00007fffe14b060c in std::function<void ()>::operator()() const (this=0x555556534dc0) at /usr/include/c++/7/bits/std_function.h:706
  302. #17 0x00007fffe14b0506 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x555556534d80)
  303. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  304. #18 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff18c0) at TestCase.cpp:32
  305. #19 0x00007fffed965c9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e4630, functor=...)
  306. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  307. #20 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b70) at ProtectorChain.cpp:20
  308. #21 0x00007ffff4cff937 in (anonymous namespace)::Prot::protect(CppUnit::Functor ---Type <return> to continue, or q <return> to quit---
  309. const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  310. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  311. #22 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b40) at ProtectorChain.cpp:20
  312. #23 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  313. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  314. #24 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b10) at ProtectorChain.cpp:20
  315. #25 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  316. #26 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x5555564760f0) at ProtectorChain.cpp:20
  317. #27 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  318. #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=0x7fffffff1d50, functor=..., test=0x555556534d80, ---Type <return> to continue, or q <return> to quit---
  319. shortDescription="") at TestResult.cpp:182
  320. #29 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x555556534d80, result=0x7fffffff1d50) at TestCase.cpp:91
  321. #30 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x55555591f5c0, result=0x7fffffff1d50) at TestRunner.cpp:47
  322. #31 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1d50, test=0x55555591f5c0) at TestResult.cpp:149
  323. #32 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1aa0, controller=..., testPath="") at TestRunner.cpp:96
  324. #33 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1d20)
  325. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:319
  326. #34 0x000055555555df16 in sal_main() ()
  327. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:469
  328. #35 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff20c8)
  329. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:376
  330. (gdb)
  331. (gdb) c
  332. Continuing.
  333.  
  334. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  335. (gdb) bt
  336. #0 0x00007ffff7586edd in __cxa_throw ()
  337. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  338. #1 0x00007fffd8bf1e01 in (anonymous namespace)::ModuleManager::identify(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) (this=0x5555567713c0, xModule=uno::Reference to ((anonymous namespace)::Frame *) 0x555556770060)
  339. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/modulemanager.cxx:195
  340. #2 0x00007fffdefc20c4 in framework::FrameListAnalyzer::impl_analyze() (this=0x7fffffff0200)
  341. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/fwe/classes/framelistanalyzer.cxx:119
  342. #3 0x00007fffdefc1b97 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=0x7fffffff0200, xSupplier=uno::Reference to (framework::Desktop *) 0x5555565433c8, xReferenceFrame=uno::Reference to ((anonymous namespace)::Frame *) 0x555556770060, eDetectMode=14)
  343. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/fwe/classes/framelistanalyzer.cxx:45
  344. #4 0x00007fffd8bea5a3 in (anonymous namespace)::Frame::impl_checkMenuCloser() (this=0x55555676fff0)
  345. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source---Type <return> to continue, or q <return> to quit---
  346. /services/frame.cxx:3258
  347. #5 0x00007fffd8be4032 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=0x55555676fff0, xComponentWindow=empty uno::Reference, xController=empty uno::Reference)
  348. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:1555
  349. #6 0x00007fffd8be45ca in (anonymous namespace)::Frame::close(sal_Bool) (this=0x55555676fff0, bDeliverOwnership=1 '\001')
  350. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:1690
  351. #7 0x00007fffd8bea109 in (anonymous namespace)::Frame::implts_checkSuicide() (this=0x55555676fff0)
  352. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:3188
  353. #8 0x00007fffd8be8021 in (anonymous namespace)::Frame::removeActionLock() (this=0x55555676fff0)
  354. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:2682
  355. #9 0x00007fffd8babd96 in framework::ActionLockGuard::freeResource() (this=0x7fffffff0a60)
  356. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/inc/loadenv/actionlockguard.hxx:123
  357. ---Type <return> to continue, or q <return> to quit---
  358. #10 0x00007fffd8baaa44 in framework::LoadEnv::impl_reactForLoadingState() (this=0x7fffffff0980)
  359. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1584
  360. #11 0x00007fffd8ba4c20 in framework::LoadEnv::impl_setResult(bool) (this=0x7fffffff0980, bResult=false)
  361. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:494
  362. #12 0x00007fffd8ba82af in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0980)
  363. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1110
  364. #13 0x00007fffd8ba44b7 in framework::LoadEnv::startLoading() (this=0x7fffffff0980)
  365. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  366. #14 0x00007fffd8ba3202 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 *) 0x5555565433d8, xContext=uno::Reference to (cppu::ComponentContext *) 0x5555558ac140, sURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xm---Type <return> to continue, or q <return> to quit---
  367. lsecurity/qa/unit/signing/data/encryptedGPG.odt", sTarget="_default", nFlags=0, lArgs=uno::Sequence of length 2 = {...})
  368. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  369. #15 0x00007fffd8bd855e in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556543360, 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 = {...})
  370. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  371. #16 0x00007fffe024ad9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556534338, 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)
  372. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  373. #17 0x00007fffe148ffb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x5555565342f0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  374. ---Type <return> to continue, or q <return> to quit---
  375. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  376. #18 0x00007fffe149e917 in SigningTest::testODFEncryptedGPG() (this=0x5555565342f0)
  377. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  378. #19 0x00007fffe14b0072 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556534af0: 0x5555565342f0)
  379. at /usr/include/c++/7/bits/invoke.h:73
  380. #20 0x00007fffe14afbb1 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556534af0: 0x5555565342f0)
  381. at /usr/include/c++/7/bits/invoke.h:95
  382. #21 0x00007fffe14af38f in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556534ae0, __args=...) at /usr/include/c++/7/functional:467
  383. #22 0x00007fffe14ae3e3 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556534ae0) at /usr/include/c++/7/functional:551
  384. #23 0x00007fffe14aca9d in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  385. ---Type <return> to continue, or q <return> to quit---
  386. at /usr/include/c++/7/bits/std_function.h:316
  387. #24 0x00007fffe14b060c in std::function<void ()>::operator()() const (this=0x555556534dc0) at /usr/include/c++/7/bits/std_function.h:706
  388. #25 0x00007fffe14b0506 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x555556534d80)
  389. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  390. #26 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff18c0) at TestCase.cpp:32
  391. #27 0x00007fffed965c9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e4630, functor=...)
  392. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  393. #28 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b70) at ProtectorChain.cpp:20
  394. #29 0x00007ffff4cff937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  395. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  396. #30 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b40) at ProtectorChain.cpp:20
  397. #31 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor ---Type <return> to continue, or q <return> to quit---
  398. const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  399. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  400. #32 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b10) at ProtectorChain.cpp:20
  401. #33 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  402. #34 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x5555564760f0) at ProtectorChain.cpp:20
  403. #35 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  404. #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=0x7fffffff1d50, functor=..., test=0x555556534d80, shortDescription="") at TestResult.cpp:182
  405. #37 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x555556534d80, result=0x7fffffff1d50) at TestCase.cpp:91
  406. #38 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x55555591f5c0, result=0x7fffffff1d50) at TestRunner.cpp:47
  407. #39 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7---Type <return> to continue, or q <return> to quit---
  408. fffffff1d50, test=0x55555591f5c0) at TestResult.cpp:149
  409. #40 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1aa0, controller=..., testPath="") at TestRunner.cpp:96
  410. #41 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1d20)
  411. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:319
  412. #42 0x000055555555df16 in sal_main() ()
  413. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:469
  414. #43 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff20c8)
  415. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:376
  416. (gdb) c
  417. Continuing.
  418.  
  419. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  420. (gdb) bt
  421. #0 0x00007ffff7586edd in __cxa_throw ()
  422. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  423. #1 0x00007fffd8bf1e01 in (anonymous namespace)::ModuleManager::identify(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) (this=0x5555567713c0, xModule=uno::Reference to ((anonymous namespace)::Frame *) 0x555556770060)
  424. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/modulemanager.cxx:195
  425. #2 0x00007fffdefc20c4 in framework::FrameListAnalyzer::impl_analyze() (this=0x7fffffff02b0)
  426. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/fwe/classes/framelistanalyzer.cxx:119
  427. #3 0x00007fffdefc1b97 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=0x7fffffff02b0, xSupplier=uno::Reference to (framework::Desktop *) 0x5555565433c8, xReferenceFrame=uno::Reference to ((anonymous namespace)::Frame *) 0x555556770060, eDetectMode=14)
  428. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/fwe/classes/framelistanalyzer.cxx:45
  429. #4 0x00007fffd8bea5a3 in (anonymous namespace)::Frame::impl_checkMenuCloser() (this=0x55555676fff0)
  430. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source---Type <return> to continue, or q <return> to quit---
  431. /services/frame.cxx:3258
  432. #5 0x00007fffd8be4724 in (anonymous namespace)::Frame::close(sal_Bool) (this=0x55555676fff0, bDeliverOwnership=1 '\001')
  433. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:1716
  434. #6 0x00007fffd8bea109 in (anonymous namespace)::Frame::implts_checkSuicide() (this=0x55555676fff0)
  435. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:3188
  436. #7 0x00007fffd8be8021 in (anonymous namespace)::Frame::removeActionLock() (this=0x55555676fff0)
  437. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/frame.cxx:2682
  438. #8 0x00007fffd8babd96 in framework::ActionLockGuard::freeResource() (this=0x7fffffff0a60)
  439. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/inc/loadenv/actionlockguard.hxx:123
  440. #9 0x00007fffd8baaa44 in framework::LoadEnv::impl_reactForLoadingState() (this=0x7fffffff0980)
  441. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1584
  442. #10 0x00007fffd8ba4c20 in framework::LoadEnv::impl_setResult(bool) (this=0x7fffffff0980, bResult=false)
  443. ---Type <return> to continue, or q <return> to quit---
  444. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:494
  445. #11 0x00007fffd8ba82af in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0980)
  446. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1110
  447. #12 0x00007fffd8ba44b7 in framework::LoadEnv::startLoading() (this=0x7fffffff0980)
  448. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  449. #13 0x00007fffd8ba3202 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 *) 0x5555565433d8, xContext=uno::Reference to (cppu::ComponentContext *) 0x5555558ac140, 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 = {...})
  450. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  451. #14 0x00007fffd8bd855e 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---
  452. ::beans::PropertyValue> const&) (this=0x555556543360, 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 = {...})
  453. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  454. #15 0x00007fffe024ad9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556534338, 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)
  455. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  456. #16 0x00007fffe148ffb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x5555565342f0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  457. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  458. #17 0x00007fffe149e917 in SigningTest::testODFEncryptedGPG() (this=0x5555565342f0)
  459. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  460. ---Type <return> to continue, or q <return> to quit---
  461. #18 0x00007fffe14b0072 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556534af0: 0x5555565342f0)
  462. at /usr/include/c++/7/bits/invoke.h:73
  463. #19 0x00007fffe14afbb1 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556534af0: 0x5555565342f0)
  464. at /usr/include/c++/7/bits/invoke.h:95
  465. #20 0x00007fffe14af38f in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556534ae0, __args=...) at /usr/include/c++/7/functional:467
  466. #21 0x00007fffe14ae3e3 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556534ae0) at /usr/include/c++/7/functional:551
  467. #22 0x00007fffe14aca9d in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  468. at /usr/include/c++/7/bits/std_function.h:316
  469. #23 0x00007fffe14b060c in std::function<void ()>::operator()() const (this=0x555556534dc0) at /usr/include/c++/7/bits/std_function.h:706
  470. #24 0x00007fffe14b0506 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x555556534d80)
  471. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/Unpacked---Type <return> to continue, or q <return> to quit---
  472. Tarball/cppunit/include/cppunit/TestCaller.h:175
  473. #25 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff18c0) at TestCase.cpp:32
  474. #26 0x00007fffed965c9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e4630, functor=...)
  475. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  476. #27 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b70) at ProtectorChain.cpp:20
  477. #28 0x00007ffff4cff937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  478. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  479. #29 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b40) at ProtectorChain.cpp:20
  480. #30 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  481. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  482. #31 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b10) at ProtectorChain.cpp:20
  483. ---Type <return> to continue, or q <return> to quit---
  484. #32 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  485. #33 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x5555564760f0) at ProtectorChain.cpp:20
  486. #34 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  487. #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=0x7fffffff1d50, functor=..., test=0x555556534d80, shortDescription="") at TestResult.cpp:182
  488. #36 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x555556534d80, result=0x7fffffff1d50) at TestCase.cpp:91
  489. #37 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x55555591f5c0, result=0x7fffffff1d50) at TestRunner.cpp:47
  490. #38 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1d50, test=0x55555591f5c0) at TestResult.cpp:149
  491. #39 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1aa0, controller=..., testPath="") at TestRunner.cpp:96
  492. #40 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1d20)
  493. ---Type <return> to continue, or q <return> to quit---
  494. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:319
  495. #41 0x000055555555df16 in sal_main() ()
  496. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:469
  497. #42 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff20c8)
  498. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:376
  499. (gdb) c
  500. Continuing.
  501.  
  502. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  503. (gdb) bt
  504. #0 0x00007ffff7586edd in __cxa_throw ()
  505. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  506. #1 0x00007fffd8baabbd in framework::LoadEnv::impl_reactForLoadingState() (this=0x7fffffff0980)
  507. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1607
  508. #2 0x00007fffd8ba4c20 in framework::LoadEnv::impl_setResult(bool) (this=0x7fffffff0980, bResult=false)
  509. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:494
  510. #3 0x00007fffd8ba82af in framework::LoadEnv::impl_loadContent() (this=0x7fffffff0980)
  511. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:1110
  512. #4 0x00007fffd8ba44b7 in framework::LoadEnv::startLoading() (this=0x7fffffff0980)
  513. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:375
  514. #5 0x00007fffd8ba3202 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---
  515. 0x5555565433d8, xContext=uno::Reference to (cppu::ComponentContext *) 0x5555558ac140, 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 = {...})
  516. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/loadenv/loadenv.cxx:161
  517. #6 0x00007fffd8bd855e in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556543360, 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 = {...})
  518. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/framework/source/services/desktop.cxx:618
  519. #7 0x00007fffe024ad9f in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556534338, 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)
  520. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:50
  521. #8 0x00007fffe148ffb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x5---Type <return> to continue, or q <return> to quit---
  522. 555565342f0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  523. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  524. #9 0x00007fffe149e917 in SigningTest::testODFEncryptedGPG() (this=0x5555565342f0)
  525. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:741
  526. #10 0x00007fffe14b0072 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556534af0: 0x5555565342f0)
  527. at /usr/include/c++/7/bits/invoke.h:73
  528. #11 0x00007fffe14afbb1 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556534af0: 0x5555565342f0)
  529. at /usr/include/c++/7/bits/invoke.h:95
  530. #12 0x00007fffe14af38f in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556534ae0, __args=...) at /usr/include/c++/7/functional:467
  531. #13 0x00007fffe14ae3e3 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556534ae0) at /usr/include/c++/7/functional:551
  532. ---Type <return> to continue, or q <return> to quit---
  533. #14 0x00007fffe14aca9d in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  534. at /usr/include/c++/7/bits/std_function.h:316
  535. #15 0x00007fffe14b060c in std::function<void ()>::operator()() const (this=0x555556534dc0) at /usr/include/c++/7/bits/std_function.h:706
  536. #16 0x00007fffe14b0506 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x555556534d80)
  537. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  538. #17 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff18c0) at TestCase.cpp:32
  539. #18 0x00007fffed965c9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e4630, functor=...)
  540. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  541. #19 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b70) at ProtectorChain.cpp:20
  542. #20 0x00007ffff4cff937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  543. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  544. #21 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() ---Type <return> to continue, or q <return> to quit---
  545. const (this=0x555556534b40) at ProtectorChain.cpp:20
  546. #22 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  547. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  548. #23 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b10) at ProtectorChain.cpp:20
  549. #24 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  550. #25 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x5555564760f0) at ProtectorChain.cpp:20
  551. #26 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  552. #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=0x7fffffff1d50, functor=..., test=0x555556534d80, shortDescription="") at TestResult.cpp:182
  553. #28 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x555556534d80, result=0x7fffffff1d50) at TestCase.cpp:91
  554. #29 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestR---Type <return> to continue, or q <return> to quit---
  555. esult*) (this=0x55555591f5c0, result=0x7fffffff1d50) at TestRunner.cpp:47
  556. #30 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1d50, test=0x55555591f5c0) at TestResult.cpp:149
  557. #31 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1aa0, controller=..., testPath="") at TestRunner.cpp:96
  558. #32 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff1d20)
  559. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:319
  560. #33 0x000055555555df16 in sal_main() ()
  561. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:469
  562. #34 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff20c8)
  563. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:376
  564. (gdb) c
  565. Continuing.
  566. warn:fwk.loadenv:18507:18507: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>
  567.  
  568. Thread 1 "cppunittester" hit Catchpoint 2 (exception thrown), 0x00007ffff7586edd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  569. (gdb) bt
  570. #0 0x00007ffff7586edd in __cxa_throw ()
  571. at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  572. #1 0x00007ffff7b8797b in CppUnit::Asserter::fail(CppUnit::Message const&, CppUnit::SourceLine const&) (message=..., sourceLine=...) at Asserter.cpp:22
  573. #2 0x00007ffff7b879c0 in CppUnit::Asserter::failIf(bool, CppUnit::Message const&, CppUnit::SourceLine const&) (shouldFail=true, message=..., sourceLine=...)
  574. at Asserter.cpp:32
  575. #3 0x00007fffe024af47 in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556534338, 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)
  576. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:52
  577. #4 0x00007fffe148ffb2 in SigningTest::createDoc(rtl::OUString const&) (this=0x5555565342f0, rURL="file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt")
  578. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/unit/signing/signing.cxx:200
  579. #5 0x00007fffe149e917 in SigningTest::testODFEncryptedGPG() (this=0x5555565342f0)
  580. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/xmlsecurity/qa/uni---Type <return> to continue, or q <return> to quit---
  581. t/signing/signing.cxx:741
  582. #6 0x00007fffe14b0072 in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __t=@0x555556534af0: 0x5555565342f0)
  583. at /usr/include/c++/7/bits/invoke.h:73
  584. #7 0x00007fffe14afbb1 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x555556534ae0: (void (SigningTest::*)(SigningTest * const)) 0x7fffe149e85c <SigningTest::testODFEncryptedGPG()>, __args#0=@0x555556534af0: 0x5555565342f0)
  585. at /usr/include/c++/7/bits/invoke.h:95
  586. #8 0x00007fffe14af38f in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x555556534ae0, __args=...) at /usr/include/c++/7/functional:467
  587. #9 0x00007fffe14ae3e3 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x555556534ae0) at /usr/include/c++/7/functional:551
  588. #10 0x00007fffe14aca9d in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...)
  589. at /usr/include/c++/7/bits/std_function.h:316
  590. #11 0x00007fffe14b060c in std::function<void ()>::operator()() const (this=0x555556534dc0) at /usr/include/c++/7/bits/std_function.h:706
  591. #12 0x00007fffe14b0506 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x555556534d80)
  592. ---Type <return> to continue, or q <return> to quit---
  593. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
  594. #13 0x00007ffff7b98ec0 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7fffffff18c0) at TestCase.cpp:32
  595. #14 0x00007fffed965c9d in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x5555558e4630, functor=...)
  596. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/test/source/vclbootstrapprotector.cxx:48
  597. #15 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b70) at ProtectorChain.cpp:20
  598. #16 0x00007ffff4cff937 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555794aa0, functor=...)
  599. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
  600. #17 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x555556534b40) at ProtectorChain.cpp:20
  601. #18 0x00007ffff609f8cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555789e10, functor=..., context=...)
  602. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
  603. #19 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() ---Type <return> to continue, or q <return> to quit---
  604. const (this=0x555556534b10) at ProtectorChain.cpp:20
  605. #20 0x00007ffff7b899bd in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783ec0, functor=..., context=...) at DefaultProtector.cpp:15
  606. #21 0x00007ffff7b933db in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x5555564760f0) at ProtectorChain.cpp:20
  607. #22 0x00007ffff7b9326b in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x555555783e50, functor=..., context=...) at ProtectorChain.cpp:86
  608. #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=0x7fffffff1d50, functor=..., test=0x555556534d80, shortDescription="") at TestResult.cpp:182
  609. #24 0x00007ffff7b98963 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x555556534d80, result=0x7fffffff1d50) at TestCase.cpp:91
  610. #25 0x00007ffff7ba89e0 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x55555591f5c0, result=0x7fffffff1d50) at TestRunner.cpp:47
  611. #26 0x00007ffff7ba4582 in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7fffffff1d50, test=0x55555591f5c0) at TestResult.cpp:149
  612. #27 0x00007ffff7ba8c49 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7fffffff1aa0, controller=..., testPath="") at TestRunner.cpp:96
  613. #28 0x000055555555d241 in (anonymous namespace)::ProtectedFixtureFunctor::run() ---Type <return> to continue, or q <return> to quit---
  614. const (this=0x7fffffff1d20)
  615. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:319
  616. #29 0x000055555555df16 in sal_main() ()
  617. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:469
  618. #30 0x000055555555da9d in main(int, char**) (argc=23, argv=0x7fffffff20c8)
  619. at /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/sal/cppunittester/cppunittester.cxx:376
  620. (gdb) c
  621. Continuing.
  622. /media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core/unotest/source/cpp/macros_test.cxx:52:SigningTest::testODFEncryptedGPG
  623. assertion failed
  624. - Expression: xComponent.is()
  625. - loading failed: file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt
  626.  
  627. SigningTest::testODFEncryptedGPG finished in: 1283465ms
  628. macros_test.cxx:52:Assertion
  629. Test name: SigningTest::testODFEncryptedGPG
  630. assertion failed
  631. - Expression: xComponent.is()
  632. - loading failed: file:///media/luke/528d6d6a-7fe0-492d-aa44-a5823810881b/lo/core//xmlsecurity/qa/unit/signing/data/encryptedGPG.odt
  633.  
  634. Failures !!!
  635. Run: 1 Failure total: 1 Failures: 1 Errors: 0
  636. warn:vcl.schedule.deinit:18507:18507:vcl/source/app/scheduler.cxx:166: DeInit task: Timer a: 1 p: 1 svtools::GraphicCache maReleaseTimer 10000ms (0x5555567d1f90) (ignored)
  637. warn:vcl.schedule.deinit:18507:18507:vcl/source/app/scheduler.cxx:182: DeInit active tasks: 1 (ignored: 1)
  638. warn:fwk.desktop:18507:18507:framework/source/services/desktop.cxx:1068: Desktop disposed before terminating it
  639. warn:fwk.desktop:18507:18507:framework/source/services/desktop.cxx:190: Desktop not terminated before being destructed
  640. warn:unotools.config:18507:18507:unotools/source/config/configmgr.cxx:168: ConfigManager not empty
  641. [Thread 0x7fffee594700 (LWP 18514) exited]
  642. [Inferior 1 (process 18507) exited with code 01]
  643. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement