Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 25th, 2012  |  syntax: None  |  size: 2.48 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. home@home-emachine:~/0ad/binaries/system$ gdb ./pyrogenesis
  2. GNU gdb 6.8-debian
  3. Copyright (C) 2008 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i486-linux-gnu"...
  9. (gdb) run
  10. Starting program: /home/home/0ad/binaries/system/pyrogenesis
  11. [Thread debugging using libthread_db enabled]
  12. terminate called after throwing an instance of 'boost::filesystem::basic_filesys
  13. tem_error<boost::filesystem::basic_path<std::basic_string<wchar_t, std::char_tra
  14. its<wchar_t>, std::allocator<wchar_t> >, boost::filesystem::wpath_traits> >'
  15.   what():  boost::filesystem::wpath::to_external conversion error
  16. [New Thread 0xb58156d0 (LWP 4975)]
  17.  
  18. Program received signal SIGABRT, Aborted.
  19. [Switching to Thread 0xb58156d0 (LWP 4975)]
  20. 0xb7772410 in __kernel_vsyscall ()
  21. (gdb) bt
  22. #0  0xb7772410 in __kernel_vsyscall ()
  23. #1  0xb6f9e085 in raise () from /lib/tls/i686/cmov/libc.so.6
  24. #2  0xb6f9fa01 in abort () from /lib/tls/i686/cmov/libc.so.6
  25. #3  0xb71c6480 in __gnu_cxx::__verbose_terminate_handler ()
  26.    from /usr/lib/libstdc++.so.6
  27. #4  0xb71c3d05 in ?? () from /usr/lib/libstdc++.so.6
  28. #5  0xb71c3d42 in std::terminate () from /usr/lib/libstdc++.so.6
  29. #6  0xb71c3e6a in __cxa_throw () from /usr/lib/libstdc++.so.6
  30. #7  0xb73d01ae in boost::filesystem::wpath_traits::to_external ()
  31.    from /usr/lib/libboost_filesystem-gcc42-mt-1_34_1.so.1.34.1
  32. #8  0x0813eb4e in boost::filesystem::exists<boost::filesystem::basic_path<std::b
  33. asic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, boost
  34. ::filesystem::wpath_traits> > (ph=@0xbfef4b48)
  35.     at /usr/include/boost/filesystem/path.hpp:302
  36. #9  0x0813a952 in Paths::Root (argv0=@0xbfef4b44)
  37.     at /usr/include/boost/filesystem/operations.hpp:601
  38. #10 0x0813b446 in Paths (this=0xbfef4c2c, args=@0xbfef4ec8)
  39.     at ../../../source/ps/GameSetup/Paths.cpp:32
  40. #11 0x08137ebc in InitVfs (args=@0xbfef4ec8)
  41.     at ../../../source/ps/GameSetup/GameSetup.cpp:417
  42. #12 0x0813910e in Init (args=@0xbfef4ec8, flags=0)
  43.     at ../../../source/ps/GameSetup/GameSetup.cpp:752
  44. #13 0x08056e4e in RunGameOrAtlas (argc=<value optimized out>,
  45.     argv=<value optimized out>) at ../../../source/main.cpp:478
  46. #14 0x0805760c in main (argc=Cannot access memory at address 0x136f
  47. ) at ../../../source/main.cpp:501
  48. (gdb)