Advertisement
Guest User

Untitled

a guest
May 26th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. root@SHAGGYxNEWxSRC2:/usr/home/mt2 # gdb
  2. GNU gdb 6.1.1 [FreeBSD]
  3. Copyright 2004 Free Software Foundation, Inc.
  4. GDB is free software, covered by the GNU General Public License, and you are
  5. welcome to change it and/or distribute copies of it under certain conditions.
  6. Type "show copying" to see the conditions.
  7. There is absolutely no warranty for GDB. Type "show warranty" for details.
  8. This GDB was configured as "i386-marcel-freebsd".
  9. (gdb) set gnutarget i386-marcel-freebsd
  10. (gdb) cd /usr/home/mt2/share
  11. Working directory /usr/home/mt2/share.
  12. (gdb) file game
  13. Reading symbols from game...done.
  14. (gdb) cd /usr/home/mt2/ch1/miasta
  15. Working directory /usr/home/mt2/ch1/miasta.
  16. (gdb) core game.core
  17. Core was generated by `game'.
  18. Program terminated with signal 11, Segmentation fault.
  19. Reading symbols from /lib/libmd.so.5...done.
  20. Loaded symbols for /lib/libmd.so.5
  21. Reading symbols from /usr/lib/libmysqlclient.so.18...done.
  22. Loaded symbols for /usr/lib/libmysqlclient.so.18
  23. Reading symbols from /lib/libz.so.6...done.
  24. Loaded symbols for /lib/libz.so.6
  25. Reading symbols from /lib/libstdc++.so.6...Error while reading shared library symbols:
  26. Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module /lib/libstdc++.so.6]
  27. Reading symbols from /lib/libm.so.5...done.
  28. Loaded symbols for /lib/libm.so.5
  29. Reading symbols from /lib/libgcc_s.so.1...done.
  30. Loaded symbols for /lib/libgcc_s.so.1
  31. Reading symbols from /lib/libthr.so.3...done.
  32. Loaded symbols for /lib/libthr.so.3
  33. Reading symbols from /lib/libc.so.7...done.
  34. Loaded symbols for /lib/libc.so.7
  35. Reading symbols from /libexec/ld-elf.so.1...done.
  36. Loaded symbols for /libexec/ld-elf.so.1
  37. #0 0x0809ec61 in GiveExp (from=0x4032c000, to=0x40326000, iExp=15)
  38. at char_battle.cpp:2499
  39. 2499 iExp = CALCULATE_VALUE_LVDELTA(to->GetLevel(), from->GetLevel(), iExp);
  40. [New Thread 28c05500 (LWP 100913/game)]
  41. [New Thread 28c05200 (LWP 100897/game)]
  42. [New Thread 28c04f00 (LWP 100890/game)]
  43. [New Thread 28c04300 (LWP 101379/game)]
  44. (gdb) btfull
  45. Undefined command: "btfull". Try "help".
  46. (gdb) bt full
  47. #0 0x0809ec61 in GiveExp (from=0x4032c000, to=0x40326000, iExp=15)
  48. at char_battle.cpp:2499
  49. No locals.
  50. #1 0x080a7686 in SDamageInfo::Distribute (this=0x4018a390, ch=0x4032c000,
  51. iExp=15) at char_battle.cpp:2789
  52. No locals.
  53. #2 0x0809f955 in CHARACTER::DistributeExp (this=0x4032c000)
  54. at char_battle.cpp:2953
  55. iExp = <value optimized out>
  56. fPercent = 1
  57. iExpToDistribute = 12
  58. iTotalDam = 402
  59. pkChrMostAttacked = 0x40326000
  60. iMostDam = 402
  61. damage_info_table = {<std::_Vector_base<SDamageInfo,std::allocator<SDamageInfo> >> = {
  62. _M_impl = {<std::allocator<SDamageInfo>> = {<__gnu_cxx::new_allocator<SDamageInfo>> = {<No data fields>}, <No data fields>}, _M_start = 0x4018a390,
  63. _M_finish = 0x4018a39c,
  64. _M_end_of_storage = 0x4018a39c}}, <No data fields>}
  65. map_party_damage = {_M_t = {
  66. _M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<CParty* const, SDamageInfo> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<CParty* c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement