Advertisement
Guest User

Untitled

a guest
Aug 19th, 2010
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.90 KB | None | 0 0
  1. [sbox-FREMANTLE_X862: ~/MyDocs/vcmi_armel/0.82svn1759/vcmi-bin/vcmi-bin-0.82svn1759-0maemo1] > gdb vcmiclient
  2. GNU gdb (GDB) 6.8.50.20090417
  3. Copyright (C) 2009 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 "i686-pc-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. (gdb) run
  12. Starting program: /targets/FREMANTLE_X862/usr/bin/vcmiclient
  13. Starting...
  14. Creating console and logfile: 0
  15. Not entire config/settings.txt parsed!
  16. Loading settings: 40000                                                                                                                                          
  17. VCMI 0.82b (client)
  18. New screen flags: 2147483648
  19.         Initializing screen: 60000
  20.         Initializing video: 0
  21.         Initializing minors: 0
  22.         Loading default system settings: 10000
  23.         Initializing sound: 50000
  24. Initializing screen and sound handling: 60000
  25. hildon-desktop[24087]: GLIB WARNING ** hd-task-navigator - XGetClassHint(1200002): failed
  26. Loading .lod files: 110000
  27.         General text handler: 50000
  28.         Hero handler: 10000
  29.         Artifact handler: 0
  30.         Creature handler: 20000
  31.         Town handler: 10000
  32.         Object handler: 10000
  33.         Def information handler: 200000
  34.         Building handler: 0
  35.         Spell handler: 10000
  36. Initializing VCMI_Lib: 420000
  37. Screen handler: 0
  38. Loading and transforming heroes' flags: 870000
  39.        Main graphics: 1290000
  40. Initializing game graphics: 0
  41. Message handler: 10000
  42. Initialization of VCMI (together): 3050000
  43. [New LWP 24289]
  44.  
  45. Program received signal SIGSEGV, Segmentation fault.
  46. [Switching to LWP 24289]
  47. 0x00796155 in ?? () from /usr/lib/libavformat.so.52
  48. 0x00796155:     in     (%dx),%al
  49. (gdb) thread apply all bt full
  50.  
  51. Thread 2 (LWP 24289):
  52. #0  0x00796155 in ?? () from /usr/lib/libavformat.so.52
  53. No symbol table info available.
  54. #1  0x00870555 in sws_scale () from /usr/lib/libswscale.so.0
  55. No symbol table info available.
  56. #2  0x00000058 in ?? ()
  57. No symbol table info available.
  58. #3  0xb59e613c in ?? ()
  59. No symbol table info available.
  60. #4  0xb59e611c in ?? ()
  61. No symbol table info available.
  62. #5  0x08ebc900 in ?? ()
  63. No symbol table info available.
  64. #6  0xb59e6118 in ?? ()
  65. No symbol table info available.
  66. #7  0x00a062ae in free () from /lib/libc.so.6
  67. No symbol table info available.
  68. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  69.  
  70. Thread 1 (LWP 24277):
  71. #0  0x00a2ad5c in nanosleep () from /lib/libc.so.6
  72. No symbol table info available.
  73. #1  0x0075981f in SDL_Delay (ms=<value optimized out>) at ../../src/timer/unix/SDL_systimer.c:118
  74.        was_error = <value optimized out>
  75.        elapsed = {tv_sec = 0, tv_nsec = 3123978}
  76.        tv = {tv_sec = 0, tv_nsec = 10000000}
  77. #2  0x007133f6 in SDL_WaitEvent (event=0x855e640) at ../../src/events/SDL_events.c:408
  78. No locals.
  79. #3  0x0824d427 in listenForEvents () at CMT.cpp:550
  80.        ev = 0x855e640
  81.        ret = -1073744632
  82. #4  0x0824f87c in main (argc=1, argv=0xbffff5b4) at CMT.cpp:277
  83.        long_options = {{name = 0x83faa3d "help", has_arg = 0, flag = 0x0, val = 104}, {name = 0x83faa42 "version", has_arg = 0, flag = 0x0, val = 118}, {
  84.            name = 0x0, has_arg = 0, flag = 0x0, val = 0}}
  85.        total = {start = 260000, last = 3310000, mem = 0}
  86.        pomtime = {start = 260000, last = 360000, mem = 0}
  87.        loading = {thread_info_mutex = {<boost::noncopyable_::noncopyable> = {<No data fields>}, m = {__data = {__lock = 0, __count = 0, __owner = 0,
  88.                __kind = 0, __nusers = 0, {__spins = 0, __list = {__next = 0x0}}}, __size = '\0' <repeats 23 times>, __align = 0}}, thread_info = {px = 0x0,
  89.            pn = {pi_ = 0x0}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement