Jump to content

Linux crash dumps


Auntie Mangos

Recommended Posts

  • Replies 986
  • Created
  • Last Reply

Top Posters In This Topic

Core: 8883

Patches: Insider42 + ACE MTMAPS + Dual Spec

DB: YTDB

SD2: 1508

All my crashes are related with function Unit::IsImmunedToSpell, i try with:

+
+     if (!spellInfo)
+        return false;
+  

But crash still apear, where the dump:

http://paste2.org/p/538442

Other question, how i can know what spell is that: "Unit::IsImmunedToSpell (this=0x7fffaecfa710, spellInfo=0x7fffeae33db0)?, any method to convert this spell in hexa to decimal spell id??

Best Regards

Yes you can't, also you can compile with debug information, maybe that could provide more information.!

try

export CXXFLAGS="-O0 -ggdb3"

export CFLAGS="-O0 -ggdb3"

../configure --with-debug-info

PD: That is only for testing purposes

PD2:

i'm using:

Core: 8887

Patches: Insider42 + ACE MTMAPS (4 cores) + Ace Stability Patch + Totem Vmap

Latest SD2

and i cant remember have some crash like that, maybe Double Spec, or other custom patch.

Link to comment
Share on other sites

@nanounico

What is the difference between putting in CFLAGS O0, O2 .. ect?

What does the flag-ggdb3?

Another thing, Where you get the ACE MTMAPS and Ace Stability Patch for the lattest rev?

THX

Core: 8896

Patches: Insider42 + mtmaps + own patchs

DB:YTDB

SD2:1510 + Insider42 patchs

(gdb) thread apply all backtrace full

Thread 17 (process 1146):
#0  0x00007f06824a0c95 in pthread_join () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00007f0684385a9e in ACE_Thread_Manager::wait_task ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#2  0x000000000074cdb9 in WorldSocketMgr::Wait ()
No locals.
#3  0x00000000004e8254 in Master::Run ()
No locals.
#4  0x00007f068199b5a6 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#5  0x00000000004e64b9 in _start () at ../sysdeps/x86_64/elf/start.S:113
No locals.
Current language:  auto; currently asm

Thread 16 (process 1186):
#0  0x00007f0681a63598 in epoll_wait () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f06843154d0 in ACE_Dev_Poll_Reactor::work_pending_i ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#2  0x00007f0684317d4a in ACE_Dev_Poll_Reactor::handle_events_i ()
---Type <return> to continue, or q <return> to quit---
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#3  0x00007f06843180d9 in ACE_Dev_Poll_Reactor::handle_events ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#4  0x00007f06843632ad in ACE_Reactor::run_reactor_event_loop ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#5  0x000000000074e603 in ReactorRunnable::svc ()
No locals.
#6  0x00007f06843823ff in ACE_Task_Base::svc_run ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#7  0x00007f0684383984 in ACE_Thread_Adapter::invoke ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#8  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#9  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#10 0x0000000000000000 in ?? ()
No symbol table info available.

---Type <return> to continue, or q <return> to quit---
Thread 15 (process 1179):
#0  0x00000000007121b7 in Unit::SelectHostileTarget ()
No locals.
#1  0x000000000077e514 in CreatureEventAI::UpdateAI ()
No locals.
#2  0x000000000052be3f in Creature::Update ()
No locals.
#3  0x00000000005dc3c5 in VisitorHelper<MaNGOS::ObjectUpdater, Creature> ()
No locals.
#4  0x00000000005d86ac in Map::Update ()
No locals.
#5  0x00000000005e539d in MapManager::Update ()
No locals.
#6  0x00000000005e552b in MapManager::Update ()
No locals.
#7  0x000000000074099b in World::Update ()
No locals.
#8  0x00000000004ea913 in WorldRunnable::run ()
No locals.
#9  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#10 0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#11 0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#12 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 14 (process 1184):
#0  0x00007f0681a63598 in epoll_wait () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f06843154d0 in ACE_Dev_Poll_Reactor::work_pending_i ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#2  0x00007f0684317d4a in ACE_Dev_Poll_Reactor::handle_events_i ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#3  0x00007f06843180d9 in ACE_Dev_Poll_Reactor::handle_events ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#4  0x00007f06843632ad in ACE_Reactor::run_reactor_event_loop ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#5  0x000000000074e603 in ReactorRunnable::svc ()
No locals.
#6  0x00007f06843823ff in ACE_Task_Base::svc_run ()
---Type <return> to continue, or q <return> to quit---
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#7  0x00007f0684383984 in ACE_Thread_Adapter::invoke ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#8  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#9  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#10 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 13 (process 1176):
#0  0x00007f06824a77e1 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007dff49 in ACE_Based::Thread::Sleep ()
No locals.
#2  0x00000000007d8cc2 in SqlDelayThread::run ()
No locals.
#3  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#4  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#5  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 12 (process 1193):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 11 (process 1177):
#0  0x00007f06824a77e1 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007dff49 in ACE_Based::Thread::Sleep ()
No locals.
#2  0x00000000007d8cc2 in SqlDelayThread::run ()
---Type <return> to continue, or q <return> to quit---
No locals.
#3  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#4  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 10 (process 1175):
#0  0x00007f06824a77e1 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007dff49 in ACE_Based::Thread::Sleep ()
No locals.
#2  0x00000000007d8cc2 in SqlDelayThread::run ()
No locals.
#3  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#4  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 9 (process 1181):
#0  0x00007f06824a77e1 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007dff49 in ACE_Based::Thread::Sleep ()
No locals.
#2  0x00000000004e9403 in RARunnable::run ()
No locals.
#3  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#4  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 8 (process 1180):
#0  0x00007f0681a24d21 in nanosleep () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f0681a5bf04 in usleep () from /lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#2  0x00000000004e6702 in CliRunnable::run ()
No locals.
#3  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#4  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 7 (process 1195):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---

Thread 6 (process 1190):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 5 (process 1191):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.

Thread 4 (process 1192):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 3 (process 1189):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 2 (process 1187):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 1 (process 1182):
#0  0x00000000004e8c56 in FreezeDetectorRunnable::run ()
No locals.
#1  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Link to comment
Share on other sites

@nanounico

What is the difference between putting in CFLAGS O0, O2 .. ect?

What does the flag-ggdb3?

Another thing, Where you get the ACE MTMAPS and Ace Stability Patch for the lattest rev?

THX

Core: 8896

Patches: Insider42 + mtmaps + own patchs

DB:YTDB

SD2:1510 + Insider42 patchs

(gdb) thread apply all backtrace full

Thread 17 (process 1146):
#0  0x00007f06824a0c95 in pthread_join () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00007f0684385a9e in ACE_Thread_Manager::wait_task ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#2  0x000000000074cdb9 in WorldSocketMgr::Wait ()
No locals.
#3  0x00000000004e8254 in Master::Run ()
No locals.
#4  0x00007f068199b5a6 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#5  0x00000000004e64b9 in _start () at ../sysdeps/x86_64/elf/start.S:113
No locals.
Current language:  auto; currently asm

Thread 16 (process 1186):
#0  0x00007f0681a63598 in epoll_wait () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f06843154d0 in ACE_Dev_Poll_Reactor::work_pending_i ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#2  0x00007f0684317d4a in ACE_Dev_Poll_Reactor::handle_events_i ()
---Type <return> to continue, or q <return> to quit---
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#3  0x00007f06843180d9 in ACE_Dev_Poll_Reactor::handle_events ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#4  0x00007f06843632ad in ACE_Reactor::run_reactor_event_loop ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#5  0x000000000074e603 in ReactorRunnable::svc ()
No locals.
#6  0x00007f06843823ff in ACE_Task_Base::svc_run ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#7  0x00007f0684383984 in ACE_Thread_Adapter::invoke ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#8  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#9  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#10 0x0000000000000000 in ?? ()
No symbol table info available.

---Type <return> to continue, or q <return> to quit---
Thread 15 (process 1179):
#0  0x00000000007121b7 in Unit::SelectHostileTarget ()
No locals.
#1  0x000000000077e514 in CreatureEventAI::UpdateAI ()
No locals.
#2  0x000000000052be3f in Creature::Update ()
No locals.
#3  0x00000000005dc3c5 in VisitorHelper<MaNGOS::ObjectUpdater, Creature> ()
No locals.
#4  0x00000000005d86ac in Map::Update ()
No locals.
#5  0x00000000005e539d in MapManager::Update ()
No locals.
#6  0x00000000005e552b in MapManager::Update ()
No locals.
#7  0x000000000074099b in World::Update ()
No locals.
#8  0x00000000004ea913 in WorldRunnable::run ()
No locals.
#9  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#10 0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#11 0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#12 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 14 (process 1184):
#0  0x00007f0681a63598 in epoll_wait () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f06843154d0 in ACE_Dev_Poll_Reactor::work_pending_i ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#2  0x00007f0684317d4a in ACE_Dev_Poll_Reactor::handle_events_i ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#3  0x00007f06843180d9 in ACE_Dev_Poll_Reactor::handle_events ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#4  0x00007f06843632ad in ACE_Reactor::run_reactor_event_loop ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#5  0x000000000074e603 in ReactorRunnable::svc ()
No locals.
#6  0x00007f06843823ff in ACE_Task_Base::svc_run ()
---Type <return> to continue, or q <return> to quit---
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#7  0x00007f0684383984 in ACE_Thread_Adapter::invoke ()
  from /home/themaster/DarkWoW/DKWoW_8896_322/lib/libACE-5.6.6.so
No locals.
#8  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#9  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#10 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 13 (process 1176):
#0  0x00007f06824a77e1 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007dff49 in ACE_Based::Thread::Sleep ()
No locals.
#2  0x00000000007d8cc2 in SqlDelayThread::run ()
No locals.
#3  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#4  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#5  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 12 (process 1193):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 11 (process 1177):
#0  0x00007f06824a77e1 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007dff49 in ACE_Based::Thread::Sleep ()
No locals.
#2  0x00000000007d8cc2 in SqlDelayThread::run ()
---Type <return> to continue, or q <return> to quit---
No locals.
#3  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#4  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 10 (process 1175):
#0  0x00007f06824a77e1 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007dff49 in ACE_Based::Thread::Sleep ()
No locals.
#2  0x00000000007d8cc2 in SqlDelayThread::run ()
No locals.
#3  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#4  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 9 (process 1181):
#0  0x00007f06824a77e1 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007dff49 in ACE_Based::Thread::Sleep ()
No locals.
#2  0x00000000004e9403 in RARunnable::run ()
No locals.
#3  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#4  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 8 (process 1180):
#0  0x00007f0681a24d21 in nanosleep () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f0681a5bf04 in usleep () from /lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#2  0x00000000004e6702 in CliRunnable::run ()
No locals.
#3  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#4  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 7 (process 1195):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---

Thread 6 (process 1190):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 5 (process 1191):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.

Thread 4 (process 1192):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 3 (process 1189):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 2 (process 1187):
#0  0x00007f0682bc8baa in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#1  0x00007f0682bc7ccf in ?? () from /usr/lib/libgomp.so.1
No symbol table info available.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 1 (process 1182):
#0  0x00000000004e8c56 in FreezeDetectorRunnable::run ()
No locals.
#1  0x00000000007e03c9 in ACE_Based::Thread::ThreadTask ()
No locals.
#2  0x00007f06824a03ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#3  0x00007f0681a62fcd in clone () from /lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

You can continue using the Ace MP from Infinity, use only 2 cores, and use Ace 5.7.0.

Link to comment
Share on other sites

Core [8925]

Latest SD2

Some ideas?

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 6, Aborted.
[New process 18376]
[New process 18385]
[New process 18384]
[New process 18383]
[New process 18382]
[New process 18381]
[New process 18380]
[New process 18379]
[New process 18378]
[New process 18377]
[New process 18371]
[New process 18370]
[New process 18369]
[New process 18367]
#0  0x0000003eb0a30265 in raise () from /lib64/libc.so.6
#0  0x0000003eb0a30265 in raise () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000003eb0a31d10 in abort () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000003eb0a296e6 in __assert_fail () from /lib64/libc.so.6
No symbol table info available.
#3  0x0000000000605fd3 in WorldObject::GetZoneAndAreaId (
   this=<value optimized out>, zoneid=@0x434ac73c, areaid=@0x434ac738)
   at /root/Desktop/Mangos/Sources/src/game/Object.cpp:1647
   st = {static SYMBUFSIZ = 4096, 
 buf_ = "./bin/mangos-worldd(_ZN5Spell7prepareEPK16SpellCastTargetsP4Aura+0x274) [0x712aee]\\n./bin/mangos-worldd(_ZN4Unit9CastSpellEPS_PK10SpellEntrybP4ItemP4Auram+0x8d) [0x75aec9]\\n./bin/mangos-worldd(_ZN4Aura2"..., buflen_ = 1542, 
 static UNSUPPORTED = 0x3eb1f67740 "<stack traces unsupported platform>", 
 static UNABLE_TO_GET_TRACE = 0x3eb1f67770 "<unable to get trace>"}
#4  0x0000000000705492 in Spell::CheckCast (this=0x2aaad4e5dbb0, strict=true)
   at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:4132
   zone = <value optimized out>
   area = <value optimized out>
   locRes = <value optimized out>
#5  0x0000000000712aee in Spell::Prepare (this=0x2aaad4e5dbb0, 
   targets=<value optimized out>, triggeredByAura=0x0)
   at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2370
   Event = <value optimized out>
   result = <value optimized out>
#6  0x000000000075aec9 in Unit::CastSpell (this=0x1fc8f940, 
   Victim=0x2aaae1a7ded0, spellInfo=0x2aaab4a31dd0, triggered=true, 
   castItem=0x0, triggeredByAura=0x0, originalCaster=0)
   at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:951
   spell = (Spell *) 0x2aaad4e5dbb0
   targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 3551.8999, 
 m_destY = 258.016998, m_destZ = -115.964996, m_strTarget = {
   static npos = 18446744073709551615, 
   _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xbb8c78 ""}}, m_targetMask = 2, 
 m_unitTarget = 0x2aaae1a7ded0, m_GOTarget = 0x0, m_itemTarget = 0x0, 
 m_unitTargetGUID = 265160, m_GOTargetGUID = 0, m_CorpseTargetGUID = 0, 
 m_itemTargetGUID = 0, m_itemTargetEntry = 0}
#7  0x00000000006e9d9c in Aura::ReapplyAffectedPassiveAuras (
   this=0x2aaae2609310, target=0x1fc8f940)
   at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:1359
   affectedSelf = {_M_t = {
   _M_impl = {<std::allocator<std::_Rb_tree_node<unsigned int> >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<unsigned int> >> = {<No data fields>}, <No data fields>}, 
     _M_key_compare = {<std::binary_function<unsigned int,unsigned int,bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, 
       _M_parent = 0x2aaae0f65080, _M_left = 0x2aaae0f65080, 
       _M_right = 0x2aaae0f65080}, _M_node_count = 1}}}
   affectedAuraCaster = {_M_t = {
   _M_impl = {<std::allocator<std::_Rb_tree_node<unsigned int> >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<unsigned int> >> = {<No data fields>}, <No data fields>}, 
     _M_key_compare = {<std::binary_function<unsigned int,unsigned int,bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, 
       _M_parent = 0x0, _M_left = 0x434ad8a8, _M_right = 0x434ad8a8}, 
     _M_node_count = 0}}}
#8  0x00000000006ea1a3 in Aura::HandleAddModifier (this=0x2aaae2609310, 
   apply=<value optimized out>, Real=<value optimized out>)
   at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:1446
   member = (class Player *) 0x47c8
   itr = (class GroupReference *) 0x0
   group = <value optimized out>
#9  0x00000000006ddc18 in Aura::ApplyModifier (this=0x2aaae2609310, apply=200, 
   Real=6) at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:939
   aura = SPELL_AURA_NONE
#10 0x0000000000771673 in Unit::AddAura (this=0x2aaae1a7ded0, 
   Aur=0x2aaae2609310) at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3710
   aurSpellInfo = (const SpellEntry *) 0x2aaab3b0a370
   aurName = SPELL_AURA_ADD_FLAT_MODIFIER
#11 0x0000000000719486 in Spell::EffectApplyAura (this=0x2aaae26090e0, i=0)
   at /root/Desktop/Mangos/Sources/src/game/SpellEffects.cpp:2570
   caster = (class Unit *) 0x2aaae1a7ded0
   Aur = (class Aura *) 0x2aaae2609310
   duration = 0
   limitduration = <value optimized out>
#12 0x00000000006fbca8 in Spell::DoSpellHitOnUnit (this=0x2aaae26090e0, 
   unit=0x2aaae1a7ded0, effectMask=3)
   at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1146
   realCaster = (class Unit *) 0x2aaae1a7ded0
#13 0x00000000006fcfee in Spell::DoAllEffectOnTarget (this=0x2aaae26090e0, 
   target=0x2aaae168c670)
   at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:947
   mask = 6
   unit = (class Unit *) 0x2aaae1a7ded0
   caster = (class Unit *) 0x2aaae1a7ded0
   missInfo = <value optimized out>
   procAttacker = 16384
   procVictim = 32768
   procEx = <value optimized out>
#14 0x000000000071318d in Spell::handle_immediate (this=0x2aaae26090e0)
   at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2649
No locals.
#15 0x00000000007126cd in Spell::cast (this=0x2aaae26090e0, skipCheck=true)
   at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2623
   castResult = <value optimized out>
#16 0x000000000075aec9 in Unit::CastSpell (this=0x2aaae1a7ded0, 
   Victim=0x2aaae1a7ded0, spellInfo=0x2aaab3b0a370, triggered=true, 
   castItem=0x0, triggeredByAura=0x0, originalCaster=0)
   at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:951
   spell = (Spell *) 0x2aaae26090e0
   targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 3551.8999, 
 m_destY = 258.016998, m_destZ = -115.964996, m_strTarget = {
   static npos = 18446744073709551615, 
   _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xbb8c78 ""}}, m_targetMask = 2, 
 m_unitTarget = 0x2aaae1a7ded0, m_GOTarget = 0x0, m_itemTarget = 0x0, 
 m_unitTargetGUID = 265160, m_GOTargetGUID = 0, m_CorpseTargetGUID = 0, 
 m_itemTargetGUID = 0, m_itemTargetEntry = 0}
#17 0x000000000069c131 in Player::addSpell (this=0x2aaae1a7ded0, 
   spell_id=31869, active=true, learning=160, dependent=false, disabled=false)
   at /root/Desktop/Mangos/Sources/src/game/Player.cpp:3041
   spellInfo = (const SpellEntry *) 0x2aaab3b0a370
   state = <value optimized out>
   dependent_set = <value optimized out>
   superceded_old = false
   talentCost = 1
   spellLearnSkill = <value optimized out>
#18 0x000000000069d0d2 in Player::_LoadSpells (this=0x2aaae1a7ded0, 
   result=0x2aaae9fca500)
   at /root/Desktop/Mangos/Sources/src/game/Player.cpp:15682
   fields = (Field *) 0x2aaaea299288
#19 0x00000000006bfd68 in Player::LoadFromDB (this=0x2aaae1a7ded0, 
   guid=265160, holder=0x2aaacfe2b270)
   at /root/Desktop/Mangos/Sources/src/game/Player.cpp:14890
   result = (QueryResult *) 0x2aaaea21ed70
   fields = <value optimized out>
   dbAccountId = <value optimized out>
   transGUID = 0
   difficulty = <value optimized out>
   arena_currency = <value optimized out>
   hasbginfo = <value optimized out>
   now = <value optimized out>
   soberFactor = <value optimized out>
   extraflags = 4
   taxi_nodes = {static npos = 18446744073709551615, 
 _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xbb8c78 ""}}
   savedHealth = 26133
   savedPower = {8854, 0, 0, 100, 0, 0, 0}
   __PRETTY_FUNCTION__ = "bool Player::LoadFromDB(uint32, SqlQueryHolder*)"
#20 0x00000000008231c0 in WorldSession::HandlePlayerLogin (this=0x266dfcc0, 
   holder=0x2aaacfe2b270)
   at /root/Desktop/Mangos/Sources/src/game/CharacterHandler.cpp:562
   playerGuid = 265160
   pCurrChar = (class Player *) 0x2aaae1a7ded0
   data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, 
   _rpos = 1129004816, _wpos = 4294967297, 
   _storage = {<std::_Vector_base<unsigned char,std::allocator<unsigned char> >> = {
       _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>}, 
         _M_start = 0x434b3f30 "\\220ªC\\036", 
         _M_finish = 0x434b3f10 "\\020\\017ñ\\036", 
         _M_end_of_storage = 0x434b3f30 "\\220ªC\\036"}}, <No data fields>}}, 
 m_opcode = 1}
   resultGuild = <value optimized out>
   IP_str = {static npos = 18446744073709551615, 
 _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x1e43aa90 ""}}
#21 0x0000000000849a97 in SqlResultQueue::Update (this=0x1c691de0)
   at /root/Desktop/Mangos/Sources/src/shared/Database/SqlOperations.cpp:77
   callback = (class MaNGOS::IQueryCallback *) 0x2aaacf3aa3b0
#22 0x0000000000797b53 in World::Update (this=0x2aaaac013700, diff=34)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:2115
No locals.
#23 0x00000000004c525f in WorldRunnable::run (this=<value optimized out>)
   at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:60
   diff = 34
   realCurrTime = 1660504740
   realPrevTime = <value optimized out>
   prevSleepTime = 31
#24 0x00000000008517ad in ACE_Based::Thread::ThreadTask (param=0x47bf)
   at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:183
   _task = (class ACE_Based::Runnable *) 0x1eeff050
#25 0x0000003eb1606617 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#26 0x0000003eb0ad3c2d in clone () from /lib64/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

8969 + sd2 1513 + visibility patch + mtmaps(without mtmaps also crash)

max uptime 1-2h

no ideas...

Program received signal SIGSEGV, Segmentation fault.
[switching to Thread 0x42003950 (LWP 29540)]
Spell::handle_immediate (this=0x2c898860) at ../../../src/game/Spell.cpp:2636
2636        for(std::list<TargetInfo>::iterator ihit= m_UniqueTargetInfo.begin();ihit != m_UniqueTargetInfo.end();++ihit)
#0  Spell::handle_immediate (this=0x2c898860)
   at ../../../src/game/Spell.cpp:2636
#1  0x00000000006e7550 in Spell::cast (this=0x2c898860, skipCheck=true)
   at ../../../src/game/Spell.cpp:2611
#2  0x000000000072e683 in Unit::CastCustomSpell (this=0x2bef7c60, 
   Victim=0x7fff6d7e0f70, spellInfo=0x7fffed0131e0, bp0=0x42002a48, bp1=0x0, 
   bp2=0x0, triggered=<value optimized out>, castItem=0x0, 
   triggeredByAura=0x292dfb60, originalCaster=0)
   at ../../../src/game/Unit.cpp:1004
#3  0x00000000007415ab in Unit::HandleDummyAuraProc (this=0x2bef7c60, 
   pVictim=0x7fff6d7e0f70, damage=38600, triggeredByAura=0x292dfb60, 
   procSpell=0x0, procFlag=<value optimized out>, procEx=1, cooldown=0)
   at ../../../src/game/Unit.cpp:6853
#4  0x00000000007455f6 in Unit::ProcDamageAndSpellFor (this=0x2bef7c60, 
   isVictim=false, pTarget=0x7fff6d7e0f70, procFlag=262144, procExtra=1, 
   attType=BASE_ATTACK, procSpell=0x7fffec4db160, damage=965)
   at ../../../src/game/Unit.cpp:12055
#5  0x0000000000745ff5 in Unit::ProcDamageAndSpell (this=0x2c898860, 
   pVictim=0x7fff6d7e0f70, procAttacker=<value optimized out>, 
   procVictim=1572864, procExtra=1, amount=965, attType=BASE_ATTACK, 
   procSpell=0x7fffec4db160) at ../../../src/game/Unit.cpp:4710
#6  0x00000000006cd847 in Aura::PeriodicTick (this=0x7fff5f1dcf20)
   at ../../../src/game/SpellAuras.cpp:6613
#7  0x00000000006cecd6 in Aura::Update (this=0x7fff5f1dcf20, diff=181)
   at ../../../src/game/SpellAuras.cpp:662
#8  0x000000000073260e in Aura::UpdateAura (this=0x7fff6d7e0f70, time=181)
   at ../../../src/game/SpellAuras.h:321
#9  Unit::_UpdateSpells (this=0x7fff6d7e0f70, time=181)
   at ../../../src/game/Unit.cpp:3192
#10 0x00000000007327ff in Unit::Update (this=0x7fff6d7e0f70, p_time=181)
   at ../../../src/game/Unit.cpp:199
#11 0x00000000006a2893 in Player::Update (this=0x7fff6d7e0f70, p_time=181)
   at ../../../src/game/Player.cpp:1094
#12 0x00000000005e4b8c in Map::Update (this=0x7fffde510e00, t_diff=@0x2c88f940)
   at ../../../src/game/Map.cpp:608
#13 0x00000000005f6b72 in MapUpdateRequest::call (this=0x2c88f920)
   at ../../../src/game/MapUpdater.cpp:47
#14 0x00000000007f9ad1 in DelayExecutor::svc (this=0x7fffe600cae8)
   at ../../../src/shared/DelayExecutor.cpp:60
#15 0x00007ffff7b79257 in ACE_Task_Base::svc_run (args=<value optimized out>)
   at ../../ace/Task.cpp:275
#16 0x00007ffff7b7a905 in ACE_Thread_Adapter::invoke (this=0x182b9a0)
   at ../../ace/Thread_Adapter.cpp:98
#17 0x00007ffff5e9efc7 in start_thread () from /lib/libpthread.so.0
#18 0x00007ffff546b5ad in clone () from /lib/libc.so.6
#19 0x0000000000000000 in ?? ()
#0  Spell::handle_immediate (this=0x2c898860)
   at ../../../src/game/Spell.cpp:2636
No locals.
#1  0x00000000006e7550 in Spell::cast (this=0x2c898860, skipCheck=true)
   at ../../../src/game/Spell.cpp:2611
       castResult = <value optimized out>
#2  0x000000000072e683 in Unit::CastCustomSpell (this=0x2bef7c60, 
   Victim=0x7fff6d7e0f70, spellInfo=0x7fffed0131e0, bp0=0x42002a48, bp1=0x0, 
   bp2=0x0, triggered=<value optimized out>, castItem=0x0, 
   triggeredByAura=0x292dfb60, originalCaster=0)
   at ../../../src/game/Unit.cpp:1004
       spell = <value optimized out>
       targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = -8893.4541, 
         m_destY = 636.841919, m_destZ = 99.5232849, m_strTarget = {
           static npos = 18446744073709551615, 
           _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xb3dc58 ""}}, 
         m_targetMask = 2, m_unitTarget = 0x7fff6d7e0f70, m_GOTarget = 0x0, 
         m_itemTarget = 0x0, m_unitTargetGUID = 25273, m_GOTargetGUID = 0, 
         m_CorpseTargetGUID = 0, m_itemTargetGUID = 0, m_itemTargetEntry = 0}
#3  0x00000000007415ab in Unit::HandleDummyAuraProc (this=0x2bef7c60, 
   pVictim=0x7fff6d7e0f70, damage=38600, triggeredByAura=0x292dfb60, 
   procSpell=0x0, procFlag=<value optimized out>, procEx=1, cooldown=0)
   at ../../../src/game/Unit.cpp:6853
       dummySpell = 0x7fffed0138c0
       effIndex = 3976280256
       triggerAmount = <value optimized out>
       castItem = 0x0
       triggered_spell_id = 63106
       target = 0x7fff6d7e0f70
       basepoints0 = 386
#4  0x00000000007455f6 in Unit::ProcDamageAndSpellFor (this=0x2bef7c60, 
   isVictim=false, pTarget=0x7fff6d7e0f70, procFlag=262144, procExtra=1, 
   attType=BASE_ATTACK, procSpell=0x7fffec4db160, damage=965)
   at ../../../src/game/Unit.cpp:12055
       triggeredByAura = 0x292dfb60
       spellProcEvent = <value optimized out>
       spellInfo = <value optimized out>
       cooldown = 0
       removedSpells = {<std::_List_base<unsigned int, std::allocator<unsigned int> >> = {
           _M_impl = {<std::allocator<std::_List_node<unsigned int> >> = {<__gnu_cxx::new_allocator<std::_List_node<unsigned int> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x42002b60, 
               _M_prev = 0x42002b60}}}, <No data fields>}
       procTriggered = {<std::_List_base<ProcTriggeredData, std::allocator<ProcTriggeredData> >> = {
           _M_impl = {<std::allocator<std::_List_node<ProcTriggeredData> >> = {<__gnu_cxx::new_allocator<std::_List_node<ProcTriggeredData> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x2c898830, 
               _M_prev = 0x88a7d70}}}, <No data fields>}
#5  0x0000000000745ff5 in Unit::ProcDamageAndSpell (this=0x2c898860, 
   pVictim=0x7fff6d7e0f70, procAttacker=<value optimized out>, 
   procVictim=1572864, procExtra=1, amount=965, attType=BASE_ATTACK, 
   procSpell=0x7fffec4db160) at ../../../src/game/Unit.cpp:4710
No locals.
#6  0x00000000006cd847 in Aura::PeriodicTick (this=0x7fff5f1dcf20)
   at ../../../src/game/SpellAuras.cpp:6613
       pCaster = <value optimized out>
       absorb = 0
       resist = 0
       amount = <value optimized out>
       cleanDamage = {damage = 0, attackType = BASE_ATTACK, 
         hitOutCome = MELEE_HIT_NORMAL}
       isCrit = false
       pInfo = {aura = 0x7fff5f1dcf20, damage = 965, overDamage = 0, 
         absorb = 0, resist = 0, multiplier = 0, critical = false}
       procVictim = 0
       pdamage = 965

Link to comment
Share on other sites

#0 Player::ApplySpellMod<float> (this=0x7f61a534c3b0, spellId=52803, op=SPELLMOD_RADIUS, basevalue=@0x42b3d68c, spell=0x15997d40)

at ../../../src/game/Player.h:2597

#1 0x00000000006d3612 in Spell::SetTargetMap (this=0x15997d40, effIndex=0, targetMode=1, TagUnitMap=@0x42b3d6d0) at ../../../src/game/Spell.cpp:1308

#2 0x00000000006d7e18 in Spell::FillTargetMap (this=0x15997d40) at ../../../src/game/Spell.cpp:567

#3 0x00000000006d8202 in Spell::cast (this=0x15997d40, skipCheck=true) at ../../../src/game/Spell.cpp:2602

#4 0x000000000071e5e9 in Unit::CastSpell (this=0x7f61a534c3b0, Victim=0x7f61a5022cb0, spellInfo=0x7f61ac7e6300, triggered=<value optimized out>,

castItem=0x0, triggeredByAura=0x0, originalCaster=0) at ../../../src/game/Unit.cpp:949

#5 0x00000000006b4bef in Aura::ReapplyAffectedPassiveAuras (this=0x15996740, target=0x7f61a534c3b0) at ../../../src/game/SpellAuras.cpp:1364

#6 0x00000000006b9fb5 in Aura::HandleAddModifier (this=0x15996740, apply=<value optimized out>, Real=<value optimized out>)

at ../../../src/game/SpellAuras.cpp:1451

#7 0x00000000006af6c4 in Aura::ApplyModifier (this=0x15996740, apply=67, Real=6) at ../../../src/game/SpellAuras.cpp:939

#8 0x000000000071c24e in Unit::RemoveAura (this=0x7f61a5022cb0, i=@0x42b3d970, mode=AURA_REMOVE_BY_DEFAULT) at ../../../src/game/Unit.cpp:4214

#9 0x000000000071ccd2 in Unit::RemoveAura (this=0x7f61a5022cb0, spellId=47586, effindex=<value optimized out>, except=0x0)

at ../../../src/game/Unit.cpp:3914

#10 0x000000000071cdb6 in Unit::RemoveAurasDueToSpell (this=0x7f61a5022cb0, spellId=47586, except=0x0) at ../../../src/game/Unit.cpp:4084

#11 0x00000000006b4bcd in Aura::ReapplyAffectedPassiveAuras (this=0x159963b0, target=0x7f61a5022cb0) at ../../../src/game/SpellAuras.cpp:1363

#12 0x00000000006b9fb5 in Aura::HandleAddModifier (this=0x159963b0, apply=<value optimized out>, Real=<value optimized out>)

at ../../../src/game/SpellAuras.cpp:1451

#13 0x00000000006af6c4 in Aura::ApplyModifier (this=0x159963b0, apply=67, Real=6) at ../../../src/game/SpellAuras.cpp:939

#14 0x000000000071c24e in Unit::RemoveAura (this=0x7f61a534c3b0, i=@0x42b3db50, mode=AURA_REMOVE_BY_DEFAULT) at ../../../src/game/Unit.cpp:4214

#15 0x000000000071ccd2 in Unit::RemoveAura (this=0x7f61a534c3b0, spellId=52803, effindex=<value optimized out>, except=0x0)

at ../../../src/game/Unit.cpp:3914

#16 0x000000000071cdb6 in Unit::RemoveAurasDueToSpell (this=0x7f61a534c3b0, spellId=52803, except=0x0) at ../../../src/game/Unit.cpp:4084

#17 0x00000000006b4bcd in Aura::ReapplyAffectedPassiveAuras (this=0x15996740, target=0x7f61a534c3b0) at ../../../src/game/SpellAuras.cpp:1363

#18 0x00000000006b9fb5 in Aura::HandleAddModifier (this=0x15996740, apply=<value optimized out>, Real=<value optimized out>)

at ../../../src/game/SpellAuras.cpp:1451

#19 0x00000000006af6c4 in Aura::ApplyModifier (this=0x15996740, apply=67, Real=6) at ../../../src/game/SpellAuras.cpp:939

#20 0x0000000000728470 in Unit::AddAura (this=0x7f61a5022cb0, Aur=0x15996740) at ../../../src/game/Unit.cpp:3708

#21 0x00000000006e4ff7 in Spell::EffectApplyAura (this=0x159964e0, i=0) at ../../../src/game/SpellEffects.cpp:2606

#22 0x00000000006ca18b in Spell::DoSpellHitOnUnit (this=0x159964e0, unit=0x7f61a5022cb0, effectMask=3) at ../../../src/game/Spell.cpp:1163

#23 0x00000000006ca85b in Spell::DoAllEffectOnTarget (this=0x159964e0, target=0x15996720) at ../../../src/game/Spell.cpp:964

#24 0x00000000006d8ff4 in Spell::handle_immediate (this=0x159964e0) at ../../../src/game/Spell.cpp:2661

#25 0x00000000006d83b0 in Spell::cast (this=0x159964e0, skipCheck=true) at ../../../src/game/Spell.cpp:2635

#26 0x000000000071e5e9 in Unit::CastSpell (this=0x7f61a5022cb0, Victim=0x7f61a534c3b0, spellInfo=0x7f61ac42afe0, triggered=<value optimized out>,

castItem=0x0, triggeredByAura=0x0, originalCaster=0) at ../../../src/game/Unit.cpp:949

#27 0x00000000006b4bef in Aura::ReapplyAffectedPassiveAuras (this=0x15994850, target=0x7f61a5022cb0) at ../../../src/game/SpellAuras.cpp:1364

#28 0x00000000006b9fb5 in Aura::HandleAddModifier (this=0x15994850, apply=<value optimized out>, Real=<value optimized out>)

at ../../../src/game/SpellAuras.cpp:1451

#29 0x00000000006af6c4 in Aura::ApplyModifier (this=0x15994850, apply=67, Real=6) at ../../../src/game/SpellAuras.cpp:939

#30 0x000000000071c24e in Unit::RemoveAura (this=0x7f61a534c3b0, i=@0x42b3e110, mode=AURA_REMOVE_BY_DEFAULT) at ../../../src/game/Unit.cpp:4214

#31 0x000000000071ccd2 in Unit::RemoveAura (this=0x7f61a534c3b0, spellId=52803, effindex=<value optimized out>, except=0x0)

at ../../../src/game/Unit.cpp:3914

#32 0x000000000071cdb6 in Unit::RemoveAurasDueToSpell (this=0x7f61a534c3b0, spellId=52803, except=0x0) at ../../../src/game/Unit.cpp:4084

#33 0x00000000006b4bcd in Aura::ReapplyAffectedPassiveAuras (this=0x15994be0, target=0x7f61a534c3b0) at ../../../src/game/SpellAuras.cpp:1363

#34 0x00000000006b9fb5 in Aura::HandleAddModifier (this=0x15994be0, apply=<value optimized out>, Real=<value optimized out>)

at ../../../src/game/SpellAuras.cpp:1451

#35 0x00000000006af6c4 in Aura::ApplyModifier (this=0x15994be0, apply=67, Real=6) at ../../../src/game/SpellAuras.cpp:939

#36 0x0000000000728470 in Unit::AddAura (this=0x7f61a5022cb0, Aur=0x15994be0) at ../../../src/game/Unit.cpp:3708

#37 0x00000000006e4ff7 in Spell::EffectApplyAura (this=0x15994980, i=0) at ../../../src/game/SpellEffects.cpp:2606

#38 0x00000000006ca18b in Spell::DoSpellHitOnUnit (this=0x15994980, unit=0x7f61a5022cb0, effectMask=3) at ../../../src/game/Spell.cpp:1163

#39 0x00000000006ca85b in Spell::DoAllEffectOnTarget (this=0x15994980, target=0x15994bc0) at ../../../src/game/Spell.cpp:964

#40 0x00000000006d8ff4 in Spell::handle_immediate (this=0x15994980) at ../../../src/game/Spell.cpp:2661

#41 0x00000000006d83b0 in Spell::cast (this=0x15994980, skipCheck=true) at ../../../src/game/Spell.cpp:2635

#42 0x000000000071e5e9 in Unit::CastSpell (this=0x7f61a5022cb0, Victim=0x7f61a534c3b0, spellInfo=0x7f61ac42afe0, triggered=<value optimized out>,

castItem=0x0, triggeredByAura=0x0, originalCaster=0) at ../../../src/game/Unit.cpp:949

#43 0x00000000006b4bef in Aura::ReapplyAffectedPassiveAuras (this=0x15992cf0, target=0x7f61a5022cb0) at ../../../src/game/SpellAuras.cpp:1364

#44 0x00000000006b9fb5 in Aura::HandleAddModifier (this=0x15992cf0, apply=<value optimized out>, Real=<value optimized out>)

at ../../../src/game/SpellAuras.cpp:1451

Chain crash on my server.

Revision 8950+ My own ScriptDev + Dual Spec

Link to comment
Share on other sites

On lookup quest crash (I think):

core: 8985

sd2: 1515

+chatlog

+other pathes, but any of them do not modify "Chat.cpp"

Program received signal SIGSEGV, Segmentation fault.

[switching to Thread 0x7ff00cef2950 (LWP 19368)]

0x00007ff014f82c40 in strlen () from /lib/libc.so.6

CRASH ON Пнд Дек 14 16:17:56 EET 2009

Using the running image of child Thread 0x7ff00cef2950 (LWP 19368).

Program stopped at 0x7ff014f82c40.

It stopped with signal SIGSEGV, Segmentation fault.

Type "info stack" or "info registers" for more information.

BACKTRACE

#0 0x00007ff014f82c40 in strlen () from /lib/libc.so.6

#1 0x00007ff014f4b75e in vfprintf () from /lib/libc.so.6

#2 0x00007ff014ffe738 in __vsnprintf_chk () from /lib/libc.so.6

#3 0x0000000000511fed in ChatHandler::PSendSysMessage (this=0x7ff00cef1ef0,

entry=<value optimized out>) at /usr/include/bits/stdio2.h:79

#4 0x00000000005b66cc in ChatHandler::HandleLookupQuestCommand (

this=0x7ff00cef1ef0, args=<value optimized out>)

at ../../../src/game/Level3.cpp:2964

#5 0x0000000000520b5a in ChatHandler::ExecuteCommandInTable (

this=0x7ff00cef1ef0, table=0xb4c5b0,

text=0x7fefa0169bc6 "�\\236�\\205оѾ\\202а на дѴ\\200аконов",

fullcmd=@0x7ff00cef0dc0) at ../../../src/game/Chat.cpp:883

#6 0x0000000000520c90 in ChatHandler::ExecuteCommandInTable (

this=0x7ff00cef1ef0, table=0xb49070,

text=0x7fefa0169bc0 "quest �\\236�\\205оѾ\\202а на дѴ\\200аконов",

fullcmd=@0x7ff00cef0dc0) at ../../../src/game/Chat.cpp:864

#7 0x0000000000521148 in ChatHandler::ParseCommands (this=0x7ff00cef1ef0,

text=0x7fefa0169bb9 "lookup quest �\\236�\\205оѾ\\202а на дѴ\\200аконов") at ../../../src/game/Chat.cpp:997

#8 0x00000000007cb7ec in WorldSession::HandleMessagechatOpcode (

this=0x7fefa1337f80, recv_data=@0x7fefd7ab4db0)

at ../../../src/game/ChatHandler.cpp:173

#9 0x0000000000753d1b in WorldSession::Update (this=0x7fefa1337f80)

at ../../../src/game/WorldSession.cpp:230

#10 0x000000000074c97f in World::UpdateSessions (this=0x7ff0100236e0, diff=70)

full on http://paste2.org/p/561445

PS: sorry for my english.

Link to comment
Share on other sites

core : 8993

sd2 : 1515

(gdb) bt full
#0  0x00007fa186408acb in ?? () from /lib/libc.so.6
No symbol table info available.
#1  0x00007fa18640b2c6 in ?? () from /lib/libc.so.6
No symbol table info available.
#2  0x00007fa18640ca78 in malloc () from /lib/libc.so.6
No symbol table info available.
#3  0x00007fa186c48c4b in operator new () from /usr/lib/libstdc++.so.6
No symbol table info available.
#4  0x00007fa188330757 in ACE_New_Allocator::malloc (
   this=<value optimized out>, nbytes=284774432)
   at ../../../../dep/ACE_wrappers/ace/Malloc_Allocator.cpp:118
No locals.
#5  0x00007fa188331bc5 in ACE_Data_Block (this=0x11006140, size=65536,
   msg_type=284774432, msg_data=0x0, allocator_strategy=0x10f93fa0,
   locking_strategy=0x7fa1866e3a08, flags=0,
   data_block_allocator=0x7fa1885f9270)
   at ../../../../dep/ACE_wrappers/ace/Message_Block.cpp:368
No locals.
#6  0x00007fa18833245c in ACE_Message_Block::init_i (this=0x1133dc10,
   size=65536, msg_type=1, msg_cont=<value optimized out>, msg_data=0x0,
   allocator_strategy=0x0, locking_strategy=0x0, flags=0, priority=0,
   execution_time=@0xb36580, deadline_time=@0xb363c0, db=0x11006140,
   data_block_allocator=0x7fa1885f9270, message_block_allocator=0x0)
---Type <return> to continue, or q <return> to quit---bt full
   at ../../../../dep/ACE_wrappers/ace/Message_Block.cpp:727
No locals.
#7  0x00007fa188332a2d in ACE_Message_Block (this=0x7fa1866e39e0, size=65536,
   msg_type=284774432, msg_cont=0x3, msg_data=0x10f93fa0 "Pà0\\021",
   allocator_strategy=0x7fa1866e3a08, locking_strategy=0x0, priority=0,
   execution_time=@0xb36580, deadline_time=@0xb363c0,
   data_block_allocator=0x0, message_block_allocator=0x0)
   at ../../../../dep/ACE_wrappers/ace/Message_Block.cpp:453
No locals.
#8  0x00000000007590a1 in WorldSocket::open (this=0x10c14b20,
   a=<value optimized out>) at ../../../src/game/WorldSocket.cpp:233
       remote_addr = {<ACE_Addr> = {_vptr.ACE_Addr = 0xb36580,
   static sap_any = {_vptr.ACE_Addr = 0x7fa1885e38d0,
     static sap_any = <same as static member of an already seen type>,
     addr_type_ = -1, addr_size_ = -1}, addr_type_ = 2050, addr_size_ = 0},
 inet_addr_ = {in4_ = {sin_family = 276, sin_port = 0, sin_addr = {
       s_addr = 0}, sin_zero = "ãÔ1\\210¡\\177\\000"}}}
       packet = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0,
   _wpos = 0,
   _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
       _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data field
s>}, _M_start = 0x0,

It's possible it that happen because i havn't the last ACE lib ?

If yes, how i can update the lib on my debian ? (because ACE is already in MaNGOS src ...)

Link to comment
Share on other sites

Core : 8993

Latest SD2

Custom: External, Visibility, TotemVmap, Ace 5.7.0

Frecuently: 3-6-12 Hours

Crash in : Object.h

at:

        const uint64& GetUInt64Value( uint16 index ) const
       {
           ASSERT( index + 1 < m_valuesCount || PrintIndexError( index , false) );
           return *((uint64*)&(m_uint32Values[ index ]));
       }

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 6, Aborted.
[New process 8044]
[New process 8054]
[New process 8053]
[New process 8052]
[New process 8051]
[New process 8050]
[New process 8049]
[New process 8048]
[New process 8047]
[New process 8046]
[New process 8045]
[New process 8040]
[New process 8039]
[New process 8038]
[New process 8036]
#0  0x0000003eb0a30265 in raise () from /lib64/libc.so.6
#0  0x0000003eb0a30265 in raise () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000003eb0a31d10 in abort () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000003eb0a296e6 in __assert_fail () from /lib64/libc.so.6
No symbol table info available.
#3  0x000000000080123f in WorldSession::HandleSetActiveMoverOpcode (
   this=0x2aab61289e80, recv_data=<value optimized out>)
   at /root/Desktop/Mangos/Sources/src/game/Object.h:175
   st = {static SYMBUFSIZ = 4096, 
 buf_ = "./bin/mangos-worldd(_ZN5World14UpdateSessionsEj+0x12c) [0x79847c]\\n./bin/mangos-worldd(_ZN5World6UpdateEj+0x201) [0x798cc1]\\n./bin/mangos-worldd(_ZN13WorldRunnable3runEv+0xdf) [0x4c498f]\\n./bin/mangos-wo"..., buflen_ = 340, 
 static UNSUPPORTED = 0x3eb1f67740 "<stack traces unsupported platform>", 
 static UNABLE_TO_GET_TRACE = 0x3eb1f67770 "<unable to get trace>"}
#4  0x000000000079f71b in WorldSession::Update (this=0x2aab61289e80)
   at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:186
   opHandle = (OpcodeHandler &) @0x6: <error reading variable>
   packet = (WorldPacket *) 0x2aab82651890
   currTime = <value optimized out>
#5  0x000000000079847c in World::UpdateSessions (this=0x2aaaac013690, diff=204)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:2082
   sess = <value optimized out>
#6  0x0000000000798cc1 in World::Update (this=0x2aaaac013690, diff=204)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:1635
No locals.
#7  0x00000000004c498f in WorldRunnable::run (this=<value optimized out>)
   at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:60
   diff = 204
   realCurrTime = 2399585967
   realPrevTime = <value optimized out>
   prevSleepTime = 0
#8  0x000000000085298d in ACE_Based::Thread::ThreadTask (param=0x1f64)
   at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:183
   _task = (class ACE_Based::Runnable *) 0x2aaaacb5d6e0
#9  0x0000003eb1606617 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#10 0x0000003eb0ad3c2d in clone () from /lib64/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

Core : 8994

Latest SD2

Custom: External, Visibility, TotemVmap, Ace 5.7.0

Frecuently: 3-6-12 Hours

Crash in : Object.h

void SetMap(Map * map);

Map * GetMap() const { ASSERT(m_currMap); return m_currMap; }

//used to check all object's GetMap() calls when object is not in world!

void ResetMap() { m_currMap = NULL; }

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 6, Aborted.
[New process 6013]
[New process 6023]
[New process 6022]
[New process 6021]
[New process 6020]
[New process 6019]
[New process 6018]
[New process 6017]
[New process 6016]
[New process 6015]
[New process 6014]
[New process 6002]
[New process 6001]
[New process 6000]
[New process 5998]
#0  0x0000003eb0a30265 in raise () from /lib64/libc.so.6
#0  0x0000003eb0a30265 in raise () from /lib64/libc.so.6
No symbol table info available.
#1  0x0000003eb0a31d10 in abort () from /lib64/libc.so.6
No symbol table info available.
#2  0x0000003eb0a296e6 in __assert_fail () from /lib64/libc.so.6
No symbol table info available.
#3  0x00000000004caa06 in AchievementMgr::SendAchievementEarned (
   this=0x17e446a8, achievement=0x2aaaac0a7470)
   at /root/Desktop/Mangos/Sources/src/game/Object.h:494
   cell = {data = {Part = {grid_x = 35, grid_y = 33, cell_x = 0, 
     cell_y = 7, nocreate = 1, reserved = 31}, All = 1058801763}}
   say_builder = {i_player = @0x17e41de0, 
 i_msgtype = CHAT_MSG_ACHIEVEMENT, i_textId = 810, i_achievementId = 1176}
   say_worker = {i_searcher = 0x17e41de0, i_dist = 40, i_do = @0x42eb6aa0}
   message = {i_visitor = @0x42eb6b00}
   p = {x_coord = 280, y_coord = 271}
   say_do = {i_builder = @0x42eb6b20, 
 i_data_cache = {<std::_Vector_base<WorldPacket*,std::allocator<WorldPacket*> >> = {
     _M_impl = {<std::allocator<WorldPacket*>> = {<__gnu_cxx::new_allocator<WorldPacket*>> = {<No data fields>}, <No data fields>}, _M_start = 0x0, 
       _M_finish = 0x0, _M_end_of_storage = 0x0}}, <No data fields>}}
   cell_lock = {i_cell = @0x42eb6be0, i_cellPair = @0x42eb6ba0}
   data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, 
   _rpos = 46915597949184, _wpos = 46915597949184, 
   _storage = {<std::_Vector_base<unsigned char,std::allocator<unsigned char> >> = {
       _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>}, 
         _M_start = 0x42eb7cc0 "'r£C", 
         _M_finish = 0x77684c "\\017¶ÀH\\203Ä\\bÃSH\\201ì\\020\\020", 
         _M_end_of_storage = 0x2aab69c03ee0 "pç\\215"}}, <No data fields>}}, 
 m_opcode = 24987}
#4  0x00000000004cd2fe in AchievementMgr::CompletedAchievement (
   this=0x17e446a8, achievement=0x2aaaac0a7470)
   at /root/Desktop/Mangos/Sources/src/game/AchievementMgr.cpp:1678
   ca = <value optimized out>
   reward = <value optimized out>
#5  0x00000000004cbc90 in AchievementMgr::UpdateAchievementCriteria (
   this=0x17e446a8, type=ACHIEVEMENT_CRITERIA_TYPE_LOOT_MONEY, 
   miscvalue1=664, miscvalue2=0, unit=0x0, time=333)
   at /root/Desktop/Mangos/Sources/src/game/AchievementMgr.cpp:1364
   achievementCriteria = (const AchievementCriteriaEntry *) 0x2aaaac10cfb0
   achievement = (const AchievementEntry *) 0x2aaaac0a7470
   achievementCriteriaList = (
   const AchievementCriteriaEntryList &) @0xef51330: {<std::_List_base<const AchievementCriteriaEntry*,std::allocator<const AchievementCriteriaEntry*> >> = {
   _M_impl = {<std::allocator<std::_List_node<const AchievementCriteriaEntry*> >> = {<__gnu_cxx::new_allocator<std::_List_node<const AchievementCriteriaEntry*> >> = {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x144cb880, 
       _M_prev = 0x144d6240}}}, <No data fields>}
#6  0x00000000007fde0b in WorldSession::HandleLootMoneyOpcode (
   this=<value optimized out>)
   at /root/Desktop/Mangos/Sources/src/game/LootHandler.cpp:233
   group = <value optimized out>
   playersNear = {<std::_Vector_base<Player*,std::allocator<Player*> >> = {_M_impl = {<std::allocator<Player*>> = {<__gnu_cxx::new_allocator<Player*>> = {<No data fields>}, <No data fields>}, _M_start = 0x2aab80e813d0, 
     _M_finish = 0x2aab80e81450, 
     _M_end_of_storage = 0x2aab80e81450}}, <No data fields>}
   money_per_player = 664
   player = <value optimized out>
   guid = <value optimized out>
   pLoot = (Loot *) 0x2aaacde97d58
#7  0x000000000079fbeb in WorldSession::Update (this=0x2aab2afcc810)
   at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:186
   opHandle = (OpcodeHandler &) @0x6: <error reading variable>
   packet = (WorldPacket *) 0x2e7e1110
   currTime = <value optimized out>
#8  0x000000000079894c in World::UpdateSessions (this=0x2aaaac011180, diff=349)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:2082
   sess = <value optimized out>
#9  0x0000000000799191 in World::Update (this=0x2aaaac011180, diff=349)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:1635
No locals.
#10 0x00000000004c488f in WorldRunnable::run (this=<value optimized out>)
   at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:60
   diff = 349
   realCurrTime = 2562681577
   realPrevTime = <value optimized out>
   prevSleepTime = 0
#11 0x0000000000852c9d in ACE_Based::Thread::ThreadTask (param=0x176e)
   at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:183
   _task = (class ACE_Based::Runnable *) 0x141af790
#12 0x0000003eb1606617 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#13 0x0000003eb0ad3c2d in clone () from /lib64/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

Core : 9020

Latest SD2



[New Thread 22289]
[New Thread 22286]
[New Thread 22309]
[New Thread 22307]
[New Thread 22290]
[New Thread 22288]
[New Thread 22306]
[New Thread 22308]
Core was generated by `./mangos-worldd'.
Program terminated with signal 11, Segmentation fault.
#0  Player::SetCanFly (this=0x7face10108a0, apply=true, Real=<value optimized out>) at ../../../src/game/Player.h:2157
2157            void SetCanFly(bool CanFly) { m_CanFly=CanFly; }
#0  Player::SetCanFly (this=0x7face10108a0, apply=true, Real=<value optimized out>) at ../../../src/game/Player.h:2157
No locals.
#1  Aura::HandleAuraAllowFlight (this=0x7face10108a0, apply=true, Real=<value optimized out>) at ../../../src/game/SpellAuras.cpp:6337
       data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0, _wpos = 0, 
           _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
               _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>}, 
                 _M_start = 0x0, _M_finish = 0x0, _M_end_of_storage = 0x0}}, <No data fields>}}, m_opcode = 0}
#2  0x00000000006a186a in Aura::ApplyModifier (this=0x7face10108a0, apply=12, Real=true) at ../../../src/game/SpellAuras.cpp:932
       aura = <value optimized out>
#3  0x000000000071b553 in Unit::AddAura (this=0x7facc694d9c0, Aur=0x7face10108a0) at ../../../src/game/Unit.cpp:3713
       aurSpellInfo = 0x7facdc2179b0
       aurName = SPELL_AURA_FLY
#4  0x000000000051f65a in Creature::LoadCreaturesAddon (this=0x7facc694d9c0, reload=<value optimized out>) at ../../../src/game/Creature.cpp:1695
       AdditionalSpellInfo = 0x7facdc2179b0
       AdditionalAura = 0x7facc694d9c0
       cAura = 0x142f550
       cainfo = <value optimized out>
#5  0x000000000051fceb in Creature::Create (this=0x7facc694d9c0, guidlow=136670, map=0x75b8a80, phaseMask=1, Entry=<value optimized out>, team=0, 
   data=0x93b3344) at ../../../src/game/Creature.cpp:613
       __FUNCTION__ = "Create"
       __PRETTY_FUNCTION__ = "bool Creature::Create(uint32, Map*, uint32, uint32, uint32, const CreatureData*)"
       bResult = true
#6  0x000000000051fe80 in Creature::LoadFromDB (this=0x7facc694d9c0, guid=136670, map=0x75b8a80) at ../../../src/game/Creature.cpp:1052
       data = 0x93b3344
       curhealth = <value optimized out>
#7  0x00000000005f7d81 in LoadHelper<Creature> (guid_set=<value optimized out>, cell=<value optimized out>, m=<value optimized out>, 
   count=@0x7face4878d7c, map=0x75b8a80) at ../../../src/game/ObjectGridLoader.cpp:118
       guid = 136670
       bg = 0x0
#8  0x00000000005f702b in ObjectGridLoader::Visit (this=0x7face4878d60, m=...) at ../../../src/game/ObjectGridLoader.cpp:189
       y = <value optimized out>
       cell_pair = {x_coord = 382, y_coord = 268}
       x = <value optimized out>
       cell_guids = @0x7facc694d9c0
#9  0x00000000005f723d in VisitorHelper<ObjectGridLoader, Creature> (this=0x7face4878d60, grid=...)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:64
No locals.
#10 VisitorHelper<ObjectGridLoader, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (this=0x7face4878d60, grid=...)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:70
No locals.
#11 VisitorHelper<ObjectGridLoader, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (this=0x7face4878d60, 
   grid=...) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:71
No locals.
#12 VisitorHelper<ObjectGridLoader, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (
   this=0x7face4878d60, grid=...) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:94
No locals.
#13 TypeContainerVisitor<ObjectGridLoader, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (this=0x7face4878d60, grid=...) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:105
No locals.
#14 Visit<ObjectGridLoader> (this=0x7face4878d60, grid=...) at ../../../src/game/../framework/GameSystem/Grid.h:94
No locals.
#15 ObjectGridLoader::Load (this=0x7face4878d60, grid=...) at ../../../src/game/ObjectGridLoader.cpp:210
No locals.
#16 0x00000000005f72ff in Load<ObjectGridLoader> (this=0x7face4878d60) at ../../../src/game/../framework/GameSystem/GridLoader.h:53
No locals.
#17 ObjectGridLoader::LoadN (this=0x7face4878d60) at ../../../src/game/ObjectGridLoader.cpp:232
       y = 5
       x = 6
#18 0x00000000005c78bd in Map::EnsureGridLoaded (this=0x75b8a80, cell=...) at ../../../src/game/Map.cpp:411
       loader = {i_cell = {data = {Part = {grid_x = 47, grid_y = 33, cell_x = 6, cell_y = 4, nocreate = 0, reserved = 0}, All = 1075311}}, 
         i_grid = @0x7facc6828420, i_map = 0x75b8a80, i_gameObjects = 30, i_creatures = 123, i_corpses = 0}
       grid = <value optimized out>
       __PRETTY_FUNCTION__ = "bool Map::EnsureGridLoaded(const Cell&)"
#19 0x00000000005c79e0 in Map::EnsureGridLoadedAtEnter (this=0x7face48779d0, cell=..., player=0x1) at ../../../src/game/Map.cpp:378
       grid = <value optimized out>
#20 0x00000000005d3cd6 in Map::Add (this=0x75b8a80, player=0x7face1293b50) at ../../../src/game/Map.cpp:439
       p = {x_coord = 383, y_coord = 271}
       cell = {data = {Part = {grid_x = 47, grid_y = 33, cell_x = 7, cell_y = 7, nocreate = 0, reserved = 0}, All = 1865839}}
#21 0x00000000007941c7 in WorldSession::HandleMoveWorldportAckOpcode (this=0x75ec520) at ../../../src/game/MovementHandler.cpp:261
       mEntry = 0x7face03b6830
       mInstance = 0x0
       corpse = <value optimized out>
#22 0x000000000074177d in WorldSession::Update (this=0x75ec520) at ../../../src/game/WorldSession.cpp:230
       packet = 0xae45be0
       currTime = <value optimized out>
#23 0x000000000073ac7a in World::UpdateSessions (this=0x7face000fbf0, diff=57) at ../../../src/game/World.cpp:2092
       itr = {<std::tr1::__detail::_Hashtable_iterator_base<std::Pair<unsigned int const, WorldSession*>, false>> = {_M_cur_node = 0x7ffff1a4ffa0, 
           _M_cur_bucket = 0xffffffffff60041c}, <No data fields>}
       sess = <value optimized out>
#24 0x000000000073ae95 in World::Update (this=0x7face000fbf0, diff=57) at ../../../src/game/World.cpp:1645
No locals.
#25 0x00000000004e099c in WorldRunnable::run (this=<value optimized out>) at ../../../src/mangosd/WorldRunnable.cpp:60
       diff = 57
       realCurrTime = 2834430127
       realPrevTime = <value optimized out>
       prevSleepTime = 48
#26 0x00000000007dab4c in ACE_Based::Thread::ThreadTask (param=0x7face48779d0) at ../../../src/shared/Threading.cpp:183
       _task = 0x7face0edffe0
#27 0x00007face8147a04 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#28 0x00007face77067bd in clone () from /lib/libc.so.6
No symbol table info available.
#29 0x0000000000000000 in ?? ()
No symbol table info available.

Link to comment
Share on other sites

Core 9020

Lastest SD2

[New Thread 6331]
[New Thread 6334]
[New Thread 6256]
[New Thread 6257]
[New Thread 6332]
[New Thread 6253]
[New Thread 6333]
[New Thread 6255]
Core was generated by `./mangos-worldd'.
Program terminated with signal 6, Aborted.
#0  0x00007f344302d4b5 in raise () from /lib/libc.so.6
#0  0x00007f344302d4b5 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f3443030f50 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x00007f3443026481 in __assert_fail () from /lib/libc.so.6
No symbol table info available.
#3  0x000000000055e108 in insert<GameObject> (this=0x7f341e866230)
   at ../../../src/game/../framework/GameSystem/TypeContainer.h:78
No locals.
#4  insert<GameObject, GameObject, TypeList<DynamicObject, TypeNull> > (
   this=0x7f341e866230) at ../../../src/game/../framework/GameSystem/TypeContainer.h:92
No locals.
#5  insert<GameObject, Vehicle, TypeList<GameObject, TypeList<DynamicObject, TypeNull> > >
   (this=0x7f341e866230) at ../../../src/game/../framework/GameSystem/TypeContainer.h:93
No locals.
#6  insert<GameObject, Pet, TypeList<Vehicle, TypeList<GameObject, TypeList<DynamicObject, TypeNull> > > > (this=0x7f341e866230)
   at ../../../src/game/../framework/GameSystem/TypeContainer.h:93
No locals.
#7  insert<GameObject, Creature, TypeList<Pet, TypeList<Vehicle, TypeList<GameObject, TypeList<DynamicObject, TypeNull> > > > > (this=0x7f341e866230)
   at ../../../src/game/../framework/GameSystem/TypeContainer.h:93
No locals.
#8  insert<GameObject> (this=0x7f341e866230)
   at ../../../src/game/../framework/GameSystem/TypeContainer.h:53
No locals.
#9  GameObject::AddToWorld (this=0x7f341e866230) at ../../../src/game/GameObject.cpp:69
No locals.
#10 0x00000000005dd22d in void Map::Add<GameObject>(GameObject*) ()
No symbol table info available.
#11 0x0000000000555d48 in GameEventMgr::GameEventSpawn (this=0x7f3433180150, 
   event_id=<value optimized out>) at ../../../src/game/GameEventMgr.cpp:570
       map = 0x7f343393dda0
       data = <value optimized out>
       internal_event_id = 59
#12 0x00000000005560f2 in GameEventMgr::ApplyNewEvent (this=0x7f3433180150, 
   event_id=<value optimized out>) at ../../../src/game/GameEventMgr.cpp:495
No locals.
#13 0x00000000005561dd in GameEventMgr::StartEvent (this=0x7f3433180150, event_id=6330, 
   overwrite=false) at ../../../src/game/GameEventMgr.cpp:72
No locals.
#14 0x0000000000556339 in GameEventMgr::Update (this=0x7f3433180150)
   at ../../../src/game/GameEventMgr.cpp:440
       itr = 15
       nextEventDelay = 6599
       calcDelay = <value optimized out>
#15 0x000000000073b087 in World::Update (this=0x7f343c023710, diff=56)
   at ../../../src/game/World.cpp:1704
       nextGameEvent = 0
#16 0x00000000004e099c in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
       diff = 56
       realCurrTime = 2888583947
       realPrevTime = <value optimized out>
       prevSleepTime = 50
#17 0x00000000007dab9c in ACE_Based::Thread::ThreadTask (param=0x186d)
   at ../../../src/shared/Threading.cpp:183
       _task = 0x7f3431228950
#18 0x00007f3443b1aa04 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#19 0x00007f34430d97bd in clone () from /lib/libc.so.6
No symbol table info available.
#20 0x0000000000000000 in ?? ()
No symbol table info available.

Link to comment
Share on other sites

MaNGOS [9034]

Uptime : ~6 hours

CrashLog 1 :

Program received signal SIGSEGV, Segmentation fault.
[switching to Thread 0x432d0950 (LWP 7175)]
MaNGOS::ObjectMessageDeliverer::Visit (this=0x432cf4e0, m=@0x869438)
   at ../../../src/game/../framework/Utilities/LinkedList.h:40
40            bool isInList() const { return(iNext != NULL && iPrev != NULL); }
#0  MaNGOS::ObjectMessageDeliverer::Visit (this=0x432cf4e0, m=@0x869438)
   at ../../../src/game/../framework/Utilities/LinkedList.h:40
#1  0x00000000005ebfca in Visit<RGuard<ACE_RW_Thread_Mutex, ACE_Thread_Mutex>, MaNGOS::ObjectMessageDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeNull> > > > > (this=0x7f5b3546fb70, cell=@0x432cf4d0, 
   visitor=@0x432cf550)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:64
#2  0x00000000005dcd3d in Map::MessageBroadcast (this=0x7f5b3546fb70, 
   obj=0x1f4ec870, msg=0x432cf610) at ../../../src/game/CellImpl.h:193
#3  0x0000000000739e6a in Unit::SendThreatRemove (this=0x1f4ec870, 
   pHostileReference=<value optimized out>)
   at ../../../src/game/Unit.cpp:13726
#4  0x00000000007229c5 in ThreatManager::ProcessThreatEvent (this=0x1f4ee218, 
   threatRefStatusChangeEvent=<value optimized out>)
   at ../../../src/game/ThreatManager.cpp:534
#5  0x0000000000722caa in HostileReference::removeReference (
   this=0x7f5b7ba1d550) at ../../../src/game/ThreatManager.cpp:195
#6  0x0000000000584a38 in HostileRefManager::DeleteReferences (
   this=<value optimized out>) at ../../../src/game/HostileRefManager.cpp:104
#7  0x0000000000747b00 in Unit::DealDamage (this=0x2ee4d690, 
   pVictim=0x7f5b8a5ba490, damage=21845, cleanDamage=<value optimized out>, 
   damagetype=DIRECT_DAMAGE, damageSchoolMask=SPELL_SCHOOL_MASK_NORMAL, 
   spellProto=0x0, durabilityLoss=true) at ../../../src/game/Unit.cpp:640
#8  0x000000000074aa5c in Unit::DealMeleeDamage (this=0x2ee4d690, 
   damageInfo=0x432cf900, durabilityLoss=32)
   at ../../../src/game/Unit.cpp:1561
#9  0x000000000074b67b in Unit::AttackerStateUpdate (this=0x2ee4d690, 
   pVictim=<value optimized out>, attType=BASE_ATTACK, extra=false)
   at ../../../src/game/Unit.cpp:2308
#10 0x0000000000795707 in CreatureEventAI::DoMeleeAttackIfReady (
   this=0x19c9af40) at ../../../src/game/CreatureEventAI.cpp:1330
#11 0x000000000052f831 in Creature::Update (this=0x2ee4d690, diff=1013)
   at ../../../src/game/Creature.cpp:444
#12 0x00000000005e5666 in VisitorHelper<MaNGOS::ObjectUpdater, Creature> (
   v=@0x432cfb40, c=<value optimized out>)
   at ../../../src/game/GridNotifiersImpl.h:47
#13 0x00000000005e082c in Map::Update (this=0x3150c020, t_diff=@0x432cfbec)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:70
#14 0x00000000005e0cd9 in InstanceMap::Update (this=0x432cf4e0, 
   t_diff=@0x869438) at ../../../src/game/Map.cpp:2494
#15 0x00000000007b8cc9 in MapInstanced::Update (this=0x7f5b9235b820, 
   t=@0x432cfbec) at ../../../src/game/MapInstanced.cpp:63
#16 0x00000000005eefe7 in MapManager::Update (this=0x4ee57f0, 
   diff=<value optimized out>) at ../../../src/game/MapManager.cpp:265
#17 0x000000000075c9d0 in World::Update (this=0x7f5bbc023670, diff=1013)
   at ../../../src/game/World.cpp:1688
#18 0x00000000004eb181 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
#19 0x000000000080144c in ACE_Based::Thread::ThreadTask (param=0x432cf4e0)
   at ../../../src/shared/Threading.cpp:183
#20 0x00007f5bc5487fc7 in start_thread () from /lib/libpthread.so.0
#21 0x00007f5bc4a575ad in clone () from /lib/libc.so.6
#22 0x0000000000000000 in ?? ()
#0  MaNGOS::ObjectMessageDeliverer::Visit (this=0x432cf4e0, m=@0x869438)
   at ../../../src/game/../framework/Utilities/LinkedList.h:40
No locals.
#1  0x00000000005ebfca in Visit<RGuard<ACE_RW_Thread_Mutex, ACE_Thread_Mutex>, MaNGOS::ObjectMessageDeliverer, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeNull> > > > > (this=0x7f5b3546fb70, cell=@0x432cf4d0, 
   visitor=@0x432cf550)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:64
   x = 32
   y = 31
   cell_x = 0
   cell_y = 7
#2  0x00000000005dcd3d in Map::MessageBroadcast (this=0x7f5b3546fb70, 
   obj=0x1f4ec870, msg=0x432cf610) at ../../../src/game/CellImpl.h:193
   p = {x_coord = 256, y_coord = 255}
   cell = {data = {Part = {grid_x = 32, grid_y = 31, cell_x = 0, 
     cell_y = 7, nocreate = 1, reserved = 31}, All = 1058801632}}
   post_man = {i_phaseMask = 1, i_message = 0x432cf610}
   message = {i_visitor = @0x432cf4e0}
   cell_lock = {i_cell = @0x432cf5c0, i_cellPair = @0x432cf570}
#3  0x0000000000739e6a in Unit::SendThreatRemove (this=0x1f4ec870, 
   pHostileReference=<value optimized out>)
   at ../../../src/game/Unit.cpp:13726
   data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0, 
   _wpos = 11, 
   _storage = {<std::_Vector_base<unsigned char, std::allocator<unsigned char> >> = {
       _M_impl = {<std::allocator<unsigned char>> = {<__gnu_cxx::new_allocator<unsigned char>> = {<No data fields>}, <No data fields>}, 
         _M_start = 0x16cda970 "ù\\002\\220er@ñ\\aÈ\\234\\002", 
         _M_finish = 0x16cda980 "", 
         _M_end_of_storage = 0x16cda980 ""}}, <No data fields>}}, 
 m_opcode = 1156}
#4  0x00000000007229c5 in ThreatManager::ProcessThreatEvent (this=0x1f4ee218, 
   threatRefStatusChangeEvent=<value optimized out>)
   at ../../../src/game/ThreatManager.cpp:534
   hostileReference = (HostileReference *) 0x7f5b7ba1d550
#5  0x0000000000722caa in HostileReference::removeReference (
   this=0x7f5b7ba1d550) at ../../../src/game/ThreatManager.cpp:195
   event = {<UnitBaseEvent> = {iType = 4}, 
 iHostileReference = 0x7f5b7ba1d550, {iFValue = 0, iIValue = 0, 
   iBValue = false}, iThreatManager = 0x1f4ee218}
#6  0x0000000000584a38 in HostileRefManager::DeleteReferences (
   this=<value optimized out>) at ../../../src/game/HostileRefManager.cpp:104
   nextRef = (class HostileReference *) 0x7f5b7ba1d550
   ref = (class HostileReference *) 0x7f5b7ba1d550
#7  0x0000000000747b00 in Unit::DealDamage (this=0x2ee4d690, 
   pVictim=0x7f5b8a5ba490, damage=21845, cleanDamage=<value optimized out>, 
   damagetype=DIRECT_DAMAGE, damageSchoolMask=SPELL_SCHOOL_MASK_NORMAL, 
   spellProto=0x0, durabilityLoss=true) at ../../../src/game/Unit.cpp:640
   player = (class Player *) 0x0
   damageFromSpiritOfRedemtionTalent = <value optimized out>
   spiritOfRedemtionTalentReady = <value optimized out>
   health = 12446
   duel_hasEnded = false
   __PRETTY_FUNCTION__ = "uint32 Unit::DealDamage(Unit*, uint32, const CleanDamage*, DamageEffectType, SpellSchoolMask, const SpellEntry*, bool)"
#8  0x000000000074aa5c in Unit::DealMeleeDamage (this=0x2ee4d690, 
   damageInfo=0x432cf900, durabilityLoss=32)
   at ../../../src/game/Unit.cpp:1561
   pVictim = (Unit *) 0x7f5b8a5ba490
   cleanDamage = {damage = 31462, attackType = BASE_ATTACK, 
 hitOutCome = MELEE_HIT_NORMAL}
#9  0x000000000074b67b in Unit::AttackerStateUpdate (this=0x2ee4d690, 
   pVictim=<value optimized out>, attType=BASE_ATTACK, extra=false)
   at ../../../src/game/Unit.cpp:2308
   extraAttacks = 0
   damageInfo = {attacker = 0x2ee4d690, target = 0x7f5b8a5ba490, 
 damageSchoolMask = SPELL_SCHOOL_MASK_NORMAL, damage = 21845, absorb = 0, 
 resist = 0, blocked_amount = 0, HitInfo = 2, TargetState = 1, 
 attackType = BASE_ATTACK, procAttacker = 4, procVictim = 1048584, 
 procEx = 1, cleanDamage = 31462, hitOutCome = MELEE_HIT_NORMAL}
#10 0x0000000000795707 in CreatureEventAI::DoMeleeAttackIfReady (
   this=0x19c9af40) at ../../../src/game/CreatureEventAI.cpp:1330
No locals.
#11 0x000000000052f831 in Creature::Update (this=0x2ee4d690, diff=1013)
   at ../../../src/game/Creature.cpp:444
No locals.
#12 0x00000000005e5666 in VisitorHelper<MaNGOS::ObjectUpdater, Creature> (
   v=@0x432cfb40, c=<value optimized out>)
   at ../../../src/game/GridNotifiersImpl.h:47
No locals.
#13 0x00000000005e082c in Map::Update (this=0x3150c020, t_diff=@0x432cfbec)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:70
   pair = {x_coord = 258, y_coord = 255}
   cell = {data = {Part = {grid_x = 32, grid_y = 31, cell_x = 2, 
     cell_y = 7, nocreate = 1, reserved = 16}, All = 555493344}}
   y = 255
   x = 258
   plr = <value optimized out>
   area = {right_offset = 2, left_offset = 2, upper_offset = 2, 
 lower_offset = 1}
   updater = {i_timeDiff = 1013}
   grid_object_update = {i_visitor = @0x432cfb40}
   world_object_update = {i_visitor = @0x432cfb40}
   __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
#14 0x00000000005e0cd9 in InstanceMap::Update (this=0x432cf4e0, 
   t_diff=@0x869438) at ../../../src/game/Map.cpp:2494
No locals.
#15 0x00000000007b8cc9 in MapInstanced::Update (this=0x7f5b9235b820, 
   t=@0x432cfbec) at ../../../src/game/MapInstanced.cpp:63
   i = {<std::tr1::__detail::_Hashtable_iterator_base<std::Pair<const unsigned int, Map*>, false>> = {_M_cur_node = 0x1f5ee030, 
   _M_cur_bucket = 0x7f5b91ede518}, <No data fields>}
#16 0x00000000005eefe7 in MapManager::Update (this=0x4ee57f0, 
   diff=<value optimized out>) at ../../../src/game/MapManager.cpp:265
No locals.
#17 0x000000000075c9d0 in World::Update (this=0x7f5bbc023670, diff=1013)
   at ../../../src/game/World.cpp:1688
   autobroadcaston = 0
#18 0x00000000004eb181 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
   diff = 1013
   realCurrTime = 2907847296
   realPrevTime = <value optimized out>
   prevSleepTime = 0
#19 0x000000000080144c in ACE_Based::Thread::ThreadTask (param=0x432cf4e0)
   at ../../../src/shared/Threading.cpp:183
   _task = (class ACE_Based::Runnable *) 0x7f5bbcc945e0
#20 0x00007f5bc5487fc7 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#21 0x00007f5bc4a575ad in clone () from /lib/libc.so.6
No symbol table info available.
#22 0x0000000000000000 in ?? ()
No symbol table info available.
 14 Thread 0x462d6950 (LWP 7182)  0xffffffffff6001b7 in ?? ()
 13 Thread 0x45ad5950 (LWP 7181)  0x00007f5bc4a57b78 in epoll_wait ()
  from /lib/libc.so.6
 12 Thread 0x452d4950 (LWP 7180)  0xffffffffff6001b7 in ?? ()
 11 Thread 0x409f4950 (LWP 7179)  0xffffffffff6001b7 in ?? ()
 10 Thread 0x44ad3950 (LWP 7178)  0x00007f5bc4a57b78 in epoll_wait ()
  from /lib/libc.so.6
 9 Thread 0x442d2950 (LWP 7177)  0x00007f5bc548f0e1 in nanosleep ()
  from /lib/libpthread.so.0
 8 Thread 0x43ad1950 (LWP 7176)  0x00007f5bc4a25ff1 in nanosleep ()
  from /lib/libc.so.6
* 7 Thread 0x432d0950 (LWP 7175)  MaNGOS::ObjectMessageDeliverer::Visit (
   this=0x432cf4e0, m=@0x869438)
   at ../../../src/game/../framework/Utilities/LinkedList.h:40
 6 Thread 0x42acf950 (LWP 7174)  0x00007f5bc548f0e1 in nanosleep ()
  from /lib/libpthread.so.0
 5 Thread 0x422ce950 (LWP 7157)  0x00007f5bc548f0e1 in nanosleep ()
  from /lib/libpthread.so.0
 4 Thread 0x41acd950 (LWP 7156)  0x00007f5bc548f0e1 in nanosleep ()
  from /lib/libpthread.so.0
 3 Thread 0x412cc950 (LWP 7155)  0x00007f5bc548f0e1 in nanosleep ()
  from /lib/libpthread.so.0
 1 Thread 0x7f5bc6dfb6f0 (LWP 7146)  0x00007f5bc5488715 in pthread_join ()
  from /lib/libpthread.so.0

CrashLog 2 :

Program received signal SIGABRT, Aborted.
[switching to Thread 0x43ccd950 (LWP 27824)]
0x00007fb7ca4b3ed5 in raise () from /lib/libc.so.6
#0  0x00007fb7ca4b3ed5 in raise () from /lib/libc.so.6
#1  0x00007fb7ca4b53f3 in abort () from /lib/libc.so.6
#2  0x00007fb7ca4acdc9 in __assert_fail () from /lib/libc.so.6
#3  0x00000000004f5f8f in Object::GetUInt32Value (this=0x7fb728764200, 
   index=<value optimized out>) at ../../../src/game/Object.h:171
#4  0x00000000006d0811 in Spell::CheckItems (this=0x7fb7205f09b0)
   at ../../../src/game/Object.h:143
#5  0x00000000006d70b1 in Spell::CheckCast (this=0x7fb7205f09b0, strict=false)
   at ../../../src/game/Spell.cpp:4378
#6  0x00000000006e14e2 in Spell::cast (this=0x7fb7205f09b0, skipCheck=false)
   at ../../../src/game/Spell.cpp:2682
#7  0x00000000006e2de7 in SpellEvent::Execute (this=0x7fb737c93230, 
   e_time=8413240, p_time=6) at ../../../src/game/Spell.cpp:6218
#8  0x000000000081bf0f in EventProcessor::Update (this=0x7fb7a671afc0, 
   p_time=1605) at ../../../src/framework/Utilities/EventProcessor.cpp:47
#9  0x00000000007323fc in Unit::Update (this=0x7fb7a671aeb0, p_time=1605)
   at ../../../src/game/Unit.cpp:209
#10 0x000000000069a463 in Player::Update (this=0x7fb7a671aeb0, p_time=1605)
   at ../../../src/game/Player.cpp:1086
#11 0x00000000005e022c in Map::Update (this=0x52c6430, t_diff=@0x43cccc1c)
   at ../../../src/game/Map.cpp:595
#12 0x00000000005ef167 in MapManager::Update (this=0x4eae450, 
   diff=<value optimized out>) at ../../../src/game/MapManager.cpp:265
#13 0x000000000075cc53 in World::Update (this=0x7fb7c4006d40, diff=1605)
   at ../../../src/game/World.cpp:1680
#14 0x00000000004eb581 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
#15 0x000000000080161c in ACE_Based::Thread::ThreadTask (param=0x6c96)
   at ../../../src/shared/Threading.cpp:183
#16 0x00007fb7caf81fc7 in start_thread () from /lib/libpthread.so.0
#17 0x00007fb7ca5515ad in clone () from /lib/libc.so.6
#18 0x0000000000000000 in ?? ()
#0  0x00007fb7ca4b3ed5 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x00007fb7ca4b53f3 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x00007fb7ca4acdc9 in __assert_fail () from /lib/libc.so.6
No symbol table info available.
#3  0x00000000004f5f8f in Object::GetUInt32Value (this=0x7fb728764200, 
   index=<value optimized out>) at ../../../src/game/Object.h:171
st = {static SYMBUFSIZ = 4096, 
 buf_ = "/home/git/core/bin/mangos-worldd(_ZN5Spell9CheckCastEb+0x1151) [0x6d70b1]\\n/home/git/core/bin/mangos-worldd(_ZN5Spell4castEb+0x142) [0x6e14e2]\\n/home/git/core/bin/mangos-worldd(_ZN10SpellEvent7ExecuteEm"..., buflen_ = 893, 
 static UNSUPPORTED = 0x7fb7cc4974a0 "<stack traces unsupported platform>", 
 static UNABLE_TO_GET_TRACE = 0x7fb7cc4974d0 "<unable to get trace>"}
__FUNCTION__ = "GetUInt32Value"
__PRETTY_FUNCTION__ = "const uint32& Object::GetUInt32Value(uint16) const"
#4  0x00000000006d0811 in Spell::CheckItems (this=0x7fb7205f09b0)
   at ../../../src/game/Object.h:143
proto = <value optimized out>
p_caster = (class Player *) 0x7fb7a671aeb0
isScrollItem = false
isVellumTarget = <value optimized out>
totems = <value optimized out>
TotemCategory = <value optimized out>
#5  0x00000000006d70b1 in Spell::CheckCast (this=0x7fb7205f09b0, strict=false)
   at ../../../src/game/Spell.cpp:4378
castResult = <value optimized out>
zone = 1637
area = 1637
locRes = <value optimized out>
#6  0x00000000006e14e2 in Spell::cast (this=0x7fb7205f09b0, skipCheck=false)
   at ../../../src/game/Spell.cpp:2682
castResult = SPELL_FAILED_SUCCESS
#7  0x00000000006e2de7 in SpellEvent::Execute (this=0x7fb737c93230, 
   e_time=8413240, p_time=6) at ../../../src/game/Spell.cpp:6218
No locals.
#8  0x000000000081bf0f in EventProcessor::Update (this=0x7fb7a671afc0, 
   p_time=1605) at ../../../src/framework/Utilities/EventProcessor.cpp:47
Event = (BasicEvent *) 0x7fb737c93230
#9  0x00000000007323fc in Unit::Update (this=0x7fb7a671aeb0, p_time=1605)
   at ../../../src/game/Unit.cpp:209
No locals.
#10 0x000000000069a463 in Player::Update (this=0x7fb7a671aeb0, p_time=1605)
   at ../../../src/game/Player.cpp:1086
now = <value optimized out>
pet = <value optimized out>
#11 0x00000000005e022c in Map::Update (this=0x52c6430, t_diff=@0x43cccc1c)
   at ../../../src/game/Map.cpp:595
plr = (class Player *) 0x6c96
updater = {i_timeDiff = 1137495068}
grid_object_update = {i_visitor = @0x645}
world_object_update = {i_visitor = @0x2104581f}
__PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
#12 0x00000000005ef167 in MapManager::Update (this=0x4eae450, 
   diff=<value optimized out>) at ../../../src/game/MapManager.cpp:265
No locals.
#13 0x000000000075cc53 in World::Update (this=0x7fb7c4006d40, diff=1605)
   at ../../../src/game/World.cpp:1680
autobroadcaston = 0
#14 0x00000000004eb581 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
diff = 1605
realCurrTime = 2900732870
realPrevTime = <value optimized out>
prevSleepTime = 0
#15 0x000000000080161c in ACE_Based::Thread::ThreadTask (param=0x6c96)
   at ../../../src/shared/Threading.cpp:183
_task = (class ACE_Based::Runnable *) 0x7fb7c4f3bdf0
#16 0x00007fb7caf81fc7 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#17 0x00007fb7ca5515ad in clone () from /lib/libc.so.6
No symbol table info available.
#18 0x0000000000000000 in ?? ()
No symbol table info available.
 14 Thread 0x474d4950 (LWP 27831)  0x00007fb7ca551b78 in epoll_wait ()
  from /lib/libc.so.6
 13 Thread 0x46cd3950 (LWP 27830)  0x00007fb7ca551b78 in epoll_wait ()
  from /lib/libc.so.6
 12 Thread 0x464d2950 (LWP 27829)  0x00007fb7ca551b78 in epoll_wait ()
  from /lib/libc.so.6
 11 Thread 0x45cd1950 (LWP 27828)  0x00007fb7ca551b78 in epoll_wait ()
  from /lib/libc.so.6
 10 Thread 0x454d0950 (LWP 27827)  0x00007fb7ca551b78 in epoll_wait ()
  from /lib/libc.so.6
 9 Thread 0x44ccf950 (LWP 27826)  0x00007fb7caf890e1 in nanosleep ()
  from /lib/libpthread.so.0
 8 Thread 0x444ce950 (LWP 27825)  0x00007fb7ca51fff1 in nanosleep ()
  from /lib/libc.so.6
* 7 Thread 0x43ccd950 (LWP 27824)  0x00007fb7ca4b3ed5 in raise ()
  from /lib/libc.so.6
 6 Thread 0x434cc950 (LWP 27823)  0x00007fb7caf890e1 in nanosleep ()
  from /lib/libpthread.so.0
 5 Thread 0x42ccb950 (LWP 27805)  0x00007fb7caf890e1 in nanosleep ()
  from /lib/libpthread.so.0
 4 Thread 0x424ca950 (LWP 27803)  0x00007fb7caf887db in read ()
  from /lib/libpthread.so.0
 3 Thread 0x4178b950 (LWP 27802)  0x00007fb7caf890e1 in nanosleep ()
  from /lib/libpthread.so.0
 1 Thread 0x7fb7cc8f56f0 (LWP 27798)  0x00007fb7caf82715 in pthread_join ()
  from /lib/libpthread.so.0

Link to comment
Share on other sites

Core: 9014 + Insider42 Patches + MTMaps + Dualpec

Very often crashes on high population 2000+

std::_Rb_tree<Unit*, Unit*, std::_Identity<Unit*>, std::less<Unit*>, std::allocator<Unit*> >::_M_lower_bound (this=0x7fff83559d80, victim=0x7fffbc2805a0, 
   meleeAttack=true) at /usr/include/c++/4.4/bits/stl_tree.h:986
986        if (!_M_impl._M_key_compare(_S_key(__x), __k))
#0  std::_Rb_tree<Unit*, Unit*, std::_Identity<Unit*>, std::less<Unit*>, std::allocator<Unit*> >::_M_lower_bound (this=0x7fff83559d80, victim=0x7fffbc2805a0, 
   meleeAttack=true) at /usr/include/c++/4.4/bits/stl_tree.h:986
#1  std::_Rb_tree<Unit*, Unit*, std::_Identity<Unit*>, std::less<Unit*>, std::allocator<Unit*> >::find (this=0x7fff83559d80, victim=0x7fffbc2805a0, 
   meleeAttack=true) at /usr/include/c++/4.4/bits/stl_tree.h:1421
#2  std::set<Unit*, std::less<Unit*>, std::allocator<Unit*> >::find (
   this=0x7fff83559d80, victim=0x7fffbc2805a0, meleeAttack=true)
   at /usr/include/c++/4.4/bits/stl_set.h:548
#3  Unit::_addAttacker (this=0x7fff83559d80, victim=0x7fffbc2805a0, 
   meleeAttack=true) at ../../../src/game/Unit.h:915
#4  Unit::Attack (this=0x7fff83559d80, victim=0x7fffbc2805a0, meleeAttack=true)
   at ../../../src/game/Unit.cpp:8476
#5  0x00000000007a72ac in PetAI::AttackStart (this=0x7fff91dd65c0, 
   u=0x7fffbc2805a0) at ../../../src/game/PetAI.cpp:68
#6  0x00000000005db06c in void VisitorHelper<MaNGOS::CreatureRelocationNotifier, Creature>(MaNGOS::CreatureRelocationNotifier&, ContainerMapList<Creature>&) ()
#7  0x00000000005dfd53 in void Map::Visit<RGuard<ACE_RW_Thread_Mutex, ACE_Thread_Mutex>, MaNGOS::CreatureRelocationNotifier, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >(CellLock<RGuard<ACE_RW_Thread_Mutex, ACE_Thread_Mutex> > const&, TypeContainerVisitor<MaNGOS::CreatureRelocationNotifier, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >&) ()
#8  0x00000000005d5737 in Visit<RGuard<ACE_RW_Thread_Mutex, ACE_Thread_Mutex>, MaNGOS::CreatureRelocationNotifier, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (
   this=0x8397ac0, creature=<value optimized out>, 
   cell=<value optimized out>, cellpair=<value optimized out>)
   at ../../../src/game/CellImpl.h:213
#9  Map::CreatureRelocationNotify (this=0x8397ac0, 
   creature=<value optimized out>, cell=<value optimized out>, 
   cellpair=<value optimized out>) at ../../../src/game/Map.cpp:2052
#10 0x00000000005d95d7 in Map::AddNotifier<Creature> (this=0x7fffcb86d150, 
   obj=0x1, cell=<value optimized out>, cellpair=<value optimized out>)
   at ../../../src/game/Map.cpp:344
#11 0x00000000005e2ca4 in void Map::Add<Creature>(Creature*) ()
#12 0x00000000006f1868 in Spell::EffectSummonGuardian (this=0x7fff8341c980, 
   i=<value optimized out>, forceFaction=<value optimized out>)
   at ../../../src/game/SpellEffects.cpp:4171
#13 0x00000000006c33c0 in Spell::DoSpellHitOnUnit (this=0x7fff8341c980, 
   unit=0x7fffbc27df50, effectMask=1) at ../../../src/game/Spell.cpp:1196
#14 0x00000000006c4f53 in Spell::DoAllEffectOnTarget (this=0x7fff8341c980, 
   target=0x7fff92f42f20) at ../../../src/game/Spell.cpp:994
#15 0x00000000006d3954 in Spell::handle_immediate (this=0x7fff8341c980)
   at ../../../src/game/Spell.cpp:2800
#16 0x00000000006d2c38 in Spell::cast (this=0x7fff8341c980, skipCheck=true)
   at ../../../src/game/Spell.cpp:2773
#17 0x000000000071d51a in Unit::CastCustomSpell (this=<value optimized out>, 
   Victim=<value optimized out>, spellInfo=<value optimized out>, 
   bp0=0x7fffe4dfdb40, bp1=0x0, bp2=0x0, triggered=<value optimized out>, 
   castItem=0x0, triggeredByAura=0x7fff79b2cfa0, originalCaster=4033216)
   at ../../../src/game/Unit.cpp:1016
#18 0x000000000071f414 in Unit::HandleProcTriggerSpell (this=0x7fff82de61a0, 
   pVictim=0x28, damage=<value optimized out>, 
   triggeredByAura=<value optimized out>, procSpell=0x0, 
   procFlags=<value optimized out>, procEx=1, cooldown=0)
   at ../../../src/game/Unit.cpp:7918
#19 0x000000000073565a in Unit::ProcDamageAndSpellFor (this=0x7fff82de61a0, 
   isVictim=<value optimized out>, pTarget=<value optimized out>, 
   procFlag=<value optimized out>, procExtra=<value optimized out>, 
   attType=<value optimized out>, procSpell=0x0, damage=422)
   at ../../../src/game/Unit.cpp:12565
#20 0x0000000000735de4 in Unit::ProcDamageAndSpell (this=0x7fff82de61a0, 
   pVictim=0x7fffbc27df50, procAttacker=<value optimized out>, 
   procVictim=1048584, procExtra=1, amount=422, attType=BASE_ATTACK, 
   procSpell=0x0) at ../../../src/game/Unit.cpp:4741
#21 0x0000000000739eba in Unit::AttackerStateUpdate (this=0x7fff82de61a0, 
   pVictim=0x7fffbc27df50, attType=BASE_ATTACK, extra=false)
   at ../../../src/game/Unit.cpp:2279
#22 0x000000000068c7cb in Player::Update (this=0x7fff82de61a0, p_time=319)
   at ../../../src/game/Player.cpp:1193
#23 0x00000000005d83f0 in Map::Update (this=0x8397ac0, t_diff=@0x7fff8b438de0)
   at ../../../src/game/Map.cpp:595
#24 0x00000000005e5562 in MapUpdateRequest::call (this=0x7fff8b438dc0)
   at ../../../src/game/MapUpdater.cpp:47
#25 0x00000000007ee701 in DelayExecutor::svc (this=0x756cbc8)
   at ../../../src/shared/DelayExecutor.cpp:60
#26 0x00007ffff7b77017 in ACE_Task_Base::svc_run (args=<value optimized out>)
   at ../../ace/Task.cpp:275
#27 0x00007ffff7b783a1 in ACE_Thread_Adapter::invoke (this=0x887f2c0)
   at ../../ace/Thread_Adapter.cpp:98
#28 0x00007ffff62e3a04 in start_thread () from /lib/libpthread.so.0
#29 0x00007ffff58a27bd in clone () from /lib/libc.so.6

WorldSession::HandleSetActiveMoverOpcode (this=0x7fffd01b4960, recv_data=...)
   at ../../../src/game/MovementHandler.cpp:776
776        if(_player->m_mover->GetGUID() != guid)
#0  WorldSession::HandleSetActiveMoverOpcode (this=0x7fffd01b4960, 
   recv_data=...) at ../../../src/game/MovementHandler.cpp:776
#1  0x00000000007514f2 in WorldSession::Update (this=0x7fffd01b4960)
   at ../../../src/game/WorldSession.cpp:230
#2  0x000000000074a69a in World::UpdateSessions (this=0x7fffec0090f0, diff=103)
   at ../../../src/game/World.cpp:2111
#3  0x000000000074af68 in World::Update (this=0x7fffec0090f0, diff=103)
   at ../../../src/game/World.cpp:1654
#4  0x00000000004e386c in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
#5  0x00000000007f205a in ACE_Based::Thread::ThreadTask (param=0x1ef167b0)
   at ../../../src/shared/Threading.cpp:183
#6  0x00007ffff62e3a04 in start_thread () from /lib/libpthread.so.0
#7  0x00007ffff58a27bd in clone () from /lib/libc.so.6
#8  0x0000000000000000 in ?? ()
#0  WorldSession::HandleSetActiveMoverOpcode (this=0x7fffd01b4960, 
   recv_data=...) at ../../../src/game/MovementHandler.cpp:776
       guid = 4032238
#1  0x00000000007514f2 in WorldSession::Update (this=0x7fffd01b4960)
   at ../../../src/game/WorldSession.cpp:230
       packet = 0x7fffac690010
       currTime = <value optimized out>
#2  0x000000000074a69a in World::UpdateSessions (this=0x7fffec0090f0, diff=103)
   at ../../../src/game/World.cpp:2111
       itr = {<std::tr1::__detail::_Hashtable_iterator_base<std::Pair<unsigned int const, WorldSession*>, false>> = {_M_cur_node = 0x7fffec0090f0, 
           _M_cur_bucket = 0x7ffff7b2ba16}, <No data fields>}
       sess = <value optimized out>
#3  0x000000000074af68 in World::Update (this=0x7fffec0090f0, diff=103)
   at ../../../src/game/World.cpp:1654
       autobroadcaston = 0
#4  0x00000000004e386c in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
       diff = 103
       realCurrTime = 2919503939
       realPrevTime = <value optimized out>
       prevSleepTime = 0
#5  0x00000000007f205a in ACE_Based::Thread::ThreadTask (param=0x1ef167b0)
   at ../../../src/shared/Threading.cpp:183
No locales.
#6  0x00007ffff62e3a04 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#7  0x00007ffff58a27bd in clone () from /lib/libc.so.6
No symbol table info available.
#8  0x0000000000000000 in ?? ()

Link to comment
Share on other sites

MaNGOS 9042

../../../src/game/Object.h:171: Error: Assertion in GetUInt32Value failed: index < m_valuesCount || PrintIndexError( index , false)
Stack Trace:
/home/git/core/bin/mangos-worldd(_ZN5Spell9CheckCastEb+0x1151) [0x6d6cd1]
/home/git/core/bin/mangos-worldd(_ZN5Spell4castEb+0x18a) [0x6e114a]
/home/git/core/bin/mangos-worldd(_ZN10SpellEvent7ExecuteEmj+0x57) [0x6e2a87]
/home/git/core/bin/mangos-worldd(_ZN14EventProcessor6UpdateEj+0x6f) [0x81bd1f]
/home/git/core/bin/mangos-worldd(_ZN4Unit6UpdateEj+0x2c) [0x73208c]
/home/git/core/bin/mangos-worldd(_ZN6Player6UpdateEj+0x43) [0x69a013]
/home/git/core/bin/mangos-worldd(_ZN3Map6UpdateERKj+0x5c) [0x5dff3c]
/home/git/core/bin/mangos-worldd(_ZN10MapManager6UpdateEj+0x87) [0x5eee27]
/home/git/core/bin/mangos-worldd(_ZN5World6UpdateEj+0x616) [0x75c8a6]
/home/git/core/bin/mangos-worldd(_ZN13WorldRunnable3runEv+0xd1) [0x4eb1b1]
/home/git/core/bin/mangos-worldd(_ZN9ACE_Based6Thread10ThreadTaskEPv+0x1c) [0x80142c]
/lib/libpthread.so.0 [0x7fd59fca7fc7]
/lib/libc.so.6(clone+0x6d) [0x7fd59f2775ad]
[New Thread 0x41f6c950 (LWP 4883)]
[New Thread 0x40ea8950 (LWP 4884)]
[New Thread 0x416a9950 (LWP 4885)]
[New Thread 0x4276d950 (LWP 4920)]
[New Thread 0x42f6e950 (LWP 4932)]
[New Thread 0x4376f950 (LWP 4933)]
[New Thread 0x43f70950 (LWP 4934)]
[New Thread 0x44771950 (LWP 4935)]
[New Thread 0x44f72950 (LWP 4936)]
[New Thread 0x45773950 (LWP 4937)]
[New Thread 0x45f74950 (LWP 4938)]
[New Thread 0x46775950 (LWP 4939)]

Program received signal SIGABRT, Aborted.
[switching to Thread 0x42f6e950 (LWP 4932)]
0x00007fd59f1d9ed5 in raise () from /lib/libc.so.6
#0  0x00007fd59f1d9ed5 in raise () from /lib/libc.so.6
#1  0x00007fd59f1db3f3 in abort () from /lib/libc.so.6
#2  0x00007fd59f1d2dc9 in __assert_fail () from /lib/libc.so.6
#3  0x00000000004f5bbf in Object::GetUInt32Value (this=0x7fd554514060, 
   index=<value optimized out>) at ../../../src/game/Object.h:171
#4  0x00000000006d0431 in Spell::CheckItems (this=0x7fd5714503c0)
   at ../../../src/game/Object.h:143
#5  0x00000000006d6cd1 in Spell::CheckCast (this=0x7fd5714503c0, strict=false)
   at ../../../src/game/Spell.cpp:4379
#6  0x00000000006e114a in Spell::cast (this=0x7fd5714503c0, skipCheck=false)
   at ../../../src/game/Spell.cpp:2682
#7  0x00000000006e2a87 in SpellEvent::Execute (this=0x7fd536267920, 
   e_time=134460, p_time=6) at ../../../src/game/Spell.cpp:6219
#8  0x000000000081bd1f in EventProcessor::Update (this=0x7fd5459706f0, 
   p_time=20934) at ../../../src/framework/Utilities/EventProcessor.cpp:47
#9  0x000000000073208c in Unit::Update (this=0x7fd5459705e0, p_time=20934)
   at ../../../src/game/Unit.cpp:209
#10 0x000000000069a013 in Player::Update (this=0x7fd5459705e0, p_time=20934)
   at ../../../src/game/Player.cpp:1086
#11 0x00000000005dff3c in Map::Update (this=0x4ea9070, t_diff=@0x42f6dbec)
   at ../../../src/game/Map.cpp:595
#12 0x00000000005eee27 in MapManager::Update (this=0xb56b1e0, 
   diff=<value optimized out>) at ../../../src/game/MapManager.cpp:265
#13 0x000000000075c8a6 in World::Update (this=0x7fd598019210, diff=20934)
   at ../../../src/game/World.cpp:1690
#14 0x00000000004eb1b1 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
#15 0x000000000080142c in ACE_Based::Thread::ThreadTask (param=0x1309)
   at ../../../src/shared/Threading.cpp:183
#16 0x00007fd59fca7fc7 in start_thread () from /lib/libpthread.so.0
#17 0x00007fd59f2775ad in clone () from /lib/libc.so.6
#18 0x0000000000000000 in ?? ()
#0  0x00007fd59f1d9ed5 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x00007fd59f1db3f3 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x00007fd59f1d2dc9 in __assert_fail () from /lib/libc.so.6
No symbol table info available.
#3  0x00000000004f5bbf in Object::GetUInt32Value (this=0x7fd554514060, 
   index=<value optimized out>) at ../../../src/game/Object.h:171
   st = {static SYMBUFSIZ = 4096, 
 buf_ = "/home/git/core/bin/mangos-worldd(_ZN5Spell9CheckCastEb+0x1151) [0x6d6cd1]\\n/home/git/core/bin/mangos-worldd(_ZN5Spell4castEb+0x18a) [0x6e114a]\\n/home/git/core/bin/mangos-worldd(_ZN10SpellEvent7ExecuteEm"..., buflen_ = 893, 
 static UNSUPPORTED = 0x7fd5a11bd4a0 "<stack traces unsupported platform>", 
 static UNABLE_TO_GET_TRACE = 0x7fd5a11bd4d0 "<unable to get trace>"}
   __FUNCTION__ = "GetUInt32Value"
   __PRETTY_FUNCTION__ = "const uint32& Object::GetUInt32Value(uint16) const"
#4  0x00000000006d0431 in Spell::CheckItems (this=0x7fd5714503c0)
   at ../../../src/game/Object.h:143
   proto = <value optimized out>
   p_caster = (class Player *) 0x7fd5459705e0
   isScrollItem = false
   isVellumTarget = <value optimized out>
   totems = <value optimized out>
   TotemCategory = <value optimized out>
#5  0x00000000006d6cd1 in Spell::CheckCast (this=0x7fd5714503c0, strict=false)
   at ../../../src/game/Spell.cpp:4379
   castResult = <value optimized out>
   zone = 4395
   area = 4395
   locRes = <value optimized out>
#6  0x00000000006e114a in Spell::cast (this=0x7fd5714503c0, skipCheck=false)
   at ../../../src/game/Spell.cpp:2682
   castResult = SPELL_FAILED_SUCCESS
#7  0x00000000006e2a87 in SpellEvent::Execute (this=0x7fd536267920, 
   e_time=134460, p_time=6) at ../../../src/game/Spell.cpp:6219
No locals.
#8  0x000000000081bd1f in EventProcessor::Update (this=0x7fd5459706f0, 
   p_time=20934) at ../../../src/framework/Utilities/EventProcessor.cpp:47
   Event = (BasicEvent *) 0x7fd536267920
#9  0x000000000073208c in Unit::Update (this=0x7fd5459705e0, p_time=20934)
   at ../../../src/game/Unit.cpp:209
No locals.
#10 0x000000000069a013 in Player::Update (this=0x7fd5459705e0, p_time=20934)
   at ../../../src/game/Player.cpp:1086
   now = <value optimized out>
   pet = <value optimized out>
#11 0x00000000005dff3c in Map::Update (this=0x4ea9070, t_diff=@0x42f6dbec)
   at ../../../src/game/Map.cpp:595
   plr = (class Player *) 0x1309
   updater = {i_timeDiff = 20934}
   grid_object_update = {i_visitor = @0x42f6db90}
   world_object_update = {i_visitor = @0x42f6db90}
   __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
#12 0x00000000005eee27 in MapManager::Update (this=0xb56b1e0, 
   diff=<value optimized out>) at ../../../src/game/MapManager.cpp:265
No locals.
#13 0x000000000075c8a6 in World::Update (this=0x7fd598019210, diff=20934)
   at ../../../src/game/World.cpp:1690
   autobroadcaston = 0
#14 0x00000000004eb1b1 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
   diff = 20934
   realCurrTime = 2970860504
   realPrevTime = <value optimized out>
   prevSleepTime = 0
#15 0x000000000080142c in ACE_Based::Thread::ThreadTask (param=0x1309)
   at ../../../src/shared/Threading.cpp:183
   _task = (class ACE_Based::Runnable *) 0x7fd59915bf50
#16 0x00007fd59fca7fc7 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#17 0x00007fd59f2775ad in clone () from /lib/libc.so.6
No symbol table info available.
#18 0x0000000000000000 in ?? ()
No symbol table info available.
 14 Thread 0x46775950 (LWP 4939)  0x00007fd59f277b78 in epoll_wait ()
  from /lib/libc.so.6
 13 Thread 0x45f74950 (LWP 4938)  0x00007fd59f21dc20 in ?? ()
  from /lib/libc.so.6
 12 Thread 0x45773950 (LWP 4937)  0x00007fd59f277b78 in epoll_wait ()
  from /lib/libc.so.6
 11 Thread 0x44f72950 (LWP 4936)  0x00007fd59f277b78 in epoll_wait ()
  from /lib/libc.so.6
 10 Thread 0x44771950 (LWP 4935)  0x00007fd59f277b78 in epoll_wait ()
  from /lib/libc.so.6
 9 Thread 0x43f70950 (LWP 4934)  0x00007fd59fcaf0e1 in nanosleep ()
  from /lib/libpthread.so.0
 8 Thread 0x4376f950 (LWP 4933)  0x00007fd59f245ff1 in nanosleep ()
  from /lib/libc.so.6
* 7 Thread 0x42f6e950 (LWP 4932)  0x00007fd59f1d9ed5 in raise ()
  from /lib/libc.so.6
 6 Thread 0x4276d950 (LWP 4920)  0x00007fd59fcaf0e1 in nanosleep ()
  from /lib/libpthread.so.0
 5 Thread 0x416a9950 (LWP 4885)  0x00007fd59fcaf0e1 in nanosleep ()
  from /lib/libpthread.so.0
 4 Thread 0x40ea8950 (LWP 4884)  0x00007fd59fcae7db in read ()
  from /lib/libpthread.so.0
 3 Thread 0x41f6c950 (LWP 4883)  0x00007fd59fcaf0e1 in nanosleep ()
  from /lib/libpthread.so.0
 1 Thread 0x7fd5a161b6f0 (LWP 4873)  0x00007fd59fca8715 in pthread_join ()
  from /lib/libpthread.so.0

Link to comment
Share on other sites

Core 9020

ScriptDev2 1520

DualSpect Kaxias

I have the same crash end the same log in 2 hours:

[New Thread 17917]
[New Thread 17919]
[New Thread 17897]
[New Thread 17896]
[New Thread 17898]
[New Thread 17894]
[New Thread 17920]
[New Thread 17918]
Core was generated by `./mangos-worldd'.
Program terminated with signal 6, Aborted.
#0  0x00007fdd4d9d64b5 in raise () from /lib/libc.so.6
#0  0x00007fdd4d9d64b5 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x00007fdd4d9d9f50 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x00007fdd4d9cf481 in __assert_fail () from /lib/libc.so.6
No symbol table info available.
#3  0x00000000006a791b in Aura::UnregisterSingleCastAura (this=<value optimized out>)
   at ../../../src/game/SpellAuras.cpp:7759
       caster = <value optimized out>
       __PRETTY_FUNCTION__ = "void Aura::UnregisterSingleCastAura()"
#4  0x000000000070cfeb in Unit::RemoveAura (this=0xdb62890, i=..., mode=6)
   at ../../../src/game/Unit.cpp:4232
       Aur = 0x45e6
       AurSpellInfo = 0x7fdd43047510
       statue = <value optimized out>
#5  0x000000000070e49e in Unit::RemoveAura (this=0xdb62890, aura=0x7fdd314fb620, 
   mode=AURA_REMOVE_BY_DEFAULT) at ../../../src/game/Unit.cpp:4220
       i = {_M_node = 0x7fdd3043c450}
#6  0x000000000070e5a5 in Unit::RemoveNotOwnSingleTargetAuras (this=0xef2faa0, newPhase=0)
   at ../../../src/game/Unit.cpp:4203
       aura = 0x7fdd314fb620
#7  0x000000000070e5e9 in Unit::RemoveFromWorld (this=0xef2faa0)
   at ../../../src/game/Unit.cpp:11410
No locals.
#8  0x000000000051b683 in Creature::RemoveFromWorld (this=0xef2faa0)
   at ../../../src/game/Creature.cpp:157
No locals.
#9  0x00000000005f6fb6 in ObjectGridUnloader::Visit<Creature> (this=<value optimized out>, 
   m=...) at ../../../src/game/ObjectGridLoader.cpp:263
No locals.
#10 0x00000000005f65c5 in VisitorHelper<ObjectGridUnloader, Creature> (this=0x7fdd45544de0, 
   grid=...) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:64
No locals.
#11 VisitorHelper<ObjectGridUnloader, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (this=0x7fdd45544de0, grid=...)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:70
No locals.
#12 VisitorHelper<ObjectGridUnloader, GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > (this=0x7fdd45544de0, grid=...)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:71
No locals.
#13 VisitorHelper<ObjectGridUnloader, TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > (this=0x7fdd45544de0, grid=...)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:94
No locals.
#14 TypeContainerVisitor<ObjectGridUnloader, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >::Visit (
   this=0x7fdd45544de0, grid=...)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:105
No locals.
#15 Visit<ObjectGridUnloader> (this=0x7fdd45544de0, grid=...)
   at ../../../src/game/../framework/GameSystem/Grid.h:94
No locals.
#16 ObjectGridUnloader::Unload (this=0x7fdd45544de0, grid=...)
   at ../../../src/game/ObjectGridLoader.cpp:254
No locals.
#17 0x00000000005c3fc4 in Unload<ObjectGridUnloader> (this=0xf357b60, 
   x=<value optimized out>, y=<value optimized out>, pForce=<value optimized out>)
   at ../../../src/game/../framework/GameSystem/GridLoader.h:72
No locals.
#18 ObjectGridUnloader::UnloadN (this=0xf357b60, x=<value optimized out>, 
   y=<value optimized out>, pForce=<value optimized out>)
   at ../../../src/game/ObjectGridLoader.h:70
       y = 4
       x = 2
#19 Map::UnloadGrid (this=0xf357b60, x=<value optimized out>, y=<value optimized out>, 
   pForce=<value optimized out>) at ../../../src/game/Map.cpp:1088
       unloader = {i_grid = @0xb71a980}
       grid = <value optimized out>
       __PRETTY_FUNCTION__ = "bool Map::UnloadGrid(const uint32&, const uint32&, bool)"
       gx = <value optimized out>
       gy = <value optimized out>
#20 0x0000000000783982 in RemovalState::Update (this=<value optimized out>, m=..., 
   grid=..., info=<value optimized out>, x=<value optimized out>, y=<value optimized out>, 
   t_diff=@0x7fdd45544ffc) at ../../../src/game/GridStates.cpp:65
No locals.
#21 0x00000000005d1a07 in Map::Update (this=0xf357b60, t_diff=@0x7fdd45544ffc)
   at ../../../src/game/Map.cpp:714
       grid = 0x6
       updater = {i_timeDiff = 149}
       __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
#22 0x00000000005de417 in MapManager::Update (this=0x83fc930, diff=<value optimized out>)
   at ../../../src/game/MapManager.cpp:265
No locals.
#23 0x000000000073a829 in World::Update (this=0x7fdd480190d0, diff=52)
   at ../../../src/game/World.cpp:1684
No locals.
#24 0x00000000004e059c in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
       diff = 52
       realCurrTime = 2970606555
       realPrevTime = <value optimized out>
       prevSleepTime = 49
#25 0x00000000007da30c in ACE_Based::Thread::ThreadTask (param=0x45e6)
   at ../../../src/shared/Threading.cpp:183
       _task = 0x7fdd48226d60
#26 0x00007fdd4e4c3a04 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#27 0x00007fdd4da827bd in clone () from /lib/libc.so.6
No symbol table info available.
#28 0x0000000000000000 in ?? ()
No symbol table info available.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use