Advertisement
Guest User

Untitled

a guest
May 21st, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. Thread 1 "cppunittester" received signal SIGABRT, Aborted.
  2. 0x00007ffff6e94120 in raise () from /lib64/libc.so.6
  3. (gdb) up
  4. #1 0x00007ffff6e95701 in abort () from /lib64/libc.so.6
  5. (gdb)
  6. #2 0x00007ffff6e8c73a in __assert_fail_base () from /lib64/libc.so.6
  7. (gdb)
  8. #3 0x00007ffff6e8c7b2 in __assert_fail () from /lib64/libc.so.6
  9. (gdb)
  10. #4 0x00007ffff2010f40 in vcl::Window::SetLOKNotifier (this=0x1d45380, pNotifier=0x0, bParent=false) at /home/vmiklos/git/libreoffice/master/vcl/source/window/window.cxx:3171
  11. 3171 assert(pNotifier);
  12. (gdb)
  13. #5 0x00007ffff1ea68b3 in Dialog::ImplStartExecute (this=0x1d45380) at /home/vmiklos/git/libreoffice/master/vcl/source/window/dialog.cxx:912
  14. 912 SetLOKNotifier(mpDialogImpl->m_aInstallLOKNotifierHdl.Call(nullptr));
  15. (gdb)
  16. #6 0x00007ffff1ea7523 in Dialog::Execute (this=0x1d45380) at /home/vmiklos/git/libreoffice/master/vcl/source/window/dialog.cxx:1071
  17. 1071 if ( !ImplStartExecute() )
  18. (gdb)
  19. #7 0x00007ffff2580eab in SalInstanceDialog::run (this=0x1ca9750) at /home/vmiklos/git/libreoffice/master/vcl/source/app/salvtables.cxx:1282
  20. 1282 return m_xDialog->Execute();
  21. (gdb)
  22. #8 0x00007fffe0e9ad39 in oox::ppt::PowerPointImport::importDocument (this=0x184a970) at /home/vmiklos/git/libreoffice/master/oox/source/ppt/pptimport.cxx:165
  23. 165 xWarn->run();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement