VikasMahato

Untitled

Jun 4th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.35 KB | None | 0 0
  1. Thread 1 "soffice.bin" hit Breakpoint 1, ScDataProviderBaseControl::LoadSourceFileStructure (this=0x5555581a30d0, rPath="~/Downloads/items.xml")
  2.     at /home/dcoder/libreoffice/sc/source/ui/miscdlgs/dataproviderdlg.cxx:157
  3. 157     ScOrcusFilters* pOrcus = ScFormatFilter::Get().GetOrcusFilters();
  4. (gdb)
  5. (gdb)
  6. (gdb) catch throw
  7. Catchpoint 2 (throw)
  8. (gdb) c
  9. Continuing.
  10. warn:ucb.ucp.gio:3910:3910:ucb/source/ucp/gio/gio_content.cxx:392: ignoring GError "Operation not supported" for <~/Downloads/items.xml>
  11.  
  12. Thread 1 "soffice.bin" hit Catchpoint 2 (exception thrown), 0x00007ffff6a09fb1 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  13. (gdb) c
  14. Continuing.
  15.  
  16. Thread 1 "soffice.bin" hit Catchpoint 2 (exception thrown), 0x00007ffff6a09fb1 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  17. (gdb) c
  18. Continuing.
  19.  
  20. Thread 1 "soffice.bin" hit Catchpoint 2 (exception thrown), 0x00007ffff6a09fb1 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  21. (gdb) c
  22. Continuing.
  23. warn:vcl:3910:3910:vcl/source/app/salusereventlist.cxx:114: Uncaught com.sun.star.beans.UnknownPropertyException Unable to retrieve value of property 'IsDocument'!
  24.  
  25. Thread 1 "soffice.bin" received signal SIGABRT, Aborted.
  26. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  27. 51  ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
Add Comment
Please, Sign In to add comment