From kotishe, 6 Years ago, written in Plain Text.
Embed
  1. OregonCore Crash Report
  2. =======================
  3.  
  4. Linux (3.16.0-4-amd64) #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64
  5. Date: 22-Apr-17_22:56:18
  6. Version: OregonCore Rev: 3937+ Hash: 482abab+ (Unix,little-endian)
  7. Build Type: Debug
  8. Compiler: GNU (or compatible)
  9. ACE version: 6.2.8
  10.  
  11. Memory: 28482297856 / 33784725504 (84.3053% used)
  12. SWAP:   0 / 16922988544 (0% used)
  13.  
  14. Coredump file MAY be available.
  15. Caught deadly signal: SIGSEGV
  16. Fault at 0x0 referenced from: 0xb4fc4e: address not mapped to object
  17.  
  18. BackTrace Thread LWP 2565
  19. =====================================
  20. #0 0xb4fc4e in QueryResult::Fetch() const +0xc
  21.   from /home/oregon/bin/oregon-core
  22.     at /home/oregon/oregoncore/src/shared/Database/QueryResult.h:41
  23. Source file is newer than the executable!
  24. 40:
  25. 41:         Field* Fetch() const { return mCurrentRow; }
  26. 42:         Field const& operator [] (int index) const { return mCurrentRow[index]; }
  27.  
  28. #1 0xd9a057 in AuctionHouseBot::LoadValues(AHBConfig*) +0x101
  29.   from /home/oregon/bin/oregon-core
  30.     at /home/oregon/oregoncore/src/game/AuctionHouseBot.cpp:1649
  31. Source file is newer than the executable!
  32. 1648:         //load min and max items
  33. 1649:         config->SetMinItems(CharacterDatabase.PQuery("SELECT minitems FROM auctionhousebot WHERE auctionhouse = %u", config->GetAHID())->Fetch()->GetUInt32());
  34. 1650:         config->SetMaxItems(CharacterDatabase.PQuery("SELECT maxitems FROM auctionhousebot WHERE auctionhouse = %u", config->GetAHID())->Fetch()->GetUInt32());
  35.  
  36. #2 0xd97334 in AuctionHouseBot::Initialize() +0x7f4
  37.   from /home/oregon/bin/oregon-core
  38.     at /home/oregon/oregoncore/src/game/AuctionHouseBot.cpp:816
  39. Source file is newer than the executable!
  40. 815:         LoadValues(&AllianceConfig);
  41. 816:         LoadValues(&HordeConfig);
  42. 817:     }
  43.  
  44. #3 0xdacda9 in World::SetInitialWorldSettings() +0x17f3
  45.   from /home/oregon/bin/oregon-core
  46.     at /home/oregon/oregoncore/src/game/World.cpp:1643
  47. Source file is newer than the executable!
  48. 1642:     // Delete all characters which have been deleted X days before
  49. 1643:     Player::DeleteOldCharacters();
  50. 1644:
  51.  
  52. #4 0xb5a7e0 in Master::Run(bool) +0x12a
  53.   from /home/oregon/bin/oregon-core
  54.     at /home/oregon/oregoncore/src/oregoncore/Master.cpp:138
  55. Source file is newer than the executable!
  56. 137:     // set realmbuilds depend on OregonCore expected builds, and set server online
  57. 138:     std::string builds = AcceptableClientBuildsListStr();
  58. 139:     LoginDatabase.escape_string(builds);
  59.  
  60. #5 0xb4dbb0 in main +0x2fb
  61.   from /home/oregon/bin/oregon-core
  62.     at /home/oregon/oregoncore/src/oregoncore/Main.cpp:171
  63. Source file is newer than the executable!
  64. 170:     // todo - Why do we need this 'Master'? Can't all of this be in the Main as for Realmd?
  65. 171:     int exitcode = sMaster.Run(runRegressionTtests);
  66. 172:     if (exitcode == 2)
  67.  
  68. #6 0x7fa3b58b3b45 in __libc_start_main +0xf5
  69.   from /lib/x86_64-linux-gnu/libc.so.6
  70.     at /lib/x86_64-linux-gnu/libc.so.6:0
  71.  
  72. #7 0xb4d7bf in _start
  73.   from /home/oregon/bin/oregon-core
  74.     at ??:0
  75.  
  76. BackTrace Thread LWP 2568
  77. =====================================
  78. #0 0x7fa3b5c4904f in pthread_cond_wait +0xbf
  79.   from /lib/x86_64-linux-gnu/libpthread.so.0
  80.     at ??:0
  81.  
  82. #1 0x7fa3b80ffa0d in ACE_Condition<ACE_Thread_Mutex>::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) +0x7d
  83.   from /usr/lib/libACE-6.2.8.so
  84.     at /usr/lib/libACE-6.2.8.so:0
  85.  
  86. #2 0x7fa3b80e6dc7 in ACE_Activation_Queue::dequeue(ACE_Time_Value*) +0x97
  87.   from /usr/lib/libACE-6.2.8.so
  88.     at /usr/lib/libACE-6.2.8.so:0
  89.  
  90. #3 0x1012b2b in SqlDelayThread::run() +0x47
  91.   from /home/oregon/bin/oregon-core
  92.     at /home/oregon/oregoncore/src/shared/Database/SqlDelayThread.cpp:37
  93. Source file is newer than the executable!
  94. 36:         // empty the queue before exiting
  95. 37:         s = dynamic_cast<SqlAsyncTask*> (m_sqlQueue.dequeue());
  96. 38:         if (s)
  97.  
  98. #4 0x1016083 in ACE_Based::Thread::ThreadTask(void*) +0x69
  99.   from /home/oregon/bin/oregon-core
  100.     at /home/oregon/oregoncore/src/shared/Threading.cpp:190
  101. Source file is newer than the executable!
  102. 189:     #if PLATFORM == PLATFORM_UNIX
  103. 190:     UnixDebugger::RemoveThread(currentId());
  104. 191:     #endif
  105.  
  106. #5 0x7fa3b8135376 in ACE_OS_Thread_Adapter::invoke() +0xa6
  107.   from /usr/lib/libACE-6.2.8.so
  108.     at /usr/lib/libACE-6.2.8.so:0
  109.  
  110. #6 0x7fa3b5c45064 in __errno_location +0x8064
  111.   from /lib/x86_64-linux-gnu/libpthread.so.0
  112.     at ??:0
  113.  
  114. #7 0x7fa3b597a62d in clone +0x6d
  115.   from /lib/x86_64-linux-gnu/libc.so.6
  116.     at /lib/x86_64-linux-gnu/libc.so.6:0
  117.  
  118. BackTrace Thread LWP 2567
  119. =====================================
  120. #0 0x7fa3b5c4904f in pthread_cond_wait +0xbf
  121.   from /lib/x86_64-linux-gnu/libpthread.so.0
  122.     at ??:0
  123.  
  124. #1 0x7fa3b80ffa0d in ACE_Condition<ACE_Thread_Mutex>::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) +0x7d
  125.   from /usr/lib/libACE-6.2.8.so
  126.     at /usr/lib/libACE-6.2.8.so:0
  127.  
  128. #2 0x7fa3b80e6dc7 in ACE_Activation_Queue::dequeue(ACE_Time_Value*) +0x97
  129.   from /usr/lib/libACE-6.2.8.so
  130.     at /usr/lib/libACE-6.2.8.so:0
  131.  
  132. #3 0x1012b2b in SqlDelayThread::run() +0x47
  133.   from /home/oregon/bin/oregon-core
  134.     at /home/oregon/oregoncore/src/shared/Database/SqlDelayThread.cpp:37
  135. Source file is newer than the executable!
  136. 36:         // empty the queue before exiting
  137. 37:         s = dynamic_cast<SqlAsyncTask*> (m_sqlQueue.dequeue());
  138. 38:         if (s)
  139.  
  140. #4 0x1016083 in ACE_Based::Thread::ThreadTask(void*) +0x69
  141.   from /home/oregon/bin/oregon-core
  142.     at /home/oregon/oregoncore/src/shared/Threading.cpp:190
  143. Source file is newer than the executable!
  144. 189:     #if PLATFORM == PLATFORM_UNIX
  145. 190:     UnixDebugger::RemoveThread(currentId());
  146. 191:     #endif
  147.  
  148. #5 0x7fa3b8135376 in ACE_OS_Thread_Adapter::invoke() +0xa6
  149.   from /usr/lib/libACE-6.2.8.so
  150.     at /usr/lib/libACE-6.2.8.so:0
  151.  
  152. #6 0x7fa3b5c45064 in __errno_location +0x8064
  153.   from /lib/x86_64-linux-gnu/libpthread.so.0
  154.     at ??:0
  155.  
  156. #7 0x7fa3b597a62d in clone +0x6d
  157.   from /lib/x86_64-linux-gnu/libc.so.6
  158.     at /lib/x86_64-linux-gnu/libc.so.6:0
  159.  
  160. BackTrace Thread LWP 2566
  161. =====================================
  162. #0 0x7fa3b5c4904f in pthread_cond_wait +0xbf
  163.   from /lib/x86_64-linux-gnu/libpthread.so.0
  164.     at ??:0
  165.  
  166. #1 0x7fa3b80ffa0d in ACE_Condition<ACE_Thread_Mutex>::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) +0x7d
  167.   from /usr/lib/libACE-6.2.8.so
  168.     at /usr/lib/libACE-6.2.8.so:0
  169.  
  170. #2 0x7fa3b80e6dc7 in ACE_Activation_Queue::dequeue(ACE_Time_Value*) +0x97
  171.   from /usr/lib/libACE-6.2.8.so
  172.     at /usr/lib/libACE-6.2.8.so:0
  173.  
  174. #3 0x1012b2b in SqlDelayThread::run() +0x47
  175.   from /home/oregon/bin/oregon-core
  176.     at /home/oregon/oregoncore/src/shared/Database/SqlDelayThread.cpp:37
  177. Source file is newer than the executable!
  178. 36:         // empty the queue before exiting
  179. 37:         s = dynamic_cast<SqlAsyncTask*> (m_sqlQueue.dequeue());
  180. 38:         if (s)
  181.  
  182. #4 0x1016083 in ACE_Based::Thread::ThreadTask(void*) +0x69
  183.   from /home/oregon/bin/oregon-core
  184.     at /home/oregon/oregoncore/src/shared/Threading.cpp:190
  185. Source file is newer than the executable!
  186. 189:     #if PLATFORM == PLATFORM_UNIX
  187. 190:     UnixDebugger::RemoveThread(currentId());
  188. 191:     #endif
  189.  
  190. #5 0x7fa3b8135376 in ACE_OS_Thread_Adapter::invoke() +0xa6
  191.   from /usr/lib/libACE-6.2.8.so
  192.     at /usr/lib/libACE-6.2.8.so:0
  193.  
  194. #6 0x7fa3b5c45064 in __errno_location +0x8064
  195.   from /lib/x86_64-linux-gnu/libpthread.so.0
  196.     at ??:0
  197.  
  198. #7 0x7fa3b597a62d in clone +0x6d
  199.   from /lib/x86_64-linux-gnu/libc.so.6
  200.     at /lib/x86_64-linux-gnu/libc.so.6:0
  201.  
  202.  
  203.