Jump to content

Linux crash dumps


Auntie Mangos

Recommended Posts

  • Replies 986
  • Created
  • Last Reply

Top Posters In This Topic

8767 crash

#0  0x0044e410 in __kernel_vsyscall ()
No symbol table info available.
#1  0x00795d20 in raise () from /lib/libc.so.6
No symbol table info available.
#2  0x00797631 in abort () from /lib/libc.so.6
No symbol table info available.
#3  0x0078f16b in __assert_fail () from /lib/libc.so.6
No symbol table info available.
#4  0x083fabc4 in Unit::GetPet (this=0x763e3ea8)
   at ../../../src/game/Object.h:494
       st = {static SYMBUFSIZ = 4096,
 buf_ = "/usr/local/mangos/bin/mangos-worldd(_ZN8AreaAura6UpdateEj+0x2d6a) [0x837979a]\\n/usr/local/mangos/bin/mangos-worldd(_ZN4Unit13_UpdateSpellsEj+0x86) [0x840a6b6]\\n/usr/local/mangos/bin/mangos-worldd(_ZN4Un"..., buflen_ = 934,
 static UNSUPPORTED = 0xcb8da0 "<stack traces unsupported platform>",
 static UNABLE_TO_GET_TRACE = 0xcb8dc4 "<unable to get trace>"}
#5  0x0837979a in AreaAura::Update (this=0x9e89ca70, diff=162)
   at ../../../src/game/SpellAuras.cpp:700
       pet = <value optimized out>
#6  0x0840a6b6 in Unit::_UpdateSpells (this=0xa61e3b38, time=162)
   at ../../../src/game/SpellAuras.h:318
       i_aura = (class Aura *) 0x9e89ca70
#7  0x0840a8b1 in Unit::Update (this=0xa61e3b38, p_time=162)
---Type <return> to continue, or q <return> to quit---return
   at ../../../src/game/Unit.cpp:196
No locals.
#8  0x08343b4d in Player::Update (this=0xa61e3b38, p_time=162)
   at ../../../src/game/Player.cpp:1084
       now = <value optimized out>
       pet = <value optimized out>
#9  0x08266276 in Map::Update (this=0xaf627e20, t_diff=@0xa55a22b8)
   at ../../../src/game/Map.cpp:595
       plr = (class Player *) 0x5675
       updater = {i_timeDiff = 162}
       __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
#10 0x082775c5 in MapManager::Update (this=0xafd3cea8, diff=162)
   at ../../../src/game/MapManager.cpp:267
       iter = {_M_cur = 0xaf772038, _M_ht = 0xafd3cef0}
#11 0x08422347 in World::Update (this=0xa358258, diff=162)
   at ../../../src/game/World.cpp:1666
       next = {_M_cur = 0x0, _M_ht = 0x0}
       autobroadcaston = 0
#12 0x08131d1a in WorldRunnable::run (this=0xad654a0)
   at ../../../src/mangosd/WorldRunnable.cpp:64
       diff = 162
       realCurrTime = 3148839847
       realPrevTime = <value optimized out>

If you want to see what is placed in my Spellauras.cpp:700

                    if( pGroup)
                   {
                       uint8 subgroup = ((Player*)owner)->GetSubGroup();
                       for(GroupReference *itr = pGroup->GetFirstMember(); itr != NULL; itr = itr->next())
                       {
                           Player* Target = itr->getSource();
                           if(Target && Target->isAlive() && Target->GetSubGroup()==subgroup && caster->IsFriendlyTo(Target))
                           {
                               if(caster->IsWithinDistInMap(Target, m_radius))
                                   targets.push_back(Target);
                               Pet *pet = Target->GetPet();    // <----- here that line №700
                               if(pet && pet->isAlive() && caster->IsWithinDistInMap(pet, m_radius))
                                   targets.push_back(pet);
                           }
                       }
                   }

Link to comment
Share on other sites

Core: 8799

Patches: Insider42 Patch + mtmaps + Dual Spec

SD: Latest

Program received signal SIGSEGV, Segmentation fault.
[switching to Thread 0x7f134e1c6950 (LWP 24341)]
Spell::DoAllEffectOnTarget (this=0x7f130204fa30, target=0x60)
   at ../../../src/game/Spell.cpp:994
994         if (target->processed)                                  // Check target
#0  Spell::DoAllEffectOnTarget (this=0x7f130204fa30, target=0x60)
   at ../../../src/game/Spell.cpp:994
#1  0x00000000006dea44 in Spell::handle_immediate (this=0x7f130204fa30)
   at ../../../src/game/Spell.cpp:2839
#2  0x00000000006ddd60 in Spell::cast (this=0x7f130204fa30, skipCheck=true)
   at ../../../src/game/Spell.cpp:2813
#3  0x0000000000729588 in Unit::CastSpell (this=0x17d1fe80, Victim=0x17d1fe80,
   spellInfo=0x7f13592475c0, triggered=<value optimized out>,
   castItem=0x181f45f0, triggeredByAura=0x17cec720, originalCaster=0)
   at ../../../src/game/Unit.cpp:955
#4  0x0000000000740892 in Unit::HandleProcTriggerSpell (this=0x17d1fe80,
   pVictim=0x7f13053bf2d0, damage=735, triggeredByAura=0x17cec720,
   procSpell=0x7f13584fe620, procFlags=262144, procEx=1, cooldown=0)
   at ../../../src/game/Unit.cpp:7733
#5  0x000000000073d416 in Unit::ProcDamageAndSpellFor (this=0x17d1fe80,
   isVictim=false, pTarget=0x7f13053bf2d0, procFlag=262144, procExtra=1,
   attType=BASE_ATTACK, procSpell=0x7f13584fe620, damage=735)
   at ../../../src/game/Unit.cpp:12420
#6  0x000000000073d9b5 in Unit::ProcDamageAndSpell (this=0x7f130204fa30,
   pVictim=0x7f13053bf2d0, procAttacker=<value optimized out>,
   procVictim=524288, procExtra=1, amount=735, attType=BASE_ATTACK,
   procSpell=0x7f13584fe620) at ../../../src/game/Unit.cpp:4557
#7  0x00000000006c44ae in Aura::PeriodicTick (this=0x20fbbe00)
   at ../../../src/game/SpellAuras.cpp:7029
#8  0x00000000006c572e in Aura::Update (this=0x20fbbe00, diff=102)
   at ../../../src/game/SpellAuras.cpp:662
#9  0x00000000007464be in Unit::_UpdateSpells (this=0x7f13053bf2d0, time=102)
   at ../../../src/game/SpellAuras.h:318
#10 0x000000000074670f in Unit::Update (this=0x7f13053bf2d0, p_time=102)
   at ../../../src/game/Unit.cpp:196
#11 0x0000000000697883 in Player::Update (this=0x7f13053bf2d0, p_time=102)
   at ../../../src/game/Player.cpp:1099
#12 0x00000000005dcdcc in Map::Update (this=0x7f13366e38f0,
   t_diff=@0x7f134e1c6074) at ../../../src/game/Map.cpp:595
#13 0x00000000005dd969 in InstanceMap::Update (this=0x7f130204fa30,
   t_diff=@0x60) at ../../../src/game/Map.cpp:2456
#14 0x00000000007b6719 in MapInstanced::Update (this=0xe099370,
   t=@0x7f134e1c6074) at ../../../src/game/MapInstanced.cpp:63
#15 0x00000000005ec548 in MapManager::Update (.omp_data_i=0x7f13549d2fb0)
   at ../../../src/game/MapManager.cpp:280
#16 0x00007f1363d24c85 in ?? () from /usr/lib/libgomp.so.1
#17 0x00007f13635e33ba in start_thread () from /lib/libpthread.so.0
#18 0x00007f1362ba5fcd in clone () from /lib/libc.so.6
#19 0x0000000000000000 in ?? ()

Link to comment
Share on other sites

Core: 8807

Patches: Insider42 Patch + mtmaps + Dual Spec

SD: Latest

Program received signal SIGSEGV, Segmentation fault.
[switching to Thread 0x7faccb9d1950 (LWP 17425)]
0x00000000007ad763 in MaNGOS::ObjectUpdater::Visit<GameObject> (
   this=0x7faccb9d1040, m=<value optimized out>)
   at ../../../src/game/GridNotifiers.cpp:220
220            iter->getSource()->Update(i_timeDiff);
#0  0x00000000007ad763 in MaNGOS::ObjectUpdater::Visit<GameObject> (
   this=0x7faccb9d1040, m=<value optimized out>)
   at ../../../src/game/GridNotifiers.cpp:220
#1  0x00000000005e0fb0 in Map::Update (this=0x7facd55ffcb0, 
   t_diff=@0x7fac3d58eda0)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:64
#2  0x00000000005f1a02 in MapUpdateRequest::call (this=0x7fac3d58ed80)
   at ../../../src/game/MapUpdater.cpp:47
#3  0x0000000000804681 in DelayExecutor::svc (this=0x3fd4e18)
   at ../../../src/shared/DelayExecutor.cpp:60
#4  0x00007facdde3d467 in ACE_Task_Base::svc_run (args=<value optimized out>)
   at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
#5  0x00007facdde3eb15 in ACE_Thread_Adapter::invoke (this=0x7facd551a210)
   at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
#6  0x00007facdc14a3ba in start_thread () from /lib/libpthread.so.0
#7  0x00007facdb70cfcd in clone () from /lib/libc.so.6
#8  0x0000000000000000 in ?? ()
#0  0x00000000007ad763 in MaNGOS::ObjectUpdater::Visit<GameObject> (
   this=0x7faccb9d1040, m=<value optimized out>)
   at ../../../src/game/GridNotifiers.cpp:220
No locals.
#1  0x00000000005e0fb0 in Map::Update (this=0x7facd55ffcb0, 
   t_diff=@0x7fac3d58eda0)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:64
   pair = {x_coord = 294, y_coord = 351}
   cell = {data = {Part = {grid_x = 36, grid_y = 43, cell_x = 6, 
     cell_y = 7, nocreate = 1, reserved = 16}, All = 555510500}}
   y = 351
   x = 294
   plr = <value optimized out>
   area = {right_offset = 1, left_offset = 1, upper_offset = 1, 
 lower_offset = 2}
   updater = {i_timeDiff = 105}
   grid_object_update = {i_visitor = @0x7faccb9d1040}
   world_object_update = {i_visitor = @0x7faccb9d1040}
   __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
#2  0x00000000005f1a02 in MapUpdateRequest::call (this=0x7fac3d58ed80)
   at ../../../src/game/MapUpdater.cpp:47
No locals.
#3  0x0000000000804681 in DelayExecutor::svc (this=0x3fd4e18)
   at ../../../src/shared/DelayExecutor.cpp:60
   rq = (class ACE_Method_Request *) 0x7fac3d58ed80
#4  0x00007facdde3d467 in ACE_Task_Base::svc_run (args=<value optimized out>)
   at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
   t = (ACE_Task_Base *) 0x3fd4e18
   svc_status = <value optimized out>
#5  0x00007facdde3eb15 in ACE_Thread_Adapter::invoke (this=0x7facd551a210)
   at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
   exit_hook_instance = <value optimized out>
   exit_hook_maybe = {instance_ = 0x0}
   exit_hook_ptr = <value optimized out>
#6  0x00007facdc14a3ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#7  0x00007facdb70cfcd in clone () from /lib/libc.so.6
No symbol table info available.
#8  0x0000000000000000 in ?? ()
No symbol table info available.
 21 Thread 0x7facc59c5950 (LWP 17437)  0x00007facdb70d598 in epoll_wait ()
  from /lib/libc.so.6
 20 Thread 0x7facc61c6950 (LWP 17436)  0x00007facdb70d598 in epoll_wait ()
  from /lib/libc.so.6
 19 Thread 0x7facc69c7950 (LWP 17435)  0x00007facdb70d598 in epoll_wait ()
  from /lib/libc.so.6
 18 Thread 0x7facc71c8950 (LWP 17434)  0x00007facdc1517e1 in nanosleep ()
  from /lib/libpthread.so.0
 17 Thread 0x7facc79c9950 (LWP 17433)  0x00007facdb705742 in select ()
  from /lib/libc.so.6
 16 Thread 0x7facc81ca950 (LWP 17432)  0x00007facdb6ced21 in nanosleep ()
  from /lib/libc.so.6
 15 Thread 0x7facc89cb950 (LWP 17431)  0x00007facdc14e2e9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
 14 Thread 0x7facc91cc950 (LWP 17430)  0x00007facdbea55f7 in std::_Rb_tree_increment () from /usr/lib/libstdc++.so.6
 13 Thread 0x7facc99cd950 (LWP 17429)  MaNGOS::ObjectUpdater::Visit<GameObject> (this=0x7facc99cd040, m=@0x7facae3413b0)
   at ../../../src/game/../framework/Utilities/LinkedList.h:40
 12 Thread 0x7facca1ce950 (LWP 17428)  0x00000000005f24bf in MotionMaster::UpdateMotion (this=0x7faca2060bf8, diff=105)
   at ../../../src/game/MotionMaster.cpp:83
 11 Thread 0x7facca9cf950 (LWP 17427)  0x00007facdc14e2e9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
 10 Thread 0x7faccb1d0950 (LWP 17426)  0x00007facdc14e2e9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
* 9 Thread 0x7faccb9d1950 (LWP 17425)  0x00000000007ad763 in MaNGOS::ObjectUpdater::Visit<GameObject> (this=0x7faccb9d1040, m=<value optimized out>)
   at ../../../src/game/GridNotifiers.cpp:220
 8 Thread 0x7faccc1d2950 (LWP 17424)  0x000000000079e614 in CreatureEventAI::UpdateAI (this=0x1b9098a0, diff=<value optimized out>)
   at ../../../src/game/CreatureEventAI.cpp:1069
 7 Thread 0x7faccc9d3950 (LWP 17423)  0x00007facdc14e2e9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
 5 Thread 0x7facd9ff2950 (LWP 17419)  0x00007facdc1517e1 in nanosleep ()
  from /lib/libpthread.so.0
 4 Thread 0x7facda7f3950 (LWP 17418)  0x00007facdc150edb in read ()
  from /lib/libpthread.so.0
 3 Thread 0x7facdb626950 (LWP 17417)  0x00007facdc1517e1 in nanosleep ()
  from /lib/libpthread.so.0
 1 Thread 0x7facde2b4700 (LWP 17413)  0x00007facdc14ac95 in pthread_join ()
  from /lib/libpthread.so.0

Some ideas?

Link to comment
Share on other sites

Core: 8809

Patches: insider42 patch + ACE mtmaps + Dual Spec

DB: YTDB 519

SD2: 1498

1h -2 h when up to 1500+ players

Program received signal SIGSEGV, Segmentation fault.
[switching to Thread 0x7f7a399fd950 (LWP 22299)]
ThreatContainer::getReferenceByTarget (this=0x7f7996142310, 
   pVictim=<value optimized out>) at ../../../src/game/ThreatManager.cpp:227
227        [color="Red"]uint64 guid = pVictim->GetGUID();[/color]
#0  ThreatContainer::getReferenceByTarget (this=0x7f7996142310, 
   pVictim=<value optimized out>) at ../../../src/game/ThreatManager.cpp:227
#1  0x00000000006fb7df in ThreatContainer::addThreat (this=0x7f79b468dc30, 
   pVictim=0x0, pThreat=<value optimized out>)
   at ../../../src/game/ThreatManager.cpp:245
#2  0x00000000006fb895 in ThreatManager::addThreat (this=0x7f79961422f8, 
   pVictim=0x7f79b468dc30, pThreat=<value optimized out>, 
   crit=<value optimized out>, schoolMask=<value optimized out>, 
   pThreatSpell=<value optimized out>)
   at ../../../src/game/ThreatManager.cpp:396
#3  0x00000000006fe43a in Unit::AddThreatToRedirectionTargets (
   this=<value optimized out>, pVictim=<value optimized out>, 
   threat=<value optimized out>, crit=<value optimized out>, 
   schoolMask=SPELL_SCHOOL_MASK_NONE, threatSpell=0x0)
   at ../../../src/game/Unit.cpp:11237
#4  0x00000000006fe52d in Unit::AddThreat (this=0x7f7996140960, 
   pVictim=0x7f79bdaa09b0, threat=<value optimized out>, 
   crit=<value optimized out>, schoolMask=SPELL_SCHOOL_MASK_NONE, 
   threatSpell=0x0) at ../../../src/game/Unit.cpp:11019
#5  0x00000000007add02 in AggressorAI::MoveInLineOfSight (this=0x7f79bffca1d0, 
   u=0x7f79bdaa09b0) at ../../../src/game/AggressorAI.cpp:63
#6  0x00000000005c80fd in Map::Visit<RGuard<ACE_RW_Thread_Mutex, ACE_Thread_Mutex>, MaNGOS::CreatureRelocationNotifier, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeNull> > > > > (this=<value optimized out>, 
   cell=<value optimized out>, visitor=<value optimized out>)
   at ../../../src/game/GridNotifiersImpl.h:77
#7  0x00000000005b6a86 in Map::CreatureRelocationNotify (this=0x7f79e55b7820, 
   creature=0x7f7996140960, cell=<value optimized out>, 
   cellpair=<value optimized out>) at ../../../src/game/CellImpl.h:213
#8  0x00000000005b726c in Map::CreatureRelocation (this=0x7f79e55b7820, 
   creature=0x7f7996140960, x=<value optimized out>, y=<value optimized out>, 
   z=<value optimized out>, ang=<value optimized out>)
   at ../../../src/game/Map.cpp:915
#9  0x00000000006f3161 in TargetedMovementGenerator<Creature>::Update (
   this=0x9f425c0, owner=@0x7f7996140960, time_diff=<value optimized out>)
   at ../../../src/game/Traveller.h:85
#10 0x00000000005ce9e2 in MotionMaster::UpdateMotion (this=0x7f7996142238, 
   diff=311) at ../../../src/game/MotionMaster.cpp:83
#11 0x00000000005122e9 in Creature::Update (this=0x7f7996140960, diff=311)
   at ../../../src/game/Creature.cpp:433
#12 0x00000000005c25f3 in VisitorHelper<MaNGOS::ObjectUpdater, Creature> (
   v=@0x7f7a399fcfe0, c=<value optimized out>)
   at ../../../src/game/GridNotifiersImpl.h:47
#13 0x00000000005bf6ce in Map::Update (this=0x7f79e55b7820, 
   t_diff=<value optimized out>)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:70
#14 0x00000000005c04c9 in InstanceMap::Update (this=0x7f79b468dc30, 
   t_diff=@0x0) at ../../../src/game/Map.cpp:2456
#15 0x0000000000798f29 in MapInstanced::Update (this=0x7f7a311dabd0, 
   t=@0x7f7a123256e0) at ../../../src/game/MapInstanced.cpp:63
#16 0x00000000005cda12 in MapUpdateRequest::call (this=0x7f7a123256c0)
   at ../../../src/game/MapUpdater.cpp:47
#17 0x00000000007dab91 in DelayExecutor::svc (this=0x3f7e758)
   at ../../../src/shared/DelayExecutor.cpp:60
#18 0x00007f7a4cb5beb7 in ACE_Task_Base::svc_run (args=<value optimized out>)
   at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
#19 0x00007f7a4cb5d241 in ACE_Thread_Adapter::invoke (this=0x7f7a454a7560)
   at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
#20 0x00007f7a4ab863ba in start_thread () from /lib/libpthread.so.0
#21 0x00007f7a4a457fcd in clone () from /lib/libc.so.6
#22 0x0000000000000000 in ?? ()

Link to comment
Share on other sites

Core: 8809 on CentOS 5.2

Patches: my own branch with many patches :P

DB: YTDB 519

SD2: 1498

#0  0x00e6b410 in __kernel_vsyscall ()
No symbol table info available.
#1  0x00795d20 in raise () from /lib/libc.so.6
No symbol table info available.
#2  0x00797631 in abort () from /lib/libc.so.6
No symbol table info available.
#3  0x007cde6b in __libc_message () from /lib/libc.so.6
No symbol table info available.
#4  0x007d5b16 in _int_free () from /lib/libc.so.6
No symbol table info available.
#5  0x007d9070 in free () from /lib/libc.so.6
No symbol table info available.
#6  0x00c45731 in operator delete () from /usr/lib/libstdc++.so.6
No symbol table info available.
#7  0x08395e5f in std::_List_base<Aura*, std::allocator<Aura*> >::_M_clear (
   this=0x8ad140)
   at /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c++/4.1.2/ext/new_allocator.h:94
       __cur = (class std::_List_node<Aura*> *) 0x0
#8  0x083e5f51 in ~Unit (this=0x1cb77e68)
   at /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_list.h:339
No locals.
#9  0x0817a3d7 in ~Creature (this=0x1cb77e68)
   at ../../../src/game/Creature.cpp:141
No locals.
#10 0x08294510 in ObjectGridUnloader::Visit<Creature> (this=0xb2ee10b8,
   m=@0x1be8020c) at ../../../src/game/ObjectGridLoader.cpp:274
       obj = (class Creature *) 0x1cb77e68
#11 0x082947f1 in VisitorHelper<ObjectGridUnloader, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (v=@0xb2ee10b8, c=@0x1be8020c)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:70
No locals.
#12 0x0824f804 in Map::UnloadGrid (this=0xb4688440, x=@0xb2ee127c,
   y=@0xb2ee1278, pForce=false)
   at ../../../src/game/../framework/GameSystem/GridLoader.h:72
       unloader = {i_grid = @0x1be7ed78}
       grid = (NGridType *) 0x1be7ed78
       gx = <value optimized out>
       gy = <value optimized out>
       __PRETTY_FUNCTION__ = "bool Map::UnloadGrid(const uint32&, const uint32&, bool)"
#13 0x0847fa80 in RemovalState::Update (this=0xb46144b8, m=@0xb4688440,
   grid=@0x1be7ed78, info=@0x6, x=@0xb2ee127c, y=@0xb2ee1278,
   t_diff=@0xb2ee12b8) at ../../../src/game/GridStates.cpp:65
No locals.
#14 0x08263458 in Map::Update (this=0xb4688440, t_diff=@0xb2ee12b8)
   at ../../../src/game/Map.cpp:714
       grid = <value optimized out>
       updater = {i_timeDiff = 113}
       __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
#15 0x082761c5 in MapManager::Update (this=0xdf66d28, diff=20)
   at ../../../src/game/MapManager.cpp:267
       iter = {_M_cur = 0xb4687b90, _M_ht = 0xdf66d70}
#16 0x08420077 in World::Update (this=0xa0a7130, diff=20)
   at ../../../src/game/World.cpp:1669
       next = {_M_cur = 0x0, _M_ht = 0x0}
       autobroadcaston = 0
#17 0x0813236a in WorldRunnable::run (this=0xb4617708)
   at ../../../src/mangosd/WorldRunnable.cpp:60
       diff = 20
       realCurrTime = 4061021132
       realPrevTime = <value optimized out>
       prevSleepTime = 5
#18 0x084ed46d in ACE_Based::Thread::ThreadTask (param=0xb4617708)
   at ../../../src/shared/Threading.cpp:183
No locals.
#19 0x001fc297 in ACE_OS_Thread_Adapter::invoke ()
  from /usr/local/mangos/lib/libACE-5.6.6.so

Link to comment
Share on other sites

Another Very Enoyng Crash

Core [8812]

ScriptDev2

Mail External

Frecuently: 1-2Hrs

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 11, Segmentation fault.
[New process 6389]
[New process 6401]
[New process 6400]
[New process 6399]
[New process 6398]
[New process 6397]
[New process 6396]
[New process 6395]
[New process 6394]
[New process 6393]
[New process 6392]
[New process 6391]
[New process 6390]
[New process 6386]
[New process 6385]
[New process 6384]
[New process 6382]
#0  Spell::DoAllEffectOnTarget (this=0x2aab3d4c17a0, target=0x10)
   at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:914
914        if (target->processed)                                  // Check target
#0  Spell::DoAllEffectOnTarget (this=0x2aab3d4c17a0, target=0x10)
   at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:914
   mask = <value optimized out>
   unit = <value optimized out>
   caster = <value optimized out>
   missInfo = <value optimized out>
   procAttacker = <value optimized out>
   procVictim = <value optimized out>
   procEx = <value optimized out>
#1  0x000000000071de27 in Spell::handle_immediate (this=0x2aab3d4c17a0)
   at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2623
No locals.
#2  0x000000000071e1ad in Spell::cast (this=0x2aab3d4c17a0, skipCheck=true)
   at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2597
   castResult = <value optimized out>
#3  0x00000000007686c2 in Unit::CastSpell (this=0x1beef560, Victim=0x1beef560, 
   spellInfo=0x2aaab4b81050, triggered=true, castItem=0x21760780, 
   triggeredByAura=0x23cf69c0, originalCaster=0)
   at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:932
   spell = (Spell *) 0x2aab3d4c17a0
   targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 145.869995, 
 m_destY = -10.5539999, m_destZ = -16.6359997, m_strTarget = {
   static npos = 18446744073709551615, 
   _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xba69f8 ""}}, m_targetMask = 2, 
 m_unitTarget = 0x1beef560, m_GOTarget = 0x0, m_itemTarget = 0x0, 
 m_unitTargetGUID = 177573, m_GOTargetGUID = 0, m_CorpseTargetGUID = 0, 
 m_itemTargetGUID = 0, m_itemTargetEntry = 0}
#4  0x000000000076dbac in Unit::CastSpell (this=0x1beef560, Victim=0x10, 
   spellId=55767, triggered=false, castItem=0x43e01940, 
   triggeredByAura=0x2aaaaddae1cc, originalCaster=0)
   at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:910
   spellInfo = (const SpellEntry *) 0x0
#5  0x000000000076f5c1 in Unit::HandleProcTriggerSpell (this=0x1beef560, 
   pVictim=0x2aab189d37e0, damage=462, triggeredByAura=0x23cf69c0, 
   procSpell=0x2aaab45b1a80, procFlags=262144, procEx=1, cooldown=45)
   at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:7264
   auraSpellInfo = (const SpellEntry *) 0x2aaab4b813c0
   triggerAmount = 0
   trigger_spell_id = 55767
   target = (Unit *) 0x1beef560
   basepoints = {0, 0, 0}
   castItem = (class Item *) 0x21760780
   triggerEntry = <value optimized out>
#6  0x00000000007838a7 in Unit::ProcDamageAndSpellFor (this=0x1beef560, 
   isVictim=false, pTarget=0x2aab189d37e0, procFlag=262144, procExtra=1, 
   attType=BASE_ATTACK, procSpell=0x2aaab45b1a80, damage=462)
   at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:11623
   triggeredByAura = (class Aura *) 0x23cf69c0
   spellProcEvent = <value optimized out>
   auraModifier = <value optimized out>
   spellInfo = <value optimized out>
   cooldown = 45
   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 = 0x43dfca90, 
       _M_prev = 0x43dfca90}}}, <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 = 0x2aab3f7f43d0, 
       _M_prev = 0x2aab3f7f43d0}}}, <No data fields>}
#7  0x0000000000783cf5 in Unit::ProcDamageAndSpell (this=0x1beef560, 
   pVictim=0x2aab189d37e0, procAttacker=0, procVictim=1572864, procExtra=1, 
   amount=462, attType=BASE_ATTACK, procSpell=0x2aaab45b1a80)
   at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:4464
No locals.
#8  0x0000000000704d2c in Aura::PeriodicTick (this=0x2aab495ccd80)
   at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:6412
   resist = 0
   amount = <value optimized out>
   pdamage = 462
   isCrit = false
   procVictim = 0
   pCaster = (class Unit *) 0x1beef560
   absorb = 121
   cleanDamage = {damage = 0, attackType = BASE_ATTACK, 
 hitOutCome = MELEE_HIT_NORMAL}
   pInfo = {aura = 0x2aab495ccd80, damage = 583, overDamage = 0, 
 absorb = 121, resist = 0, multiplier = 0, critical = false}
#9  0x0000000000706664 in Aura::Update (this=0x2aab495ccd80, diff=159)
   at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:662
No locals.
#10 0x000000000076cdf8 in Unit::_UpdateSpells (this=0x2aab189d37e0, time=159)
   at /root/Desktop/Mangos/Sources/src/game/SpellAuras.h:312
   i_aura = (class Aura *) 0x2aab495ccd80
#11 0x00000000007714cc in Unit::Update (this=0x2aab189d37e0, p_time=159)
   at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:192
No locals.
#12 0x00000000006dae51 in Player::Update (this=0x2aab189d37e0, p_time=159)
   at /root/Desktop/Mangos/Sources/src/game/Player.cpp:1072
   now = <value optimized out>
   pet = <value optimized out>
#13 0x00000000006148dc in Map::Update (this=0xe6f4220, t_diff=@0x19dea6f0)
   at /root/Desktop/Mangos/Sources/src/game/Map.cpp:595
   plr = (class Player *) 0x2aab3d4c17a0
   updater = {i_timeDiff = 804097760}
   __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
#14 0x0000000000624b58 in MapUpdateRequest::call (this=0x19dea6d0)
   at /root/Desktop/Mangos/Sources/src/game/MapUpdater.cpp:47
No locals.
#15 0x00000000008398e0 in DelayExecutor::svc (this=0xe6f39b0)
   at /root/Desktop/Mangos/Sources/src/shared/DelayExecutor.cpp:60
   rq = (class ACE_Method_Request *) 0x19dea6d0
#16 0x00002ba3f4bdadf7 in ACE_Task_Base::svc_run (args=<value optimized out>)
   at /root/Desktop/Mangos/Sources/dep/ACE_wrappers/ace/Task.cpp:275
   t = (ACE_Task_Base *) 0xe6f39b0
   svc_status = <value optimized out>
#17 0x00002ba3f4bdbd0e in ACE_Thread_Adapter::invoke (this=0x2aaaaca98a10)
   at /root/Desktop/Mangos/Sources/dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
   exit_hook_instance = (ACE_Thread_Exit *) 0x13d7ad20
   exit_hook_maybe = {instance_ = 0x0}
   exit_hook_ptr = <value optimized out>
#18 0x00000038aba064a7 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#19 0x00000038aaed3c2d in clone () from /lib64/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

ubuntu x64

Core [8817]

patches:

ScriptDev2

chatlog

stealth removing

demonic circle

autobroadcast

npc pvp flag

Teleguy_v0.4d

it freezes (cpu load over 95%) and autokill script kills it(i tink...).

mangos-worldd: ../../../src/game/../framework/GameSystem/TypeContainer.h:78: static bool TypeUnorderedMapContainer<OBJECT_TYPES, KEY_TYPE>::insert(ContainerUnorderedMap<SPECIFIC_TYPE, KEY_TYPE>&, KEY_TYPE, SPECIFIC_TYPE*) [with SPECIFIC_TYPE = GameObject, OBJECT_TYPES = TypeList<Creature, TypeList<Pet, TypeList<Vehicle, TypeList<GameObject, TypeList<DynamicObject, TypeNull> > > > >, KEY_TYPE = long unsigned int]: Assertion `i->second == obj && "Object with certain key already in but objects are different!"' failed.

Program received signal SIGABRT, Aborted.
[switching to Thread 0x7f1d91994950 (LWP 5137)]
0x00007f1d93bb8fb5 in raise () from /lib/libc.so.6

CRASH ON Sun Nov 15 14:00:02 EET 2009
       Using the running image of child Thread 0x7f1d91994950 (LWP 5137).
Program stopped at 0x7f1d93bb8fb5.
It stopped with signal SIGABRT, Aborted.
Type "info stack" or "info registers" for more information.

BACKTRACE

#0  0x00007f1d93bb8fb5 in raise () from /lib/libc.so.6
#1  0x00007f1d93bbabc3 in abort () from /lib/libc.so.6
#2  0x00007f1d93bb1f09 in __assert_fail () from /lib/libc.so.6
#3  0x0000000000567a3f in GameObject::AddToWorld (this=0x7f1d3d377c90)
   at ../../../src/game/../framework/GameSystem/TypeContainer.h:78
warning: (Internal error: pc 0x5e7ef2 in read in psymtab, but not in symtab.)

#4  0x00000000005e7ef3 in Map::Add<GameObject> (this=warning: (Internal error: pc 0x5e7ca0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x5e7ef2 in read in psymtab, but not in symtab.)

0x7f1d789e47e0,
   obj=0x7f1d3d377c90) at ../../../src/game/Map.cpp:477
#5  0x00000000005607ef in GameEventMgr::GameEventSpawn (this=0x7f1d845dfa40,
   event_id=<value optimized out>) at ../../../src/game/GameEventMgr.cpp:569
#6  0x0000000000560b94 in GameEventMgr::ApplyNewEvent (this=0x7f1d845dfa40,
   event_id=65521) at ../../../src/game/GameEventMgr.cpp:494
#7  0x0000000000560c92 in GameEventMgr::StartEvent (this=0x7f1d845dfa40,
   event_id=5137, overwrite=false) at ../../../src/game/GameEventMgr.cpp:71
#8  0x0000000000560f0b in GameEventMgr::Update (this=0x7f1d845dfa40)
   at ../../../src/game/GameEventMgr.cpp:439
---Type <return> to continue, or q <return> to quit---
#9  0x0000000000744e5b in World::Update (this=0x1ec46f0, diff=90)
   at ../../../src/game/World.cpp:1671
#10 0x00000000004e7f21 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
#11 0x00000000007e6a3c in ACE_Based::Thread::ThreadTask (param=0x1408)
   at ../../../src/shared/Threading.cpp:183
#12 0x00007f1d946a93ba in start_thread () from /lib/libpthread.so.0
#13 0x00007f1d93c6bfcd in clone () from /lib/libc.so.6
#14 0x0000000000000000 in ?? ()

BACKTRACE FULL

#0  0x00007f1d93bb8fb5 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f1d93bbabc3 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x00007f1d93bb1f09 in __assert_fail () from /lib/libc.so.6
No symbol table info available.
#3  0x0000000000567a3f in GameObject::AddToWorld (this=0x7f1d3d377c90)
   at ../../../src/game/../framework/GameSystem/TypeContainer.h:78
No locals.
#4  0x00000000005e7ef3 in Map::Add<GameObject> (this=0x7f1d789e47e0,
   obj=0x7f1d3d377c90) at ../../../src/game/Map.cpp:477
       p = {x_coord = 35, y_coord = 264}
       cell = {data = {Part = {grid_x = 4, grid_y = 33, cell_x = 3,
     cell_y = 0, nocreate = 0, reserved = 0}, All = 14404}}
---Type <return> to continue, or q <return> to quit---
       grid = <value optimized out>
       __PRETTY_FUNCTION__ = "void Map::Add(T*) [with T = GameObject]"
#5  0x00000000005607ef in GameEventMgr::GameEventSpawn (this=0x7f1d845dfa40,
   event_id=<value optimized out>) at ../../../src/game/GameEventMgr.cpp:569
       pGameobject = (class GameObject *) 0x7f1d3d377c90
       map = (class Map *) 0x7f1d789e47e0
       data = <value optimized out>
       internal_event_id = 56
#6  0x0000000000560b94 in GameEventMgr::ApplyNewEvent (this=0x7f1d845dfa40,
   event_id=65521) at ../../../src/game/GameEventMgr.cpp:494
No locals.
#7  0x0000000000560c92 in GameEventMgr::StartEvent (this=0x7f1d845dfa40,
   event_id=5137, overwrite=false) at ../../../src/game/GameEventMgr.cpp:71
No locals.
#8  0x0000000000560f0b in GameEventMgr::Update (this=0x7f1d845dfa40)
   at ../../../src/game/GameEventMgr.cpp:439
       itr = 15
       nextEventDelay = 6599
       calcDelay = <value optimized out>
#9  0x0000000000744e5b in World::Update (this=0x1ec46f0, diff=90)
   at ../../../src/game/World.cpp:1671
       nextGameEvent = 0
       autobroadcaston = 1
#10 0x00000000004e7f21 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
       diff = 90
       realCurrTime = 4155951522
       realPrevTime = <value optimized out>
       prevSleepTime = 49
#11 0x00000000007e6a3c in ACE_Based::Thread::ThreadTask (param=0x1408)
   at ../../../src/shared/Threading.cpp:183
       _task = (class ACE_Based::Runnable *) 0x7f1d7f7de960
#12 0x00007f1d946a93ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#13 0x00007f1d93c6bfcd in clone () from /lib/libc.so.6
No symbol table info available.
#14 0x0000000000000000 in ?? ()
No symbol table info available.

Link to comment
Share on other sites

core:8855

sd2: 1504

DB: YTDB 520

os: ubuntu x64

full: http://paste2.org/p/527024

mangos-worldd: ../../../src/game/../framework/GameSystem/TypeContainer.h:78: static bool TypeUnorderedMapContainer<OBJECT_TYPES, KEY_TYPE>::insert(ContainerUnorderedMap<SPECIFIC_TYPE, KEY_TYPE>&, KEY_TYPE, SPECIFIC_TYPE*) [with SPECIFIC_TYPE = GameObject, OBJECT_TYPES = TypeList<Creature, TypeList<Pet, TypeList<Vehicle, TypeList<GameObject, TypeList<DynamicObject, TypeNull> > > > >, KEY_TYPE = long unsigned int]: Assertion `i->second == obj && "Object with certain key already in but objects are different!"' failed.

Program received signal SIGABRT, Aborted.
[switching to Thread 0x7fb802d1c950 (LWP 31975)]
0x00007fb80af56fb5 in raise () from /lib/libc.so.6

CRASH ON Вск Ноя 22 14:00:01 EET 2009
       Using the running image of child Thread 0x7fb802d1c950 (LWP 31975).
Program stopped at 0x7fb80af56fb5.
It stopped with signal SIGABRT, Aborted.
Type "info stack" or "info registers" for more information.

BACKTRACE

#0  0x00007fb80af56fb5 in raise () from /lib/libc.so.6
#1  0x00007fb80af58bc3 in abort () from /lib/libc.so.6
#2  0x00007fb80af4ff09 in __assert_fail () from /lib/libc.so.6
#3  0x000000000056842f in GameObject::AddToWorld (this=0x7fb7d25ab860)
   at ../../../src/game/../framework/GameSystem/TypeContainer.h:78
warning: (Internal error: pc 0x5eaf42 in read in psymtab, but not in symtab.)

#4  0x00000000005eaf43 in Map::Add<GameObject> (this=warning: (Internal error: pc 0x5eacf0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x5eaf42 in read in psymtab, but not in symtab.)

0x44db070,
   obj=0x7fb7d25ab860) at ../../../src/game/Map.cpp:477
#5  0x00000000005611df in GameEventMgr::GameEventSpawn (this=0x5fdca00,
   event_id=<value optimized out>) at ../../../src/game/GameEventMgr.cpp:570
#6  0x0000000000561584 in GameEventMgr::ApplyNewEvent (this=0x5fdca00,
   event_id=65521) at ../../../src/game/GameEventMgr.cpp:495
#7  0x0000000000561682 in GameEventMgr::StartEvent (this=0x5fdca00,
   event_id=31975, overwrite=false) at ../../../src/game/GameEventMgr.cpp:72
#8  0x00000000005618fb in GameEventMgr::Update (this=0x5fdca00)
   at ../../../src/game/GameEventMgr.cpp:440
#9  0x000000000074884b in World::Update (this=0x7fb8040235f0, diff=37)
   at ../../../src/game/World.cpp:1689
#10 0x00000000004e8511 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:60
#11 0x00000000007ea3dc in ACE_Based::Thread::ThreadTask (param=0x7cb5)
   at ../../../src/shared/Threading.cpp:183
#12 0x00007fb80ba473ba in start_thread () from /lib/libpthread.so.0
#13 0x00007fb80b009fcd in clone () from /lib/libc.so.6
#14 0x0000000000000000 in ?? ()

tail -200 Server_2009-11-22_11-59-28.log

2009-11-22 13:59:57 deal dmg:16 to health:1023
2009-11-22 13:59:57 deal dmg:90 to health:535
2009-11-22 13:59:57 deal dmg:141 to health:1177312
2009-11-22 13:59:57 deal dmg:158 to health:1181067
2009-11-22 13:59:57 deal dmg:709 to health:6903
2009-11-22 13:59:57 creature 326866 stopped attacking player 968
2009-11-22 13:59:57 deal dmg:41 to health:283
2009-11-22 13:59:57 deal dmg:29 to health:242
2009-11-22 13:59:57 PeriodicTick: 3719 (TypeId: 4) energize 3719 (TypeId: 4) for 63 mana inflicted by 34074
2009-11-22 13:59:57 deal dmg:2 to health:78
2009-11-22 13:59:57 deal dmg:163 to health:1169877
2009-11-22 13:59:57 Player 'Yakut' (GUID: 3950) saved
2009-11-22 13:59:57 deal dmg:8 to health:471
2009-11-22 13:59:57 deal dmg:12 to health:116
2009-11-22 13:59:57 WORLD: CMSG_CREATURE_QUERY 'Stonelash Scorpid' - Entry: 11735.
2009-11-22 13:59:57 deal dmg:17 to health:131
2009-11-22 13:59:57 deal dmg:11 to health:104
2009-11-22 13:59:57 deal dmg:264 to health:1177388
2009-11-22 13:59:57 deal dmg:162 to health:1157861
2009-11-22 13:59:57 deal dmg:50 to health:13224
2009-11-22 13:59:57 deal dmg:134 to health:1157
2009-11-22 13:59:57 deal dmg:100 to health:1023
2009-11-22 13:59:57 deal dmg:62 to health:923
2009-11-22 13:59:57 deal dmg:57 to health:861
2009-11-22 13:59:57 EXTERNAL MAIL> Send Mails from Queue...
2009-11-22 13:59:57 EXTERNAL MAIL> No Mails in Queue...
2009-11-22 13:59:57 WORLD: CMSG_CREATURE_QUERY 'Lenny "Fingers" McCoy' - Entry: 2795.
2009-11-22 13:59:57 sending broadcast...
2009-11-22 13:59:57 AutoBroadcast: 'добро пожаловать на сервер'
2009-11-22 13:59:57 deal dmg:143 to health:93149
2009-11-22 13:59:57 PeriodicTick: 962 (TypeId: 4) heal of 962 (TypeId: 4) for 149 health inflicted by 28176
2009-11-22 13:59:57 deal dmg:834 to health:6194
2009-11-22 13:59:57 deal dmg:54 to health:744
2009-11-22 13:59:57 creature 10201 stopped attacking creature 79
2009-11-22 13:59:58 deal dmg:907 to health:1167742
2009-11-22 13:59:58 PeriodicTick: 2385 (TypeId: 4) heal of 2755 (TypeId: 4) for 471 health inflicted by 61301
2009-11-22 13:59:58 deal dmg:441 to health:6755
2009-11-22 13:59:58 deal dmg:18 to health:177
2009-11-22 13:59:58 Spell 403 partially interrupted for (402) ms at damage
2009-11-22 13:59:58 deal dmg:152 to health:1179256
2009-11-22 13:59:58 deal dmg:1073 to health:276924
2009-11-22 13:59:58 STORAGE: Item Query = 10763
2009-11-22 13:59:58 STORAGE: Item Query = 28075
2009-11-22 13:59:58 STORAGE: Item Query = 29941
2009-11-22 13:59:58 STORAGE: Item Query = 13144
2009-11-22 13:59:58 STORAGE: Item Query = 29945
2009-11-22 13:59:58 STORAGE: Item Query = 24927
2009-11-22 13:59:58 STORAGE: Item Query = 8311
2009-11-22 13:59:58 STORAGE: Item Query = 30419
2009-11-22 13:59:58 STORAGE: Item Query = 30419
2009-11-22 13:59:58 WORLD: CMSG_GAMEOBJECT_QUERY 'SI:7' - Entry: 179732.
2009-11-22 13:59:58 player 962 stopped attacking creature 326870
2009-11-22 13:59:58 deal dmg:52 to health:31
2009-11-22 13:59:58 player 3935 stopped attacking creature 4049
2009-11-22 13:59:58 creature 4049 stopped attacking player 3935
2009-11-22 13:59:58 deal dmg:11 to health:93
2009-11-22 13:59:58 player 3677 stopped attacking creature 1947
2009-11-22 13:59:58 STORAGE: Item Query = 25502
2009-11-22 13:59:58 STORAGE: Item Query = 6463
2009-11-22 13:59:58 STORAGE: Item Query = 33262
2009-11-22 13:59:58 STORAGE: Item Query = 1721
2009-11-22 13:59:58 STORAGE: Item Query = 29919
2009-11-22 13:59:58 STORAGE: Item Query = 6469
2009-11-22 13:59:58 WORLD: CMSG_USE_ITEM packet, bagIndex: 255, slot: 33, cast_count: 19, spellid: 49248, Item: 37701, glyphIndex: 0, unk_flags: 0, data length = 24
2009-11-22 13:59:58 deal dmg:161 to health:1169714
2009-11-22 13:59:58 deal dmg:133 to health:1161288
2009-11-22 13:59:58 deal dmg:26 to health:3
2009-11-22 13:59:58 Player gain 720 xp (+ 0 Rested Bonus). Rested points=0.002067
2009-11-22 13:59:58 creature 28748 stopped attacking player 3959
2009-11-22 13:59:58 player 3959 stopped attacking creature 28748
2009-11-22 13:59:58 deal dmg:241 to health:275851
2009-11-22 13:59:58 deal dmg:108 to health:275610
2009-11-22 13:59:58 deal dmg:581 to health:275502
2009-11-22 13:59:58 LoadPath: loading waypoint path for creature 33559,33559
2009-11-22 13:59:58 LoadPath: loading waypoint path for creature 33547,33547
2009-11-22 13:59:58 deal dmg:1883 to health:274921
2009-11-22 13:59:58 WORLD: CMSG_GAMEOBJECT_QUERY 'Command Center' - Entry: 179731.
2009-11-22 13:59:58 WORLD: CMSG_GAMEOBJECT_QUERY 'Champions' Hall' - Entry: 179728.
2009-11-22 13:59:58 WORLD: CMSG_GAMEOBJECT_QUERY 'Trade District' - Entry: 2108.
2009-11-22 13:59:58 deal dmg:10 to health:3211
2009-11-22 13:59:58 deal dmg:7 to health:271
2009-11-22 13:59:58 deal dmg:126 to health:1177346
2009-11-22 13:59:58 STORAGE: Item Query = 20999
2009-11-22 13:59:58 STORAGE: Item Query = 21000
2009-11-22 13:59:58 STORAGE: Item Query = 21001
2009-11-22 13:59:58 WORLD: CMSG_CREATURE_QUERY 'Old Town Thug' - Entry: 4969.
2009-11-22 13:59:58 WORLD: CMSG_CREATURE_QUERY 'Ol' Beasley' - Entry: 1395.
2009-11-22 13:59:58 WORLD: CMSG_GAMEOBJECT_QUERY 'The Silver Shield' - Entry: 2150.
2009-11-22 13:59:58 WORLD: CMSG_CREATURE_QUERY 'Garyl' - Entry: 5188.
2009-11-22 13:59:58 deal dmg:44 to health:148
2009-11-22 13:59:58 STORAGE: Item Query = 3306
2009-11-22 13:59:58 STORAGE: Item Query = 14727
2009-11-22 13:59:58 STORAGE: Item Query = 14722
2009-11-22 13:59:58 STORAGE: Item Query = 9785
2009-11-22 13:59:58 STORAGE: Item Query = 14571
2009-11-22 13:59:58 STORAGE: Item Query = 3195
2009-11-22 13:59:58 PeriodicTick: 2467 (TypeId: 4) attacked 22595 (TypeId: 3) for 206 dmg inflicted by 27024 abs is 0
2009-11-22 13:59:58 deal dmg:206 to health:814
2009-11-22 13:59:58 LoadPath: loading waypoint path for creature 36621,36621
2009-11-22 13:59:58 LoadPath: loading waypoint path for creature 36613,36613
2009-11-22 13:59:58 deal dmg:7 to health:264
2009-11-22 13:59:58 deal dmg:649 to health:273038
2009-11-22 13:59:59 Send all time packets count: 7390119 bytes: 403408115 avr.count/sec: 1035.030640 avr.bytes/sec: 56499.738281 time: 7140
2009-11-22 13:59:59 Send last min packets count: 95542 bytes: 5126997 avr.count/sec: 1592.366699 avr.bytes/sec: 85449.953125
2009-11-22 13:59:59 deal dmg:278 to health:1157699
2009-11-22 13:59:59 HandlePetAction.Pet 14 flag is 7, spellid is 2, target 326870.
2009-11-22 13:59:59 deal dmg:158 to health:1161155
2009-11-22 13:59:59 deal dmg:155 to health:1160997
2009-11-22 13:59:59 deal dmg:162 to health:1160842
2009-11-22 13:59:59 deal dmg:126 to health:1157421
2009-11-22 13:59:59 deal dmg:239 to health:1157295
2009-11-22 13:59:59 STORAGE: Item Query = 32068
2009-11-22 13:59:59 STORAGE: Item Query = 22790
2009-11-22 13:59:59 STORAGE: Item Query = 22787
2009-11-22 13:59:59 STORAGE: Item Query = 18256
2009-11-22 13:59:59 Player 'Димасик' (GUID: 3958) saved
2009-11-22 13:59:59 deal dmg:182 to health:5360
2009-11-22 13:59:59 STORAGE: Item Query = 6239
2009-11-22 13:59:59 STORAGE: Item Query = 2996
2009-11-22 13:59:59 STORAGE: Item Query = 2604
2009-11-22 13:59:59 WORLD: CMSG_CREATURE_QUERY 'Gerik Koen' - Entry: 1333.
2009-11-22 13:59:59 WORLD: CMSG_GAMEOBJECT_QUERY 'The Protective Hide' - Entry: 2154.
2009-11-22 13:59:59 PeriodicTick: 109 (TypeId: 3) heal of 109 (TypeId: 3) for 68 health inflicted by 24529
2009-11-22 13:59:59 deal dmg:129 to health:1177171
2009-11-22 13:59:59 deal dmg:171 to health:1180909
2009-11-22 13:59:59 deal dmg:66 to health:445
2009-11-22 13:59:59 PeriodicTick: 109 (TypeId: 3) heal of 2460 (TypeId: 4) for 46 health inflicted by 24529
2009-11-22 13:59:59 deal dmg:145 to health:1177124
2009-11-22 13:59:59 deal dmg:12 to health:812
2009-11-22 13:59:59 deal dmg:250 to health:1157056
2009-11-22 13:59:59 WORLD: Recvd ZONE_UPDATE: 215
2009-11-22 13:59:59 PeriodicTick: 3284 (TypeId: 4) heal of 3284 (TypeId: 4) for 0 health inflicted by 2645
2009-11-22 13:59:59 deal dmg:136 to health:1156806
2009-11-22 13:59:59 deal dmg:126 to health:1156670
2009-11-22 13:59:59 deal dmg:238 to health:5178
2009-11-22 13:59:59 deal dmg:70 to health:13174
2009-11-22 13:59:59 deal dmg:54 to health:804
2009-11-22 13:59:59 deal dmg:51 to health:750
2009-11-22 13:59:59 deal dmg:51 to health:699
2009-11-22 13:59:59 deal dmg:76 to health:648
2009-11-22 13:59:59 WORLD: Recvd ZONE_UPDATE: 331
2009-11-22 13:59:59 deal dmg:235 to health:1156544
2009-11-22 13:59:59 deal dmg:220 to health:1156309
2009-11-22 13:59:59 deal dmg:278 to health:1156089
2009-11-22 13:59:59 deal dmg:148 to health:4940
2009-11-22 13:59:59 deal dmg:500 to health:13497
2009-11-22 13:59:59 deal dmg:555 to health:18733
2009-11-22 13:59:59 deal dmg:476 to health:18052
2009-11-22 13:59:59 deal dmg:504 to health:6314
2009-11-22 13:59:59 deal dmg:485 to health:16624
2009-11-22 13:59:59 STORAGE: Item Query = 8177
2009-11-22 13:59:59 deal dmg:85 to health:213
2009-11-22 13:59:59 deal dmg:15 to health:114
2009-11-22 13:59:59 deal dmg:35 to health:379
2009-11-22 13:59:59 creature 34231 stopped attacking player 3947
2009-11-22 13:59:59 creature 34220 stopped attacking player 3947
2009-11-22 13:59:59 PeriodicTick: 2865 (TypeId: 4) attacked 35132 (TypeId: 3) for 30 dmg inflicted by 6548 abs is 0
2009-11-22 13:59:59 deal dmg:30 to health:344
2009-11-22 13:59:59 deal dmg:120 to health:1171381
2009-11-22 13:59:59 deal dmg:136 to health:93006
2009-11-22 13:59:59 deal dmg:98 to health:6900
2009-11-22 14:00:00 deal dmg:506 to health:5810
2009-11-22 14:00:00 deal dmg:307 to health:608
2009-11-22 14:00:00 deal dmg:19 to health:159
2009-11-22 14:00:00 Spell 403 partially interrupted for (448) ms at damage
2009-11-22 14:00:00 Player 'Acidrabbit' (GUID: 1642) saved
2009-11-22 14:00:00 deal dmg:483 to health:272389
2009-11-22 14:00:00 deal dmg:179 to health:4792
2009-11-22 14:00:00 deal dmg:62 to health:4613
2009-11-22 14:00:00 PeriodicTick: 1613 (TypeId: 4) heal of 1613 (TypeId: 4) for 69 health inflicted by 28176
2009-11-22 14:00:00 deal dmg:755 to health:271906
2009-11-22 14:00:00 WORLD: Recvd ZONE_UPDATE: 33
2009-11-22 14:00:00 PeriodicTick: 3723 (TypeId: 4) heal of 3723 (TypeId: 4) for 0 health inflicted by 2645
2009-11-22 14:00:00 deal dmg:82 to health:314
2009-11-22 14:00:00 deal dmg:162 to health:1169553
2009-11-22 14:00:00 Player 'Garnir' (GUID: 3845) saved
2009-11-22 14:00:00 WORLD: CMSG_CREATURE_QUERY 'Dashel Stonefist' - Entry: 4961.
2009-11-22 14:00:00 creature 34185 stopped attacking player 3947
2009-11-22 14:00:00 deal dmg:2185 to health:271151
2009-11-22 14:00:00 HandlePetAction.Pet 79 flag is 129, spellid is 14918, target 10201.
2009-11-22 14:00:00 PeriodicTick: 3719 (TypeId: 4) energize 3719 (TypeId: 4) for 63 mana inflicted by 34074
2009-11-22 14:00:00 deal dmg:103 to health:6802
2009-11-22 14:00:00 deal dmg:375 to health:12997
2009-11-22 14:00:00 deal dmg:21 to health:473
2009-11-22 14:00:00 creature 10201 stopped attacking player 3366
2009-11-22 14:00:00 deal dmg:6 to health:257
2009-11-22 14:00:00 deal dmg:274 to health:1177220
2009-11-22 14:00:00 WORLD: CMSG_GAMEOBJECT_QUERY 'Attack Plan: Valley of Trials' - Entry: 3189.
2009-11-22 14:00:00 STORAGE: Item Query = 38661
2009-11-22 14:00:00 STORAGE: Item Query = 38662
2009-11-22 14:00:00 STORAGE: Item Query = 38663
2009-11-22 14:00:00 STORAGE: Item Query = 38665
2009-11-22 14:00:00 STORAGE: Item Query = 38669
2009-11-22 14:00:00 STORAGE: Item Query = 38671
2009-11-22 14:00:00 STORAGE: Item Query = 38675
2009-11-22 14:00:00 STORAGE: Item Query = 39320
2009-11-22 14:00:00 STORAGE: Item Query = 38633
2009-11-22 14:00:00 creature 34208 stopped attacking player 3947
2009-11-22 14:00:00 deal dmg:125 to health:92870
2009-11-22 14:00:00 GameEvent 15 "Fishing Extravaganza" started.

what can it be?

Link to comment
Share on other sites

For a crash at that line :

if (target->processed)                                  // Check target

The crash is due to mtmaps, that crash happen if Unit::Update are call during the logging, juste add

    if(GetSession()->IsUpdating())
       return;

in Player::Update.

Program received signal SIGSEGV, Segmentation fault.
[switching to Thread 0x7faccb9d1950 (LWP 17425)]
0x00000000007ad763 in MaNGOS::ObjectUpdater::Visit<GameObject> (
   this=0x7faccb9d1040, m=<value optimized out>)
   at ../../../src/game/GridNotifiers.cpp:220
220           iter->getSource()->Update(i_timeDiff);

For that, i have exactly a same crash with ~ 2 k players every 2-3 hours WITHOUT mtmaps. And i don't know how to fix ...

Link to comment
Share on other sites

For a crash at that line :
if (target->processed)                                  // Check target

The crash is due to mtmaps, that crash happen if Unit::Update are call during the logging, juste add

    if(GetSession()->IsUpdating())
       return;

in Player::Update.

Program received signal SIGSEGV, Segmentation fault.
[switching to Thread 0x7faccb9d1950 (LWP 17425)]
0x00000000007ad763 in MaNGOS::ObjectUpdater::Visit<GameObject> (
   this=0x7faccb9d1040, m=<value optimized out>)
   at ../../../src/game/GridNotifiers.cpp:220
220           iter->getSource()->Update(i_timeDiff);

For that, i have exactly a same crash with ~ 2 k players every 2-3 hours WITHOUT mtmaps. And i don't know how to fix ...

IsUpdating() Only exist in Map Per Thread Patch, not in mtmaps =(

Link to comment
Share on other sites

core: 8807

SD2: 1507

SESSION: received unexpected opcode CMSG_CANCEL_TRADE (0x011C) the player has not logged in yet and not recently logout

SESSION: received unexpected opcode CMSG_CANCEL_TRADE (0x011C) the player has not logged in yet and not recently logout

21:08:58 21:08:58 SESSION: received unexpected opcode CMSG_CANCEL_TRADE (0x011C) the player has not logged in yet and not recently logout

21:09:00 [Modest] Не борзей

World Thread hangs, kicking out server!

Program received signal SIGSEGV, Segmentation fault.

[switching to Thread 0x7f02ad9f6950 (LWP 30444)]

FreezeDetectorRunnable::run (this=0x7f02a0323250) at ../../../src/mangosd/Master.cpp:111

warning: Source file is more recent than executable.

111 *((uint32 volatile*)NULL) = 0; // bang crash

CRASH ON Вто Ноя 24 21:09:44 EET 2009

Using the running image of child Thread 0x7f02ad9f6950 (LWP 30444).

Program stopped at 0x4e6dc9.

It stopped with signal SIGSEGV, Segmentation fault.

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

BACKTRACE

#0 FreezeDetectorRunnable::run (this=0x7f02a0323250) at ../../../src/mangosd/Master.cpp:111

#1 0x00000000007ed6ec in ACE_Based::Thread::ThreadTask (param=0x7f02bca73860)

at ../../../src/shared/Threading.cpp:183

#2 0x00007f02bd22a3ba in start_thread () from /lib/libpthread.so.0

#3 0x00007f02bc7ecfcd in clone () from /lib/libc.so.6

#4 0x0000000000000000 in ?? ()

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

Link to comment
Share on other sites

Core: 8809

Patches: insider42 patch + ACE mtmaps + Dual Spec

DB: YTDB 519

SD2: 1498

1h -2 h when up to 1500+ players

Program received signal SIGSEGV, Segmentation fault.
[switching to Thread 0x7f7a399fd950 (LWP 22299)]
ThreatContainer::getReferenceByTarget (this=0x7f7996142310, 
   pVictim=<value optimized out>) at ../../../src/game/ThreatManager.cpp:227
227        [color="Red"]uint64 guid = pVictim->GetGUID();[/color]
#0  ThreatContainer::getReferenceByTarget (this=0x7f7996142310, 
   pVictim=<value optimized out>) at ../../../src/game/ThreatManager.cpp:227
#1  0x00000000006fb7df in ThreatContainer::addThreat (this=0x7f79b468dc30, 
   pVictim=0x0, pThreat=<value optimized out>)
   at ../../../src/game/ThreatManager.cpp:245
#2  0x00000000006fb895 in ThreatManager::addThreat (this=0x7f79961422f8, 
   pVictim=0x7f79b468dc30, pThreat=<value optimized out>, 
   crit=<value optimized out>, schoolMask=<value optimized out>, 
   pThreatSpell=<value optimized out>)
   at ../../../src/game/ThreatManager.cpp:396
#3  0x00000000006fe43a in Unit::AddThreatToRedirectionTargets (
   this=<value optimized out>, pVictim=<value optimized out>, 
   threat=<value optimized out>, crit=<value optimized out>, 
   schoolMask=SPELL_SCHOOL_MASK_NONE, threatSpell=0x0)
   at ../../../src/game/Unit.cpp:11237
#4  0x00000000006fe52d in Unit::AddThreat (this=0x7f7996140960, 
   pVictim=0x7f79bdaa09b0, threat=<value optimized out>, 
   crit=<value optimized out>, schoolMask=SPELL_SCHOOL_MASK_NONE, 
   threatSpell=0x0) at ../../../src/game/Unit.cpp:11019
#5  0x00000000007add02 in AggressorAI::MoveInLineOfSight (this=0x7f79bffca1d0, 
   u=0x7f79bdaa09b0) at ../../../src/game/AggressorAI.cpp:63
#6  0x00000000005c80fd in Map::Visit<RGuard<ACE_RW_Thread_Mutex, ACE_Thread_Mutex>, MaNGOS::CreatureRelocationNotifier, TypeMapContainer<TypeList<Player, TypeList<Creature, TypeList<Corpse, TypeNull> > > > > (this=<value optimized out>, 
   cell=<value optimized out>, visitor=<value optimized out>)
   at ../../../src/game/GridNotifiersImpl.h:77
#7  0x00000000005b6a86 in Map::CreatureRelocationNotify (this=0x7f79e55b7820, 
   creature=0x7f7996140960, cell=<value optimized out>, 
   cellpair=<value optimized out>) at ../../../src/game/CellImpl.h:213
#8  0x00000000005b726c in Map::CreatureRelocation (this=0x7f79e55b7820, 
   creature=0x7f7996140960, x=<value optimized out>, y=<value optimized out>, 
   z=<value optimized out>, ang=<value optimized out>)
   at ../../../src/game/Map.cpp:915
#9  0x00000000006f3161 in TargetedMovementGenerator<Creature>::Update (
   this=0x9f425c0, owner=@0x7f7996140960, time_diff=<value optimized out>)
   at ../../../src/game/Traveller.h:85
#10 0x00000000005ce9e2 in MotionMaster::UpdateMotion (this=0x7f7996142238, 
   diff=311) at ../../../src/game/MotionMaster.cpp:83
#11 0x00000000005122e9 in Creature::Update (this=0x7f7996140960, diff=311)
   at ../../../src/game/Creature.cpp:433
#12 0x00000000005c25f3 in VisitorHelper<MaNGOS::ObjectUpdater, Creature> (
   v=@0x7f7a399fcfe0, c=<value optimized out>)
   at ../../../src/game/GridNotifiersImpl.h:47
#13 0x00000000005bf6ce in Map::Update (this=0x7f79e55b7820, 
   t_diff=<value optimized out>)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:70
#14 0x00000000005c04c9 in InstanceMap::Update (this=0x7f79b468dc30, 
   t_diff=@0x0) at ../../../src/game/Map.cpp:2456
#15 0x0000000000798f29 in MapInstanced::Update (this=0x7f7a311dabd0, 
   t=@0x7f7a123256e0) at ../../../src/game/MapInstanced.cpp:63
#16 0x00000000005cda12 in MapUpdateRequest::call (this=0x7f7a123256c0)
   at ../../../src/game/MapUpdater.cpp:47
#17 0x00000000007dab91 in DelayExecutor::svc (this=0x3f7e758)
   at ../../../src/shared/DelayExecutor.cpp:60
#18 0x00007f7a4cb5beb7 in ACE_Task_Base::svc_run (args=<value optimized out>)
   at ../../../../dep/ACE_wrappers/ace/Task.cpp:275
#19 0x00007f7a4cb5d241 in ACE_Thread_Adapter::invoke (this=0x7f7a454a7560)
   at ../../../../dep/ACE_wrappers/ace/Thread_Adapter.cpp:98
#20 0x00007f7a4ab863ba in start_thread () from /lib/libpthread.so.0
#21 0x00007f7a4a457fcd in clone () from /lib/libc.so.6
#22 0x0000000000000000 in ?? ()

I really need some support with this crash.. some ideas? is present since soo much time ago and i cant solve =(

Link to comment
Share on other sites

I really need some support with this crash.. some ideas? is present since soo much time ago and i cant solve =(

I think that crash happen because pVictim is NULL.

Just add a code like : ' if(!pVictim) return';

But the better is to find why pVictim can be NULL.

ThreatContainer::addThreat (this=0x7f79b468dc30, [color=Red]pVictim=0x0[/color], pThreat=<value optimized out>)

Link to comment
Share on other sites

core: 8874

SD2: 1508

patches: chatlog,mysql_reconnect,demonic_circle,autobroadcast,aticheat,external_mail,death_grip,npc_pvp_flag

11:22:28 Delete GameObject (GUID: 261186 Entry: 190942 SpellId 50977 LinkedGO 0) that lost references to owner (GUID 3667 Type 'player') GO list. Crash possible later.
11:22:28 Delete GameObject (GUID: 261053 Entry: 190942 SpellId 50977 LinkedGO 0) that lost references to owner (GUID 3553 Type 'player') GO list. Crash possible later.
11:22:29 Delete GameObject (GUID: 261210 Entry: 191144 SpellId 53061 LinkedGO 0) that lost references to owner (GUID 4748 Type 'player') GO list. Crash possible later.
11:22:29 Couldn't find the caster of the single target aura (SpellId 52372), may crash later!
mangos-worldd: ../../../src/game/SpellAuras.cpp:7506: void Aura::UnregisterSingleCastAura(): Assertion `false' failed.
11:22:29
Program received signal SIGABRT, Aborted.
[switching to Thread 0x7f6c7def9950 (LWP 25119)]
0x00007f6c860d6fb5 in raise () from /lib/libc.so.6

CRASH ON Чтв Ноя 26 11:22:30 EET 2009
       Using the running image of child Thread 0x7f6c7def9950 (LWP 25119).
Program stopped at 0x7f6c860d6fb5.
It stopped with signal SIGABRT, Aborted.
Type "info stack" or "info registers" for more information.

BACKTRACE

#0  0x00007f6c860d6fb5 in raise () from /lib/libc.so.6
#1  0x00007f6c860d8bc3 in abort () from /lib/libc.so.6
#2  0x00007f6c860cff09 in __assert_fail () from /lib/libc.so.6
#3  0x00000000006b931c in Aura::UnregisterSingleCastAura (this=0x7f6c3be0fa60)
   at ../../../src/game/SpellAuras.cpp:7506
#4  0x000000000071e811 in Unit::RemoveAura (this=0x3118490, i=@0x621f, mode=6)
   at ../../../src/game/Unit.cpp:4056
#5  0x00000000007201ce in Unit::RemoveAura (this=0x3118490,
   aura=0x7f6c3be0fa60, mode=AURA_REMOVE_BY_DEFAULT)
   at ../../../src/game/Unit.cpp:4044
#6  0x00000000007202d6 in Unit::RemoveNotOwnSingleTargetAuras (this=0x31fbe20,
   newPhase=0) at ../../../src/game/Unit.cpp:4027
#7  0x0000000000720339 in Unit::RemoveFromWorld (this=0x31fbe20)
   at ../../../src/game/Unit.cpp:11206
#8  0x0000000000525453 in Creature::RemoveFromWorld (this=0x31fbe20)
   at ../../../src/game/Creature.cpp:157
#9  0x0000000000605c37 in ObjectGridUnloader::Visit<Creature> (
   this=<value optimized out>, m=@0x2f15110)
   at ../../../src/game/ObjectGridLoader.cpp:263
#10 0x0000000000605255 in ObjectGridUnloader::Unload (this=0x7f6c7def8fe0,
   grid=@0x2f150e0)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:64
#11 0x00000000005d286c in Map::UnloadGrid (this=0x2efb010, x=@0x7f6c7def903c,
   y=@0x7f6c7def9038, pForce=<value optimized out>)
   at ../../../src/game/../framework/GameSystem/GridLoader.h:72
#12 0x00000000005d308d in Map::UnloadAll (this=0x2efb010,
   pForce=<value optimized out>) at ../../../src/game/Map.cpp:1126
#13 0x00000000005ec816 in MapManager::UnloadAll (this=0x7f6c75b7bf50)
   at ../../../src/game/MapManager.cpp:300
#14 0x00000000004e93a0 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:89
#15 0x00000000007ef73c in ACE_Based::Thread::ThreadTask (param=0x620c)
   at ../../../src/shared/Threading.cpp:183
#16 0x00007f6c86bc73ba in start_thread () from /lib/libpthread.so.0
#17 0x00007f6c86189fcd in clone () from /lib/libc.so.6
#18 0x0000000000000000 in ?? ()

BACKTRACE FULL

#0  0x00007f6c860d6fb5 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f6c860d8bc3 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x00007f6c860cff09 in __assert_fail () from /lib/libc.so.6
No symbol table info available.
#3  0x00000000006b931c in Aura::UnregisterSingleCastAura (this=0x7f6c3be0fa60)
   at ../../../src/game/SpellAuras.cpp:7506
       caster = <value optimized out>
       __PRETTY_FUNCTION__ = "void Aura::UnregisterSingleCastAura()"
#4  0x000000000071e811 in Unit::RemoveAura (this=0x3118490, i=@0x621f, mode=6)
   at ../../../src/game/Unit.cpp:4056
       Aur = (class Aura *) 0x620c
       AurSpellInfo = (const SpellEntry *) 0x7f6c7be20510
       statue = <value optimized out>
       caster_channeled = <value optimized out>
#5  0x00000000007201ce in Unit::RemoveAura (this=0x3118490,
   aura=0x7f6c3be0fa60, mode=AURA_REMOVE_BY_DEFAULT)
   at ../../../src/game/Unit.cpp:4044
       i = {_M_node = 0x7f6c41900f90}
#6  0x00000000007202d6 in Unit::RemoveNotOwnSingleTargetAuras (this=0x31fbe20,
   newPhase=0) at ../../../src/game/Unit.cpp:4027
       aura = (class Aura *) 0x7f6c3be0fa60
#7  0x0000000000720339 in Unit::RemoveFromWorld (this=0x31fbe20)
   at ../../../src/game/Unit.cpp:11206
No locals.
#8  0x0000000000525453 in Creature::RemoveFromWorld (this=0x31fbe20)
   at ../../../src/game/Creature.cpp:157
No locals.
#9  0x0000000000605c37 in ObjectGridUnloader::Visit<Creature> (
   this=<value optimized out>, m=@0x2f15110)
   at ../../../src/game/ObjectGridLoader.cpp:263
No locals.
#10 0x0000000000605255 in ObjectGridUnloader::Unload (this=0x7f6c7def8fe0,
   grid=@0x2f150e0)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:64
No locals.
#11 0x00000000005d286c in Map::UnloadGrid (this=0x2efb010, x=@0x7f6c7def903c,
   y=@0x7f6c7def9038, pForce=<value optimized out>)
   at ../../../src/game/../framework/GameSystem/GridLoader.h:72
       unloader = {i_grid = @0x2f132e0}
       grid = <value optimized out>
       gx = <value optimized out>
       __PRETTY_FUNCTION__ = "bool Map::UnloadGrid(const uint32&, const uint32&, bool)"
#12 0x00000000005d308d in Map::UnloadAll (this=0x2efb010,
   pForce=<value optimized out>) at ../../../src/game/Map.cpp:1126
       grid = <value optimized out>
#13 0x00000000005ec816 in MapManager::UnloadAll (this=0x7f6c75b7bf50)
   at ../../../src/game/MapManager.cpp:300
No locals.
#14 0x00000000004e93a0 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:89
       realCurrTime = 801925322
       realPrevTime = 801925322
       prevSleepTime = 42
#15 0x00000000007ef73c in ACE_Based::Thread::ThreadTask (param=0x620c)
   at ../../../src/shared/Threading.cpp:183
       _task = (class ACE_Based::Runnable *) 0x18cc280
#16 0x00007f6c86bc73ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#17 0x00007f6c86189fcd in clone () from /lib/libc.so.6
No symbol table info available.
#18 0x0000000000000000 in ?? ()
No symbol table info available.

THREADS

* 7 Thread 0x7f6c7def9950 (LWP 25119)  0x00007f6c860d6fb5 in raise ()
  from /lib/libc.so.6
 5 Thread 0x7f6c84e84950 (LWP 25106)  0x00007f6c86bce7e1 in nanosleep ()
  from /lib/libpthread.so.0
 4 Thread 0x7f6c85685950 (LWP 25105)  0x00007f6c86bce7e1 in nanosleep ()
  from /lib/libpthread.so.0
 3 Thread 0x7f6c860a3950 (LWP 25104)  0x00007f6c86bce7e1 in nanosleep ()
  from /lib/libpthread.so.0
 1 Thread 0x7f6c88d06700 (LWP 25100)  0x00007f6c86bc7c95 in pthread_join ()
  from /lib/libpthread.so.0

Thread 7 (Thread 0x7f6c7def9950 (LWP 25119)):
#0  0x00007f6c860d6fb5 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f6c860d8bc3 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x00007f6c860cff09 in __assert_fail () from /lib/libc.so.6
No symbol table info available.
#3  0x00000000006b931c in Aura::UnregisterSingleCastAura (this=0x7f6c3be0fa60)
   at ../../../src/game/SpellAuras.cpp:7506
       caster = <value optimized out>
       __PRETTY_FUNCTION__ = "void Aura::UnregisterSingleCastAura()"
#4  0x000000000071e811 in Unit::RemoveAura (this=0x3118490, i=@0x621f, mode=6)
   at ../../../src/game/Unit.cpp:4056
       Aur = (class Aura *) 0x620c
       AurSpellInfo = (const SpellEntry *) 0x7f6c7be20510
       statue = <value optimized out>
       caster_channeled = <value optimized out>
#5  0x00000000007201ce in Unit::RemoveAura (this=0x3118490,
   aura=0x7f6c3be0fa60, mode=AURA_REMOVE_BY_DEFAULT)
   at ../../../src/game/Unit.cpp:4044
       i = {_M_node = 0x7f6c41900f90}
#6  0x00000000007202d6 in Unit::RemoveNotOwnSingleTargetAuras (this=0x31fbe20,
   newPhase=0) at ../../../src/game/Unit.cpp:4027
       aura = (class Aura *) 0x7f6c3be0fa60
#7  0x0000000000720339 in Unit::RemoveFromWorld (this=0x31fbe20)
   at ../../../src/game/Unit.cpp:11206
No locals.
#8  0x0000000000525453 in Creature::RemoveFromWorld (this=0x31fbe20)
   at ../../../src/game/Creature.cpp:157
No locals.
#9  0x0000000000605c37 in ObjectGridUnloader::Visit<Creature> (
   this=<value optimized out>, m=@0x2f15110)
   at ../../../src/game/ObjectGridLoader.cpp:263
No locals.
#10 0x0000000000605255 in ObjectGridUnloader::Unload (this=0x7f6c7def8fe0,
   grid=@0x2f150e0)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:64
No locals.
#11 0x00000000005d286c in Map::UnloadGrid (this=0x2efb010, x=@0x7f6c7def903c,
   y=@0x7f6c7def9038, pForce=<value optimized out>)
   at ../../../src/game/../framework/GameSystem/GridLoader.h:72
       unloader = {i_grid = @0x2f132e0}
       grid = <value optimized out>
       gx = <value optimized out>
       __PRETTY_FUNCTION__ = "bool Map::UnloadGrid(const uint32&, const uint32&, bool)"
#12 0x00000000005d308d in Map::UnloadAll (this=0x2efb010,
   pForce=<value optimized out>) at ../../../src/game/Map.cpp:1126
       grid = <value optimized out>
#13 0x00000000005ec816 in MapManager::UnloadAll (this=0x7f6c75b7bf50)
   at ../../../src/game/MapManager.cpp:300
No locals.
#14 0x00000000004e93a0 in WorldRunnable::run (this=<value optimized out>)
   at ../../../src/mangosd/WorldRunnable.cpp:89
       realCurrTime = 801925322
       realPrevTime = 801925322
       prevSleepTime = 42
#15 0x00000000007ef73c in ACE_Based::Thread::ThreadTask (param=0x620c)
   at ../../../src/shared/Threading.cpp:183
       _task = (class ACE_Based::Runnable *) 0x18cc280
#16 0x00007f6c86bc73ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#17 0x00007f6c86189fcd in clone () from /lib/libc.so.6
No symbol table info available.
#18 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 5 (Thread 0x7f6c84e84950 (LWP 25106)):
#0  0x00007f6c86bce7e1 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007ef197 in ACE_Based::Thread::Sleep (
   msecs=<value optimized out>)
   at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
No locals.
#2  0x00000000007e71dd in SqlDelayThread::run (this=0x7f6c8000f950)
   at ../../../../src/shared/Database/SqlDelayThread.cpp:37
       s = (SqlOperation *) 0x7f6c6d6b4cb0
#3  0x00000000007ef73c in ACE_Based::Thread::ThreadTask (param=0x7f6c84e84090)
   at ../../../src/shared/Threading.cpp:183
       _task = (class ACE_Based::Runnable *) 0x7f6c8000f950
#4  0x00007f6c86bc73ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x00007f6c86189fcd in clone () from /lib/libc.so.6
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 4 (Thread 0x7f6c85685950 (LWP 25105)):
#0  0x00007f6c86bce7e1 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007ef197 in ACE_Based::Thread::Sleep (
   msecs=<value optimized out>)
   at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
No locals.
#2  0x00000000007e71dd in SqlDelayThread::run (this=0x7f6c80010c70)
   at ../../../../src/shared/Database/SqlDelayThread.cpp:37
       s = (SqlOperation *) 0x7f6c65700a10
#3  0x00000000007ef73c in ACE_Based::Thread::ThreadTask (param=0x7f6c85685090)
   at ../../../src/shared/Threading.cpp:183
       _task = (class ACE_Based::Runnable *) 0x7f6c80010c70
#4  0x00007f6c86bc73ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x00007f6c86189fcd in clone () from /lib/libc.so.6
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 3 (Thread 0x7f6c860a3950 (LWP 25104)):
#0  0x00007f6c86bce7e1 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007ef197 in ACE_Based::Thread::Sleep (
   msecs=<value optimized out>)
   at ../../../dep/ACE_wrappers/ace/OS_NS_unistd.inl:918
No locals.
#2  0x00000000007e71dd in SqlDelayThread::run (this=0x1798f40)
   at ../../../../src/shared/Database/SqlDelayThread.cpp:37
       s = (SqlOperation *) 0x7f6c453aa140
#3  0x00000000007ef73c in ACE_Based::Thread::ThreadTask (param=0x7f6c860a3090)
   at ../../../src/shared/Threading.cpp:183
       _task = (class ACE_Based::Runnable *) 0x1798f40
#4  0x00007f6c86bc73ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#5  0x00007f6c86189fcd in clone () from /lib/libc.so.6
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.

Thread 1 (Thread 0x7f6c88d06700 (LWP 25100)):
#0  0x00007f6c86bc7c95 in pthread_join () from /lib/libpthread.so.0
No symbol table info available.
#1  0x00000000007ef2b4 in ACE_Based::Thread::wait (this=0x7fffaa9502b0)
   at ../../../dep/ACE_wrappers/ace/OS_NS_Thread.inl:2794
       _value = (ACE_THR_FUNC_RETURN) 0xffffffffffffffff
#2  0x00000000004e6b0d in Master::Run (this=0x1797820)
   at ../../../src/mangosd/Master.cpp:324
       pidfile = {static npos = 18446744073709551615,
 _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
   _M_p = 0x1785ad8 "/home/mangos/bin/pid/world.pid"}}
       world_thread = {m_iThreadId = 140103946049872,
 m_hThreadHandle = 140103946049872, m_task = 0x18cc280,
 static m_ThreadStorage = {_vptr.ACE_TSS = 0x8a9b90, keylock_ = {lock_ = {
       __data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0,
         __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
       __size = '\\0' <repeats 39 times>, __align = 0}, removed_ = false},
   once_ = true, key_ = 3}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0,
     0, 0}}}
       cliThread = (ACE_Based::Thread *) 0x18b0f70
       rar_thread = {m_iThreadId = 140103779350864,
 m_hThreadHandle = 140103779350864, m_task = 0x18cc560,
 static m_ThreadStorage = {_vptr.ACE_TSS = 0x8a9b90, keylock_ = {lock_ = {
       __data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0,
         __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
       __size = '\\0' <repeats 39 times>, __align = 0}, removed_ = false},
   once_ = true, key_ = 3}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0,
     0, 0}}}
       wsport = <value optimized out>
       bind_ip = {static npos = 18446744073709551615,
 _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x18cda38 "0.0.0.0"}}
#3  0x00007f6c860c25a6 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#4  0x00000000004e4be9 in _start () at ../sysdeps/x86_64/elf/start.S:113
No locals.
#0  0x00007f6c860d6fb5 in raise () from /lib/libc.so.6

Link to comment
Share on other sites

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

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