VikasMahato

Untitled

Jun 4th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.02 KB | None | 0 0
  1. Thread 1 "soffice.bin" hit Breakpoint 2, ScDataProviderBaseControl::LoadSourceFileStructure (this=0x55555811b330, 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) n
  5. 158        if (!pOrcus)
  6. (gdb) n
  7. 161        mpXMLContext.reset(pOrcus->createXMLContext(*mpDoc, rPath));
  8. (gdb) n
  9. 162        if (!mpXMLContext)
  10. (gdb)
  11. 165        mpXMLContext->loadXMLStructure(*mpLbTree, maXMLParam);
  12. (gdb)
  13. warn:ucb.ucp.gio:4801:4801:ucb/source/ucp/gio/gio_content.cxx:392: ignoring GError "Operation not supported" for <~/Downloads/items.xml>
  14. warn:vcl:4801:4801:vcl/source/app/salusereventlist.cxx:114: Uncaught com.sun.star.beans.UnknownPropertyException Unable to retrieve value of property 'IsDocument'!
  15.  
  16. Thread 1 "soffice.bin" received signal SIGABRT, Aborted.
  17. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  18. 51    ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
Add Comment
Please, Sign In to add comment