Advertisement
Guest User

Untitled

a guest
Aug 18th, 2013
1,194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. (gdb) bt 10 full
  2. #0 0x00007ffff516018b in std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::assign(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) ()
  3. from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  4. No symbol table info available.
  5. #1 0x00000000005f1923 in operator= (__str=..., this=0x7fffffffdc40)
  6. at /usr/include/c++/4.6/bits/basic_string.h:542
  7. No locals.
  8. #2 operator= (rhs=..., this=0x7fffffffdc40) at ../../../source/lib/path.h:113
  9. No locals.
  10. #3 CSoundManager::IdleTask (this=0xbd4a80)
  11. at ../../../source/soundmanager/SoundManager.cpp:587
  12. it = {_M_current = 0x98daad0}
  13. nextPath = {path = {static npos = <optimized out>,
  14. _M_dataplus = {<std::allocator<wchar_t>> = {<__gnu_cxx::new_allocator<wchar_t>> = {<No data fields>}, <No data fields>}, _M_p = 0xbbe2f8 L""}},
  15. separator = 47 L'/'}
  16. aSnd = <optimized out>
  17. #4 0x00000000005d3924 in Render ()
  18. at ../../../source/ps/GameSetup/GameSetup.cpp:197
  19. profile2__ = {m_Name = 0x903af5 "render"}
  20. #5 0x000000000041f1c2 in Frame () at ../../../source/main.cpp:393
  21. profile2__ = {m_Name = 0x8ab516 "dispatch events"}
  22. ---Type <return> to continue, or q <return> to quit---
  23. realTimeSinceLastFrame = 0.0166968741
  24. need_render = true
  25. profile2__ = {m_Name = 0x8e9685 "frame"}
  26. time = <optimized out>
  27. need_update = true
  28. is_building_archive = false
  29. #6 RunGameOrAtlas (argc=<optimized out>, argv=<optimized out>)
  30. at ../../../source/main.cpp:508
  31. args = {
  32. m_Args = {<std::_Vector_base<std::pair<CStr8, CStr8>, std::allocator<std::pair<CStr8, CStr8> > >> = {
  33. _M_impl = {<std::allocator<std::pair<CStr8, CStr8> >> = {<__gnu_cxx::new_allocator<std::pair<CStr8, CStr8> >> = {<No data fields>}, <No data fields>}, _M_start = 0x0, _M_finish = 0x0,
  34. _M_end_of_storage = 0x0}}, <No data fields>}, m_Arg0 = {
  35. path = {static npos = <optimized out>,
  36. _M_dataplus = {<std::allocator<wchar_t>> = {<__gnu_cxx::new_allocator<wchar_t>> = {<No data fields>}, <No data fields>},
  37. _M_p = 0xbd1ea8 L"~/0ad/binaries/system/pyrogenesis"}}, separator = 47 L'/'}}
  38. ran_atlas = <optimized out>
  39. res = <optimized out>
  40. #7 0x00000000004145a7 in main (argc=1, argv=0x7fffffffe1b8)
  41. ---Type <return> to continue, or q <return> to quit---
  42. at ../../../source/main.cpp:551
  43. No locals.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement