Jump to content

Linux crash dumps


Auntie Mangos

Recommended Posts

Core: 8296

SD2: 1294

UDB: 382

ACID: 31

Patches: Cumulative patches by KAPATEJIb

crash_log_2009-08-11_12-01-49.log

Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 11, Segmentation fault.
#0  0xb7880d9a in malloc_consolidate () from /lib/libc.so.6
#0  0xb7880d9a in malloc_consolidate () from /lib/libc.so.6
No symbol table info available.
#1  0xb78832c7 in _int_malloc () from /lib/libc.so.6
No symbol table info available.
#2  0xb7884b7e in malloc () from /lib/libc.so.6
No symbol table info available.
#3  0xb7a59517 in operator new () from /usr/lib/libstdc++.so.6
No symbol table info available.
#4  0x083f27e6 in std::Deque<WorldPacket*, std::allocator<WorldPacket*> >::_M_push_back_aux (this=0xb9037d38, 
   __t=@0xa88a1074) at /usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../include/c++/4.2.3/ext/new_allocator.h:91
   __t_copy = (WorldPacket *) 0x453eee08
#5  0x083ee8c1 in WorldSession::QueuePacket (this=0xb9037c78, new_packet=0x453eee08)
   at /usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../include/c++/4.2.3/bits/stl_deque.h:1062
No locals.
#6  0x083f6396 in WorldSocket::ProcessIncoming (this=0xb9e2f408, new_pct=0x453eee08)
   at ../../../src/game/WorldSocket.cpp:728
   j = 3118658568
   p = 36
   aptr = {<ACE_Auto_Basic_Ptr<WorldPacket>> = {p_ = 0x0}, <No data fields>}
#7  0x083f6590 in WorldSocket::handle_input_payload (this=0xb9e2f408) at ../../../src/game/WorldSocket.cpp:524
   ret = <value optimized out>
#8  0x083f67a5 in WorldSocket::handle_input_missing_data (this=0xb9e2f408) at ../../../src/game/WorldSocket.cpp:617
   to_data = <value optimized out>
   buf = "b{Uõ#¢\\002\\000\\000\\000\\000\\000*`\\221\\000>Ý*F©bpD°±¥DÏ\\223½?\\200\\000\\000\\000\\033\\004\\000\\000\\026Æ~¾,ów¿\\000\\000\\220@?\\000\\225DmxºD©ë\\227CÎ,\\201@\\016\\004\\000\\000\\000\\000\\000 8\\v\\000~(\\nE5\\000*E\\034ê\\025A\\n^´@ÇHè\\002À\\037\\237ѯ?\\030%AÀ¢\\031\\026A\\227\\226 @©ÿ¯\\bÿ\\236\\000\\000\\000ence\\\\; 0/1:sitem:0\\000O½?@\\003\\000\\000\\000\\000à@d Turgid the Vile slain\\\\; 0/1:smonster:0:sWe"...
   db = <incomplete type>
   message_block = <incomplete type>
   recv_size = 4096
   n = 36
#9  0x083f69a9 in WorldSocket::handle_input (this=0xb9e2f408) at ../../../src/game/WorldSocket.cpp:300
No locals.
#10 0xb7dc5ddd in ACE_Dev_Poll_Reactor::Dispatch_io_event () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#11 0xb7dc5f33 in ACE_Dev_Poll_Reactor::Dispatch () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#12 0xb7dc5ff6 in ACE_Dev_Poll_Reactor::handle_events_i () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#13 0xb7dc675d in ACE_Dev_Poll_Reactor::handle_events () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#14 0xb7dc4103 in ACE_Dev_Poll_Reactor::handle_events () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#15 0xb7e1e5c8 in ACE_Reactor::run_reactor_event_loop () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#16 0x083f9ce3 in ReactorRunnable::svc (this=0xb3e07220) at ../../../src/game/WorldSocketMgr.cpp:167
   interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
     static zero = <same as static member of an already seen type>, 
     static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 2147483647, 
       tv_usec = 999999}}, tv_ = {tv_sec = 0, tv_usec = 0}}, 
 static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 9375}}
#17 0xb7e43403 in ACE_Task_Base::svc_run () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#18 0xb7e43ea6 in ACE_Thread_Adapter::invoke_i () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#19 0xb7e4407c in ACE_Thread_Adapter::invoke () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#20 0xb7dad21f in ace_thread_adapter () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#21 0xb79941b3 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#22 0xb78eb03e in clone () from /lib/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

  • Replies 986
  • Created
  • Last Reply

Top Posters In This Topic

Testing this

diff --git a/src/game/Object.h b/src/game/Object.h
index 1a697fe..651e344 100644
--- a/src/game/Object.h
+++ b/src/game/Object.h
@@ -421,7 +421,10 @@ class MANGOS_DLL_SPEC WorldObject : public Object
        float GetDistanceZ(const WorldObject* obj) const;
        bool IsInMap(const WorldObject* obj) const
        {
-            return IsInWorld() && obj->IsInWorld() && (GetMap() == obj->GetMap()) && InSamePhase(obj);
+            if(obj)
+                return IsInWorld() && obj->IsInWorld() && (GetMap() == obj->GetMap()) && InSamePhase(obj);
+            else
+                return false;
        }
        bool IsWithinDist3d(float x, float y, float z, float dist2compare) const;
        bool IsWithinDist2d(float x, float y, float dist2compare) const;

EDIT: Well. 3+ Hours fine, i thing this solve part of the problem, but after, 3 hours, make crash, and continue crash every 10-60 minutes

continue testing.

Link to comment
Share on other sites

8349

Latest Scriptdev2

YTDB 503

Patches NONE

Centos 5.3

crash_log_2009-08-11_12-52-24.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 6, Aborted.

[New process 27945]

[New process 27952]

[New process 27951]

[New process 27950]

[New process 27949]

[New process 27948]

[New process 27947]

[New process 27946]

[New process 27937]

[New process 27936]

[New process 27935]

[New process 27934]

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

No symbol table info available.

#1 0x000000348c231cc0 in abort () from /lib64/libc.so.6

No symbol table info available.

#2 0x000000348c229696 in __assert_fail () from /lib64/libc.so.6

No symbol table info available.

#3 0x00000000004bf91b in Object::GetUInt64Value (this=0x2aab496a0ac0, index=0)

at /root/Desktop/Mangos/Sources/src/game/Object.h:170

No locals.

#4 0x00000000006eed4a in Spell (this=0x2aab6209eb10, Caster=0x2aab496a0ac0,

info=<value optimized out>, triggered=true,

originalCasterGUID=46915593015408, triggeringContainer=0x0)

at /root/Desktop/Mangos/Sources/src/game/Object.h:135

No locals.

#5 0x000000000074ce08 in Unit::CastSpell (this=0x2aab496a0ac0,

Victim=0x2aab496a0ac0, spellInfo=0x2aaab4df4ec0, triggered=true,

castItem=0x0, triggeredByAura=0x2aab52cfcaa0,

originalCaster=46915593015408)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:911

spell = (Spell *) 0x2aab6209eb10

targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 2839.72021,

m_destY = -3791.03125, m_destZ = 273.591858, m_strTarget = {

static npos = 18446744073709551615,

_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xb9ab98 ""}}, m_targetMask = 2,

m_unitTarget = 0x2aab887dfe70, m_GOTarget = 0x0, m_itemTarget = 0x0,

m_unitTargetGUID = 134540, m_GOTargetGUID = 0, m_CorpseTargetGUID = 0,

m_itemTargetGUID = 0, m_itemTargetEntry = 0}

#6 0x00000000006d909b in Aura::HandleSpellSpecificBoosts (

this=0x2aab52cfcaa0, apply=true)

at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:5608

spellId1 = <value optimized out>

spellId2 = 63510

spellId3 = 63514

spellId4 = 0

#7 0x000000000076285f in Unit::AddAura (this=0x2aab887dfe70,

Aur=0x2aab52cfcaa0) at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3522

aurSpellInfo = (const SpellEntry *) 0x2aaab319e8c0

aurName = SPELL_AURA_REDUCE_PUSHBACK

#8 0x00000000006f2b7f in Spell::DoSpellHitOnUnit (this=0x2aab4a61e8d0,

unit=0x2aab887dfe70, effectMask=1)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1268

realCaster = (class Unit *) 0x2aab887dfe70

#9 0x00000000006f325b in Spell::DoAllEffectOnTarget (this=0x2aab4a61e8d0,

target=0x2aab79866460)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1069

mask = 6

unit = (class Unit *) 0x2aab887dfe70

caster = (class Unit *) 0x2aab887dfe70

missInfo = <value optimized out>

procAttacker = 16384

procVictim = 32768

procEx = <value optimized out>

#10 0x00000000006ff7bf in Spell::handle_immediate (this=0x2aab4a61e8d0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2474

No locals.

#11 0x00000000006ffd38 in Spell::cast (this=0x2aab4a61e8d0, skipCheck=false)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2448

castResult = <value optimized out>

#12 0x0000000000701230 in SpellEvent::Execute (this=0x2aab5249d860,

e_time=1809224, p_time=6)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:5648

No locals.

#13 0x0000000000852ff4 in EventProcessor::Update (this=0x2aab887dffa0,

p_time=131)

at /root/Desktop/Mangos/Sources/src/framework/Utilities/EventProcessor.cpp:47

Event = (BasicEvent *) 0x2aab5249d860

#14 0x0000000000767f25 in Unit::Update (this=0x2aab887dfe70, p_time=131)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:191

No locals.

#15 0x00000000006b4e75 in Player::Update (this=0x2aab887dfe70, p_time=131)

at /root/Desktop/Mangos/Sources/src/game/Player.cpp:1057

now = <value optimized out>

pet = <value optimized out>

#16 0x00000000005d7579 in Map::Update (this=0x2aab6f256310, t_diff=@0x4316afb4)

at /root/Desktop/Mangos/Sources/src/game/Map.cpp:578

plr = (class Player *) 0x6d1e

updater = {i_timeDiff = 131}

grid_object_update = {i_visitor = @0x4316af00}

world_object_update = {i_visitor = @0x4316af00}

__PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"

#17 0x00000000005d7c29 in InstanceMap::Update (this=0x6d1e, t_diff=@0x6d29)

at /root/Desktop/Mangos/Sources/src/game/Map.cpp:2393

No locals.

#18 0x00000000007ed69e in MapInstanced::Update (this=0x2aaaec00d240,

t=@0x4316afb4) at /root/Desktop/Mangos/Sources/src/game/MapInstanced.cpp:52

i = {_M_cur = 0x2aab6ef6cce0, _M_ht = 0x2aaaec0253c0}

#19 0x00000000005ea0a9 in MapManager::Update (this=0x22a9fe50,

diff=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/game/MapManager.cpp:256

No locals.

#20 0x000000000078080d in World::Update (this=0x2aaaac00da00, diff=131)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1572

No locals.

#21 0x00000000004c353d in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 131

realCurrTime = 177647170

realPrevTime = <value optimized out>

prevSleepTime = 0

#22 0x00000000008352e5 in ACE_Based::Thread::ThreadTask (param=0x6d1e)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x27e4c3c0

#23 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#24 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

8349

Latest Scriptdev2

YTDB 503

Patches NONE

Centos 5.3

terminate called after throwing an instance of 'std::bad_alloc'

what(): St9bad_alloc

crash_log_2009-08-11_13-11-07.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 6, Aborted.

[New process 31589]

[New process 31596]

[New process 31595]

[New process 31594]

[New process 31593]

[New process 31592]

[New process 31591]

[New process 31590]

[New process 31585]

[New process 31584]

[New process 31583]

[New process 31582]

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

No symbol table info available.

#1 0x000000348c231cc0 in abort () from /lib64/libc.so.6

No symbol table info available.

#2 0x000000349ecbec44 in __gnu_cxx::__verbose_terminate_handler ()

from /usr/lib64/libstdc++.so.6

No symbol table info available.

#3 0x000000349ecbcdb6 in ?? () from /usr/lib64/libstdc++.so.6

No symbol table info available.

#4 0x000000349ecbcde3 in std::terminate () from /usr/lib64/libstdc++.so.6

No symbol table info available.

#5 0x000000349ecbceca in __cxa_throw () from /usr/lib64/libstdc++.so.6

No symbol table info available.

#6 0x000000349ecbd1d9 in operator new () from /usr/lib64/libstdc++.so.6

No symbol table info available.

#7 0x00000000004ce06c in std::vector<unsigned char, std::allocator<unsigned char> >::reserve (this=0x4355ced0, __n=31589)

at /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/ext/new_allocator.h:88

__old_size = 0

__tmp = <value optimized out>

#8 0x00000000007ef89d in WorldSession::HandleMovementOpcodes (

this=0x2af79650, recv_data=@0x2aab4f896910)

at /root/Desktop/Mangos/Sources/src/game/../shared/ByteBuffer.h:41

opcode = <value optimized out>

mover = <value optimized out>

plMover = (class Player *) 0x0

movementInfo = {flags = 268435456, unk1 = 0, time = 2481579,

x = 1415.32996, y = 1554.79004, z = 343.156006, o = 0.440604657, t_guid = 0,

t_x = 0, t_y = 0, t_z = 0, t_o = 0, t_time = 0, t_seat = -85 '«',

s_pitch = 0, fallTime = 0, j_unk = 0, j_sinAngle = 0, j_cosAngle = 0,

j_xyspeed = 0, u_unk1 = 0}

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 = 61024}

#9 0x0000000000786fa5 in WorldSession::Update (this=0x2af79650)

at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:206

packet = (WorldPacket *) 0x2aab4f896910

currTime = <value optimized out>

#10 0x000000000077ff12 in World::UpdateSessions (this=0x2aaaac019680, diff=145)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1986

No locals.

#11 0x0000000000780732 in World::Update (this=0x2aaaac019680, diff=145)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1533

No locals.

#12 0x00000000004c353d in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 145

realCurrTime = 178771092

realPrevTime = <value optimized out>

prevSleepTime = 79

#13 0x00000000008352e5 in ACE_Based::Thread::ThreadTask (param=0x7b5e)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0xb22f3f0

#14 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#15 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

8349

Latest Scriptdev2

YTDB 503

Patches NONE

Centos 5.3

crash_log_2009-08-11_13-16-29.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 11, Segmentation fault.

[New process 32384]

[New process 32391]

[New process 32390]

[New process 32389]

[New process 32388]

[New process 32387]

[New process 32386]

[New process 32385]

[New process 32379]

[New process 32378]

[New process 32377]

[New process 32376]

#0 Spell (this=0x2aab3063c3a0, Caster=0x2aaaf3483740,

info=<value optimized out>, triggered=true, originalCasterGUID=134540,

triggeringContainer=0x0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:383

383 if(m_originalCasterGUID == m_caster->GetGUID())

#0 Spell (this=0x2aab3063c3a0, Caster=0x2aaaf3483740,

info=<value optimized out>, triggered=true, originalCasterGUID=134540,

triggeringContainer=0x0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:383

No locals.

#1 0x000000000074ce08 in Unit::CastSpell (this=0x2aaaf3483740,

Victim=0x2aaaf3483740, spellInfo=0x2aaab4df4ec0, triggered=true,

castItem=0x0, triggeredByAura=0x2aab3063bd30, originalCaster=134540)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:911

spell = (Spell *) 0x2aab3063c3a0

targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 2776.5376,

m_destY = -3691.19141, m_destZ = 273.653381, m_strTarget = {

static npos = 18446744073709551615,

_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xb9ab98 ""}}, m_targetMask = 2,

m_unitTarget = 0x2aab2492f250, m_GOTarget = 0x0, m_itemTarget = 0x0,

m_unitTargetGUID = 134540, m_GOTargetGUID = 0, m_CorpseTargetGUID = 0,

m_itemTargetGUID = 0, m_itemTargetEntry = 0}

#2 0x00000000006d909b in Aura::HandleSpellSpecificBoosts (

this=0x2aab3063bd30, apply=true)

at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:5608

spellId1 = <value optimized out>

spellId2 = 63510

spellId3 = 63514

spellId4 = 0

#3 0x000000000076285f in Unit::AddAura (this=0x2aab2492f250,

Aur=0x2aab3063bd30) at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3522

aurSpellInfo = (const SpellEntry *) 0x2aaab319e8c0

aurName = SPELL_AURA_REDUCE_PUSHBACK

#4 0x00000000006f2b7f in Spell::DoSpellHitOnUnit (this=0x2aab01d106a0,

unit=0x2aab2492f250, effectMask=1)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1268

realCaster = (class Unit *) 0x2aab2492f250

#5 0x00000000006f325b in Spell::DoAllEffectOnTarget (this=0x2aab01d106a0,

target=0x2aab3063b5a0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1069

mask = 1

unit = (class Unit *) 0x2aab2492f250

caster = (class Unit *) 0x2aab2492f250

missInfo = <value optimized out>

procAttacker = 16384

procVictim = 32768

procEx = <value optimized out>

#6 0x00000000006ff7bf in Spell::handle_immediate (this=0x2aab01d106a0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2474

No locals.

#7 0x00000000006ffd38 in Spell::cast (this=0x2aab01d106a0, skipCheck=false)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2448

castResult = <value optimized out>

#8 0x0000000000701230 in SpellEvent::Execute (this=0x2aab279064b0,

e_time=61139, p_time=1)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:5648

No locals.

#9 0x0000000000852ff4 in EventProcessor::Update (this=0x2aab2492f380,

p_time=150)

at /root/Desktop/Mangos/Sources/src/framework/Utilities/EventProcessor.cpp:47

Event = (BasicEvent *) 0x2aab279064b0

#10 0x0000000000767f25 in Unit::Update (this=0x2aab2492f250, p_time=150)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:191

No locals.

#11 0x00000000006b4e75 in Player::Update (this=0x2aab2492f250, p_time=150)

at /root/Desktop/Mangos/Sources/src/game/Player.cpp:1057

now = <value optimized out>

pet = <value optimized out>

#12 0x00000000005d7579 in Map::Update (this=0x1945f480, t_diff=@0x43099fb4)

at /root/Desktop/Mangos/Sources/src/game/Map.cpp:578

plr = (class Player *) 0x2aaaf3483740

updater = {i_timeDiff = 150}

grid_object_update = {i_visitor = @0x43099f00}

world_object_update = {i_visitor = @0x43099f00}

__PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"

#13 0x00000000005d7c29 in InstanceMap::Update (this=0x2aaaf3483740,

t_diff=@0x0) at /root/Desktop/Mangos/Sources/src/game/Map.cpp:2393

No locals.

#14 0x00000000007ed69e in MapInstanced::Update (this=0x2aaad44fa4d0,

t=@0x43099fb4) at /root/Desktop/Mangos/Sources/src/game/MapInstanced.cpp:52

i = {_M_cur = 0x18ca2520, _M_ht = 0x2aaad4512650}

#15 0x00000000005ea0a9 in MapManager::Update (this=0x2aaabca74e00,

diff=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/game/MapManager.cpp:256

No locals.

#16 0x000000000078080d in World::Update (this=0x2aaaac019680, diff=150)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1572

No locals.

#17 0x00000000004c353d in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 150

realCurrTime = 179093927

realPrevTime = <value optimized out>

prevSleepTime = 82

#18 0x00000000008352e5 in ACE_Based::Thread::ThreadTask (param=0x2aaaf3483740)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x1597c2a0

#19 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#20 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

8349

Latest Scriptdev2

YTDB 503

Patches NONE

Centos 5.3

crash_log_2009-08-11_13-31-55.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 11, Segmentation fault.

[New process 32446]

[New process 32453]

[New process 32452]

[New process 32451]

[New process 32450]

[New process 32449]

[New process 32448]

[New process 32447]

[New process 32442]

[New process 32441]

[New process 32440]

[New process 32439]

#0 Spell (this=0x2136ca50, Caster=0x2136d8c0, info=<value optimized out>,

triggered=true, originalCasterGUID=148162, triggeringContainer=0x0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:383

383 if(m_originalCasterGUID == m_caster->GetGUID())

#0 Spell (this=0x2136ca50, Caster=0x2136d8c0, info=<value optimized out>,

triggered=true, originalCasterGUID=148162, triggeringContainer=0x0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:383

No locals.

#1 0x000000000074ce08 in Unit::CastSpell (this=0x2136d8c0, Victim=0x2136d8c0,

spellInfo=0x2aaab4df4ec0, triggered=true, castItem=0x0,

triggeredByAura=0x213697d0, originalCaster=148162)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:911

spell = (Spell *) 0x2136ca50

targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 7200.18506,

m_destY = -634.949036, m_destZ = 38.1949692, m_strTarget = {

static npos = 18446744073709551615,

_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xb9ab98 ""}}, m_targetMask = 2,

m_unitTarget = 0x2aab1aca06b0, m_GOTarget = 0x0, m_itemTarget = 0x0,

m_unitTargetGUID = 148162, m_GOTargetGUID = 0, m_CorpseTargetGUID = 0,

m_itemTargetGUID = 0, m_itemTargetEntry = 0}

#2 0x00000000006d909b in Aura::HandleSpellSpecificBoosts (this=0x213697d0,

apply=true) at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:5608

spellId1 = <value optimized out>

spellId2 = 63510

spellId3 = 63514

spellId4 = 0

#3 0x000000000076285f in Unit::AddAura (this=0x2aab1aca06b0, Aur=0x213697d0)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3522

aurSpellInfo = (const SpellEntry *) 0x2aaab319e8c0

aurName = SPELL_AURA_REDUCE_PUSHBACK

#4 0x00000000006f2b7f in Spell::DoSpellHitOnUnit (this=0x31353040,

unit=0x2aab1aca06b0, effectMask=1)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1268

realCaster = (class Unit *) 0x2aab1aca06b0

#5 0x00000000006f325b in Spell::DoAllEffectOnTarget (this=0x31353040,

target=0x2136d8a0) at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1069

mask = 1

unit = (class Unit *) 0x2aab1aca06b0

caster = (class Unit *) 0x2aab1aca06b0

missInfo = <value optimized out>

procAttacker = 16384

procVictim = 32768

procEx = <value optimized out>

#6 0x00000000006ff7bf in Spell::handle_immediate (this=0x31353040)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2474

No locals.

#7 0x00000000006ffd38 in Spell::cast (this=0x31353040, skipCheck=false)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2448

castResult = <value optimized out>

#8 0x0000000000701230 in SpellEvent::Execute (this=0x25e0c030, e_time=707382,

p_time=1) at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:5648

No locals.

#9 0x0000000000852ff4 in EventProcessor::Update (this=0x2aab1aca07e0,

p_time=143)

at /root/Desktop/Mangos/Sources/src/framework/Utilities/EventProcessor.cpp:47

Event = (BasicEvent *) 0x25e0c030

#10 0x0000000000767f25 in Unit::Update (this=0x2aab1aca06b0, p_time=143)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:191

No locals.

#11 0x00000000006b4e75 in Player::Update (this=0x2aab1aca06b0, p_time=143)

at /root/Desktop/Mangos/Sources/src/game/Player.cpp:1057

now = <value optimized out>

pet = <value optimized out>

#12 0x00000000005d7579 in Map::Update (this=0x2aaac8cb6c30, t_diff=@0x44158fb4)

at /root/Desktop/Mangos/Sources/src/game/Map.cpp:578

plr = (class Player *) 0x2136d8c0

updater = {i_timeDiff = 143}

grid_object_update = {i_visitor = @0x44158f50}

world_object_update = {i_visitor = @0x44158f50}

__PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"

#13 0x00000000005ea0a9 in MapManager::Update (this=0x2aaaaee66df0,

diff=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/game/MapManager.cpp:256

No locals.

#14 0x000000000078080d in World::Update (this=0xc87e4d0, diff=143)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1572

No locals.

#15 0x00000000004c353d in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 143

realCurrTime = 180019526

realPrevTime = <value optimized out>

prevSleepTime = 0

#16 0x00000000008352e5 in ACE_Based::Thread::ThreadTask (param=0x2136d8c0)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x2aaac9161f10

#17 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#18 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

8349

Latest Scriptdev2

YTDB 503

Patches NONE

Centos 5.3

crash_log_2009-08-11_13-43-17.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 6, Aborted.

[New process 1343]

[New process 1350]

[New process 1349]

[New process 1348]

[New process 1347]

[New process 1346]

[New process 1345]

[New process 1344]

[New process 1336]

[New process 1335]

[New process 1334]

[New process 1333]

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

No symbol table info available.

#1 0x000000348c231cc0 in abort () from /lib64/libc.so.6

No symbol table info available.

#2 0x000000348c229696 in __assert_fail () from /lib64/libc.so.6

No symbol table info available.

#3 0x00000000004bf91b in Object::GetUInt64Value (this=0x2aab5c5a83c0, index=0)

at /root/Desktop/Mangos/Sources/src/game/Object.h:170

No locals.

#4 0x00000000006eed4a in Spell (this=0x2aab5c5a97e0, Caster=0x2aab5c5a83c0,

info=<value optimized out>, triggered=true,

originalCasterGUID=46915476817696, triggeringContainer=0x0)

at /root/Desktop/Mangos/Sources/src/game/Object.h:135

No locals.

#5 0x000000000074ce08 in Unit::CastSpell (this=0x2aab5c5a83c0,

Victim=0x2aab5c5a83c0, spellInfo=0x2aaab4df4ec0, triggered=true,

castItem=0x0, triggeredByAura=0x2aab49bce820,

originalCaster=46915476817696)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:911

spell = (Spell *) 0x2aab5c5a97e0

targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 5812.2251,

m_destY = 724.948364, m_destZ = 641.035339, m_strTarget = {

static npos = 18446744073709551615,

_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xb9ab98 ""}}, m_targetMask = 2,

m_unitTarget = 0x25700bb0, m_GOTarget = 0x0, m_itemTarget = 0x0,

m_unitTargetGUID = 223739, m_GOTargetGUID = 0, m_CorpseTargetGUID = 0,

m_itemTargetGUID = 0, m_itemTargetEntry = 0}

#6 0x00000000006d909b in Aura::HandleSpellSpecificBoosts (

this=0x2aab49bce820, apply=true)

at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:5608

spellId1 = <value optimized out>

spellId2 = 63510

spellId3 = 63514

spellId4 = 0

#7 0x000000000076285f in Unit::AddAura (this=0x25700bb0, Aur=0x2aab49bce820)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3522

aurSpellInfo = (const SpellEntry *) 0x2aaab319e8c0

aurName = SPELL_AURA_REDUCE_PUSHBACK

#8 0x00000000006f2b7f in Spell::DoSpellHitOnUnit (this=0x2aab52e01360,

unit=0x25700bb0, effectMask=1)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1268

realCaster = (class Unit *) 0x25700bb0

#9 0x00000000006f325b in Spell::DoAllEffectOnTarget (this=0x2aab52e01360,

target=0x2aab3b7f04d0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1069

mask = 6

unit = (class Unit *) 0x25700bb0

caster = (class Unit *) 0x25700bb0

missInfo = <value optimized out>

procAttacker = 16384

procVictim = 32768

procEx = <value optimized out>

#10 0x00000000006ff7bf in Spell::handle_immediate (this=0x2aab52e01360)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2474

No locals.

#11 0x00000000006ffd38 in Spell::cast (this=0x2aab52e01360, skipCheck=false)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2448

castResult = <value optimized out>

#12 0x0000000000701230 in SpellEvent::Execute (this=0x2aab52df88a0,

e_time=460963, p_time=6)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:5648

No locals.

#13 0x0000000000852ff4 in EventProcessor::Update (this=0x25700ce0, p_time=171)

at /root/Desktop/Mangos/Sources/src/framework/Utilities/EventProcessor.cpp:47

Event = (BasicEvent *) 0x2aab52df88a0

#14 0x0000000000767f25 in Unit::Update (this=0x25700bb0, p_time=171)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:191

No locals.

#15 0x00000000006b4e75 in Player::Update (this=0x25700bb0, p_time=171)

at /root/Desktop/Mangos/Sources/src/game/Player.cpp:1057

now = <value optimized out>

pet = <value optimized out>

#16 0x00000000005d7579 in Map::Update (this=0x130894e0, t_diff=@0x435a1fb4)

at /root/Desktop/Mangos/Sources/src/game/Map.cpp:578

plr = (class Player *) 0x535

updater = {i_timeDiff = 319259368}

grid_object_update = {i_visitor = @0x435a1fb4}

world_object_update = {i_visitor = @0x435a1f50}

__PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"

#17 0x00000000005ea0a9 in MapManager::Update (this=0x13078260,

diff=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/game/MapManager.cpp:256

No locals.

#18 0x000000000078080d in World::Update (this=0x2aaaac019680, diff=171)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1572

No locals.

#19 0x00000000004c353d in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 171

realCurrTime = 180701495

realPrevTime = <value optimized out>

prevSleepTime = 75

#20 0x00000000008352e5 in ACE_Based::Thread::ThreadTask (param=0x535)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x2aaaacb0c3f0

#21 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#22 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

8349

Latest Scriptdev2

YTDB 503

Patches NONE

Centos 5.3

crash_log_2009-08-11_13-45-49.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 11, Segmentation fault.

[New process 2112]

[New process 2119]

[New process 2118]

[New process 2117]

[New process 2116]

[New process 2115]

[New process 2114]

[New process 2113]

[New process 1408]

[New process 1407]

[New process 1406]

[New process 1405]

#0 Spell (this=0x2aab094324e0, Caster=0x2aab09432130,

info=<value optimized out>, triggered=true, originalCasterGUID=57942,

triggeringContainer=0x0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:383

383 if(m_originalCasterGUID == m_caster->GetGUID())

#0 Spell (this=0x2aab094324e0, Caster=0x2aab09432130,

info=<value optimized out>, triggered=true, originalCasterGUID=57942,

triggeringContainer=0x0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:383

No locals.

#1 0x000000000074ce08 in Unit::CastSpell (this=0x2aab09432130,

Victim=0x2aab09432130, spellInfo=0x2aaab01a8ec0, triggered=true,

castItem=0x0, triggeredByAura=0x2aab0942efd0, originalCaster=57942)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:911

spell = (Spell *) 0x2aab094324e0

targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = -8468.08594,

m_destY = 416.009216, m_destZ = 112.647774, m_strTarget = {

static npos = 18446744073709551615,

_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xb9ab98 ""}}, m_targetMask = 2,

m_unitTarget = 0x2aaae70f6980, m_GOTarget = 0x0, m_itemTarget = 0x0,

m_unitTargetGUID = 57942, m_GOTargetGUID = 0, m_CorpseTargetGUID = 0,

m_itemTargetGUID = 0, m_itemTargetEntry = 0}

#2 0x00000000006d909b in Aura::HandleSpellSpecificBoosts (

this=0x2aab0942efd0, apply=true)

at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:5608

spellId1 = <value optimized out>

spellId2 = 63510

spellId3 = 63514

spellId4 = 0

#3 0x000000000076285f in Unit::AddAura (this=0x2aaae70f6980,

Aur=0x2aab0942efd0) at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3522

aurSpellInfo = (const SpellEntry *) 0x2aaaae5528c0

aurName = SPELL_AURA_REDUCE_PUSHBACK

#4 0x00000000006f2b7f in Spell::DoSpellHitOnUnit (this=0x2aab0942f850,

unit=0x2aaae70f6980, effectMask=1)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1268

realCaster = (class Unit *) 0x2aaae70f6980

#5 0x00000000006f325b in Spell::DoAllEffectOnTarget (this=0x2aab0942f850,

target=0x2aab0942f0f0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1069

mask = 1

unit = (class Unit *) 0x2aaae70f6980

caster = (class Unit *) 0x2aaae70f6980

missInfo = <value optimized out>

procAttacker = 16384

procVictim = 32768

procEx = <value optimized out>

#6 0x00000000006ff7bf in Spell::handle_immediate (this=0x2aab0942f850)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2474

No locals.

#7 0x00000000006ffd38 in Spell::cast (this=0x2aab0942f850, skipCheck=false)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2448

castResult = <value optimized out>

#8 0x0000000000701230 in SpellEvent::Execute (this=0x2aab09430fd0,

e_time=17715, p_time=1)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:5648

No locals.

#9 0x0000000000852ff4 in EventProcessor::Update (this=0x2aaae70f6ab0,

p_time=151)

at /root/Desktop/Mangos/Sources/src/framework/Utilities/EventProcessor.cpp:47

Event = (BasicEvent *) 0x2aab09430fd0

#10 0x0000000000767f25 in Unit::Update (this=0x2aaae70f6980, p_time=151)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:191

No locals.

#11 0x00000000006b4e75 in Player::Update (this=0x2aaae70f6980, p_time=151)

at /root/Desktop/Mangos/Sources/src/game/Player.cpp:1057

now = <value optimized out>

pet = <value optimized out>

#12 0x00000000005d7579 in Map::Update (this=0x2aaaccb7c590, t_diff=@0x40d71fb4)

at /root/Desktop/Mangos/Sources/src/game/Map.cpp:578

plr = (class Player *) 0x2aab09432130

updater = {i_timeDiff = 3481839544}

grid_object_update = {i_visitor = @0x2aaacf88a7f0}

world_object_update = {i_visitor = @0x2aaacf860310}

__PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"

#13 0x00000000005ea0a9 in MapManager::Update (this=0x2aaab6f63f70,

diff=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/game/MapManager.cpp:256

No locals.

#14 0x000000000078080d in World::Update (this=0x1f0c4720, diff=151)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1572

No locals.

#15 0x00000000004c353d in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 151

realCurrTime = 180854990

realPrevTime = <value optimized out>

prevSleepTime = 24

#16 0x00000000008352e5 in ACE_Based::Thread::ThreadTask (param=0x2aab09432130)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x1fbc0c40

#17 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#18 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

8349

Latest Scriptdev2

YTDB 503

Patches NONE

Centos 5.3

crash_log_2009-08-11_17-09-18.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 6, Aborted.

[New process 6345]

[New process 6352]

[New process 6351]

[New process 6350]

[New process 6349]

[New process 6348]

[New process 6347]

[New process 6346]

[New process 6343]

[New process 6342]

[New process 6341]

[New process 6340]

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

No symbol table info available.

#1 0x000000348c231cc0 in abort () from /lib64/libc.so.6

No symbol table info available.

#2 0x000000348c229696 in __assert_fail () from /lib64/libc.so.6

No symbol table info available.

#3 0x00000000006eef7a in Spell (this=0x2aab5abab630, Caster=0x0,

info=0x2aaab01a8ec0, triggered=true, originalCasterGUID=46915450000128,

triggeringContainer=0x0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:329

No locals.

#4 0x000000000074ce08 in Unit::CastSpell (this=0x0, Victim=0x0,

spellInfo=0x2aaab01a8ec0, triggered=true, castItem=0x0,

triggeredByAura=0x2aab5aab8990, originalCaster=46915450000128)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:911

spell = (Spell *) 0x2aab5abab630

targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 3232.46411,

m_destY = 430.820099, m_destZ = 60.1010513, m_strTarget = {

static npos = 18446744073709551615,

_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xb9ab98 ""}}, m_targetMask = 2,

m_unitTarget = 0x73afdf0, m_GOTarget = 0x0, m_itemTarget = 0x0,

m_unitTargetGUID = 115054, m_GOTargetGUID = 0, m_CorpseTargetGUID = 0,

m_itemTargetGUID = 0, m_itemTargetEntry = 0}

#5 0x00000000006d909b in Aura::HandleSpellSpecificBoosts (

this=0x2aab5aab8990, apply=true)

at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:5608

spellId1 = <value optimized out>

spellId2 = 63510

spellId3 = 63514

spellId4 = 0

#6 0x000000000076285f in Unit::AddAura (this=0x73afdf0, Aur=0x2aab5aab8990)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3522

aurSpellInfo = (const SpellEntry *) 0x2aaaae5528c0

aurName = SPELL_AURA_REDUCE_PUSHBACK

#7 0x00000000006f2b7f in Spell::DoSpellHitOnUnit (this=0x2aab5abc2cb0,

unit=0x73afdf0, effectMask=1)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1268

realCaster = (class Unit *) 0x73afdf0

#8 0x00000000006f325b in Spell::DoAllEffectOnTarget (this=0x2aab5abc2cb0,

target=0x2aab5abbe070)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1069

mask = 6

unit = (class Unit *) 0x73afdf0

caster = (class Unit *) 0x73afdf0

missInfo = <value optimized out>

procAttacker = 16384

procVictim = 32768

procEx = <value optimized out>

#9 0x00000000006ff7bf in Spell::handle_immediate (this=0x2aab5abc2cb0)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2474

No locals.

#10 0x00000000006ffd38 in Spell::cast (this=0x2aab5abc2cb0, skipCheck=false)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2448

castResult = <value optimized out>

#11 0x0000000000701230 in SpellEvent::Execute (this=0x2aab52379540,

e_time=985290, p_time=6)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:5648

No locals.

#12 0x0000000000852ff4 in EventProcessor::Update (this=0x73aff20, p_time=114)

at /root/Desktop/Mangos/Sources/src/framework/Utilities/EventProcessor.cpp:47

Event = (BasicEvent *) 0x2aab52379540

#13 0x0000000000767f25 in Unit::Update (this=0x73afdf0, p_time=114)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:191

No locals.

#14 0x00000000006b4e75 in Player::Update (this=0x73afdf0, p_time=114)

at /root/Desktop/Mangos/Sources/src/game/Player.cpp:1057

now = <value optimized out>

pet = <value optimized out>

#15 0x00000000005d7579 in Map::Update (this=0x7499670, t_diff=@0x42e18fb4)

at /root/Desktop/Mangos/Sources/src/game/Map.cpp:578

plr = (class Player *) 0x18c4

updater = {i_timeDiff = 114}

grid_object_update = {i_visitor = @0x42e18f00}

world_object_update = {i_visitor = @0x42e18f00}

__PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"

#16 0x00000000005d7c29 in InstanceMap::Update (this=0x18c4, t_diff=@0x18c9)

at /root/Desktop/Mangos/Sources/src/game/Map.cpp:2393

No locals.

#17 0x00000000007ed69e in MapInstanced::Update (this=0x747f4c0, t=@0x42e18fb4)

at /root/Desktop/Mangos/Sources/src/game/MapInstanced.cpp:52

i = {_M_cur = 0x7378c20, _M_ht = 0x7497640}

#18 0x00000000005ea0a9 in MapManager::Update (this=0x2aaac0a47ed0,

diff=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/game/MapManager.cpp:256

No locals.

#19 0x000000000078080d in World::Update (this=0x4d06720, diff=33)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1572

No locals.

#20 0x00000000004c353d in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 33

realCurrTime = 193061812

realPrevTime = <value optimized out>

prevSleepTime = 19

#21 0x00000000008352e5 in ACE_Based::Thread::ThreadTask (param=0x18c4)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x57f54b0

#22 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#23 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

8349

Latest Scriptdev2

YTDB 503

Patches NONE

Centos 5.3

/root/Desktop/Mangos/Sources/src/mangosd/../game/Object.h:170 in GetUInt64Value ASSERTION FAILED2:

index + 1 < m_valuesCount || PrintIndexError( index , false)

mangos-worldd: /root/Desktop/Mangos/Sources/src/mangosd/../game/Object.h:170: const uint64& Object::GetUInt64Value(uint16) const: Assertion `"index + 1 < m_valuesCount || PrintIndexError( index , false)" &&0' failed.

crash_log_2009-08-11_17-52-43.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 6, Aborted.

[New process 7277]

[New process 7284]

[New process 7283]

[New process 7282]

[New process 7281]

[New process 7280]

[New process 7279]

[New process 7278]

[New process 7271]

[New process 7270]

[New process 7269]

[New process 7268]

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

No symbol table info available.

#1 0x000000348c231cc0 in abort () from /lib64/libc.so.6

No symbol table info available.

#2 0x000000348c229696 in __assert_fail () from /lib64/libc.so.6

No symbol table info available.

#3 0x00000000004bf91b in Object::GetUInt64Value (this=0x2aab5efbb710,

index=0) at /root/Desktop/Mangos/Sources/src/game/Object.h:170

No locals.

#4 0x00000000006eed4a in Spell (this=0x2aab823afe20, Caster=0x2aab5efbb710,

info=<value optimized out>, triggered=true,

originalCasterGUID=46915865715072, triggeringContainer=0x0)

at /root/Desktop/Mangos/Sources/src/game/Object.h:135

No locals.

#5 0x000000000074ce08 in Unit::CastSpell (this=0x2aab5efbb710,

Victim=0x2aab5efbb710, spellInfo=0x2aaab4df4ec0, triggered=true,

castItem=0x0, triggeredByAura=0x2aab5d9fe1b0,

originalCaster=46915865715072)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:911

spell = (Spell *) 0x2aab823afe20

targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 5735.35303,

m_destY = 651.109436, m_destZ = 646.108887, m_strTarget = {

static npos = 18446744073709551615,

_M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0xb9ab98 ""}},

m_targetMask = 2, m_unitTarget = 0x2aab828f29e0, m_GOTarget = 0x0,

m_itemTarget = 0x0, m_unitTargetGUID = 157289, m_GOTargetGUID = 0,

m_CorpseTargetGUID = 0, m_itemTargetGUID = 0, m_itemTargetEntry = 0}

#6 0x00000000006d909b in Aura::HandleSpellSpecificBoosts (

this=0x2aab5d9fe1b0, apply=true)

at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:5608

spellId1 = <value optimized out>

spellId2 = 63510

spellId3 = 63514

spellId4 = 0

#7 0x000000000076285f in Unit::AddAura (this=0x2aab828f29e0,

Aur=0x2aab5d9fe1b0) at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3522

aurSpellInfo = (const SpellEntry *) 0x2aaab319e8c0

aurName = SPELL_AURA_REDUCE_PUSHBACK

#8 0x00000000006f2b7f in Spell::DoSpellHitOnUnit (this=0x2aab7e3def60,

unit=0x2aab828f29e0, effectMask=1)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1268

realCaster = (class Unit *) 0x2aab828f29e0

#9 0x00000000006f325b in Spell::DoAllEffectOnTarget (this=0x2aab7e3def60,

target=0x2aab5f7d2260)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:1069

mask = 6

unit = (class Unit *) 0x2aab828f29e0

caster = (class Unit *) 0x2aab828f29e0

missInfo = <value optimized out>

procAttacker = 16384

procVictim = 32768

procEx = <value optimized out>

#10 0x00000000006ff7bf in Spell::handle_immediate (this=0x2aab7e3def60)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2474

No locals.

#11 0x00000000006ffd38 in Spell::cast (this=0x2aab7e3def60, skipCheck=false)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:2448

castResult = <value optimized out>

#12 0x0000000000701230 in SpellEvent::Execute (this=0x2aab5969e1a0,

e_time=27273, p_time=6)

at /root/Desktop/Mangos/Sources/src/game/Spell.cpp:5648

No locals.

#13 0x0000000000852ff4 in EventProcessor::Update (this=0x2aab828f2b10,

p_time=185)

at /root/Desktop/Mangos/Sources/src/framework/Utilities/EventProcessor.cpp:47

Event = (BasicEvent *) 0x2aab5969e1a0

#14 0x0000000000767f25 in Unit::Update (this=0x2aab828f29e0, p_time=185)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:191

No locals.

#15 0x00000000006b4e75 in Player::Update (this=0x2aab828f29e0, p_time=185)

at /root/Desktop/Mangos/Sources/src/game/Player.cpp:1057

now = <value optimized out>

pet = <value optimized out>

#16 0x00000000005d7579 in Map::Update (this=0x1da19f60, t_diff=@0x40a5afb4)

at /root/Desktop/Mangos/Sources/src/game/Map.cpp:578

plr = (class Player *) 0x1c64

updater = {i_timeDiff = 497122408}

grid_object_update = {i_visitor = @0xb9}

world_object_update = {i_visitor = @0x21018e3}

__PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"

#17 0x00000000005ea0a9 in MapManager::Update (this=0x1da17be0,

diff=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/game/MapManager.cpp:256

No locals.

#18 0x000000000078080d in World::Update (this=0x2aaaac00da10, diff=185)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1572

No locals.

#19 0x00000000004c353d in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 185

realCurrTime = 195666907

realPrevTime = <value optimized out>

prevSleepTime = 78

#20 0x00000000008352e5 in ACE_Based::Thread::ThreadTask (param=0x1c64)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x22e408e0

#21 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#22 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

Core: 8296

SD2: 1294

UDB: 382

ACID: 31

Patches: Cumulative patches by KAPATEJIb

crash_log_2009-08-12_14-38-13.log

Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 6, Aborted.
#0  0xb7785c87 in raise () from /lib/libc.so.6
#0  0xb7785c87 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0xb77874f8 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0xb777f30c in __assert_fail () from /lib/libc.so.6
No symbol table info available.
#3  0x0835e52d in SpellCastTargets::setUnitTarget (this=0xaafa1c1c, target=0xa36853a8) at ../../../src/game/Object.h:173
No locals.
#4  0x083b7949 in Unit::CastSpell (this=0x93597fe0, Victim=0xa36853a8, spellInfo=0xb24eae5c, triggered=<value optimized out>, castItem=0x0, triggeredByAura=0x7312ca00, 
   originalCaster=0) at ../../../src/game/Unit.cpp:956
   spell = (Spell *) 0x1675c178
   targets = {m_srcX = 0, m_srcY = 0, m_srcZ = 0, m_destX = 0, m_destY = 0, m_destZ = 1.4281053e-40, m_strTarget = {static npos = 4294967295, 
   _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x85fe67c ""}}, m_targetMask = 0, 
 m_unitTarget = 0xa36853a8, m_GOTarget = 0x0, m_itemTarget = 0x0, m_unitTargetGUID = 0, m_GOTargetGUID = 0, m_CorpseTargetGUID = 0, m_itemTargetGUID = 0, 
 m_itemTargetEntry = 0}
#5  0x083d0e7f in Unit::HandleDummyAuraProc (this=0x93597fe0, pVictim=0xacbc0710, damage=541, triggeredByAura=0x7312ca00, procSpell=0x0, procFlag=4, procEx=1, cooldown=0)
   at ../../../src/game/Unit.cpp:6596
   maxmana = <value optimized out>
   dummySpell = (const SpellEntry *) 0xb23d63b8
   triggerAmount = 0
   castItem = (class Item *) 0x0
   triggered_spell_id = 59628
   target = (Unit *) 0xa36853a8
   basepoints0 = 0
#6  0x083cb085 in Unit::ProcDamageAndSpellFor (this=0x93597fe0, isVictim=false, pTarget=0xacbc0710, procFlag=4, procExtra=1, attType=BASE_ATTACK, procSpell=0x0, damage=541)
   at ../../../src/game/Unit.cpp:11782
   damageInfo = {target = 0xb789b120, attacker = 0xc3d0648, SpellID = 2868518568, damage = 3078385904, overkill = 3079254304, schoolMask = 205325896, absorb = 2868518628, 
 resist = 2472116192, physicalLog = 184, unused = 30, blocked = 205325888, HitInfo = 1926991528, cleanDamage = 2472116192}
   spellProcEvent = <value optimized out>
   spellInfo = <value optimized out>
   cooldown = <value optimized out>
   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 = 0xaafa1ea0, _M_prev = 0xaafa1ea0}}}, <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 = 0x16d37a70, _M_prev = 0x16d37a70}}}, <No data fields>}
#7  0x083cb604 in Unit::ProcDamageAndSpell (this=0x93597fe0, pVictim=0xacbc0710, procAttacker=4, procVictim=1048584, procExtra=1, amount=541, attType=BASE_ATTACK, 
   procSpell=0x0) at ../../../src/game/Unit.cpp:4455
No locals.
#8  0x083d8262 in Unit::AttackerStateUpdate (this=0x93597fe0, pVictim=0xacbc0710, attType=BASE_ATTACK, extra=false) at ../../../src/game/Unit.cpp:2124
   extraAttacks = 0
   damageInfo = {attacker = 0x93597fe0, target = 0xacbc0710, damageSchoolMask = 1, damage = 541, absorb = 0, resist = 0, blocked_amount = 0, HitInfo = 2, TargetState = 1, 
 attackType = BASE_ATTACK, procAttacker = 4, procVictim = 1048584, procEx = 1, cleanDamage = 186, hitOutCome = MELEE_HIT_NORMAL}
#9  0x0831d638 in Player::Update (this=0x93597fe0, p_time=124) at ../../../src/game/Player.cpp:1270
   owner = <value optimized out>
   u = <value optimized out>
   pVictim = (class Unit *) 0xacbc0710
   now = 1250077057
   pet = <value optimized out>
#10 0x0824575f in Map::Update (this=0x72db8ea8, t_diff=@0xaafa22a8) at ../../../src/game/Map.cpp:591
   cell = {data = {Part = {grid_x = 56, grid_y = 8, cell_x = 34, cell_y = 62, nocreate = 0, reserved = 85}, All = 2868519480}}
   cell_id = <value optimized out>
   y = <value optimized out>
   x = <value optimized out>
   obj = <value optimized out>
   updater = {i_timeDiff = 124}
   __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
#11 0x0845e6cf in MapInstanced::Update (this=0x9a95cb58, t=@0xaafa22a8) at ../../../src/game/MapInstanced.cpp:63
   i = {_M_cur = 0x739fa920, _M_ht = 0x9a96cc28}
#12 0x082540c1 in MapManager::Update (this=0xb3226cc8, diff=124) at ../../../src/game/MapManager.cpp:262
   iter = {_M_cur = 0x9e66dad8, _M_ht = 0xb3226d10}
#13 0x083ea46e in World::Update (this=0x8637de8, diff=124) at ../../../src/game/World.cpp:1650
   next = {_M_cur = 0x0, _M_ht = 0x0}
   autobroadcaston = 1
#14 0x08128f5e in WorldRunnable::run (this=0x8c97c70) at ../../../src/mangosd/WorldRunnable.cpp:65
   diff = 124
   realCurrTime = 241574622
   realPrevTime = <value optimized out>
   prevSleepTime = 93
#15 0x084b6fef in ACE_Based::Thread::ThreadTask (param=0x8c97c70) at ../../../src/shared/Threading.cpp:159
No locals.
#16 0xb7d3db37 in ACE_OS_Thread_Adapter::invoke () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#17 0xb7cee21f in ace_thread_adapter () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#18 0xb78d51b3 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#19 0xb782c03e in clone () from /lib/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

Core: [8358]

SD2: Latest

YTDB: 503

ACID: 31

Patches: NONE

crash_log_2009-08-12_16-37-32.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 6, Aborted.

[New process 4425]

[New process 4432]

[New process 4431]

[New process 4430]

[New process 4429]

[New process 4428]

[New process 4427]

[New process 4426]

[New process 4416]

[New process 4415]

[New process 4414]

[New process 4413]

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

No symbol table info available.

#1 0x000000348c231cc0 in abort () from /lib64/libc.so.6

No symbol table info available.

#2 0x000000348c229696 in __assert_fail () from /lib64/libc.so.6

No symbol table info available.

#3 0x00000000007db7e4 in Guild::_CanStoreItem_InSpecificSlot (

this=<value optimized out>, tab=<value optimized out>,

slot=<value optimized out>, dest=@0x41680ed0, count=@0x41680d74,

swap=<value optimized out>, pSrcItem=0x2aab9f72ed50)

at /root/Desktop/Mangos/Sources/src/game/Object.h:164

pItem2 = (class Item *) 0x2aaba80f47a0

need_space = <value optimized out>

newPosition = {slot = 48 '0', count = 10923}

#4 0x00000000007dc3fd in Guild::CanStoreItem (this=0x239f81f0,

tab=<value optimized out>, slot=<value optimized out>, dest=@0x41680ed0,

count=1, pItem=0x2aab9f72ed50, swap=false)

at /root/Desktop/Mangos/Sources/src/game/Guild.cpp:1878

res = <value optimized out>

res = <value optimized out>

#5 0x00000000007e89bd in WorldSession::HandleGuildBankSwapItems (

this=0x2aab2c87cd20, recv_data=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/game/GuildHandler.cpp:1469

dest = {<std::_Vector_base<GuildItemPosCount,std::allocator<GuildItemPosCount> >> = {

_M_impl = {<std::allocator<GuildItemPosCount>> = {<__gnu_cxx::new_allocator<GuildItemPosCount>> = {<No data fields>}, <No data fields>}, _M_start = 0x0,

_M_finish = 0x0, _M_end_of_storage = 0x0}}, <No data fields>}

msg = <value optimized out>

BankToBank = 0 '\\0'

BankTab = <value optimized out>

BankTabSlot = 255 'ÿ'

AutoStore = <value optimized out>

PlayerSlot = 32 ' '

PlayerBag = <value optimized out>

SplitedAmount = 0 '\\0'

BankTabDst = 0 '\\0'

BankTabSlotDst = <value optimized out>

ToChar = 0 '\\0'

GuildId = 1272

pGuild = (Guild *) 0x239f81f0

pl = (class Player *) 0x28993b60

pItemBank = (class Item *) 0x0

pItemChar = (class Item *) 0x2aab9f72ed50

#6 0x0000000000787eb5 in WorldSession::Update (this=0x2aab2c87cd20)

at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:206

packet = (WorldPacket *) 0x2aab8e13c150

currTime = <value optimized out>

#7 0x0000000000780e12 in World::UpdateSessions (this=0x2aaaac019680, diff=167)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1986

No locals.

#8 0x0000000000781632 in World::Update (this=0x2aaaac019680, diff=167)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1533

No locals.

#9 0x00000000004c32ed in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 167

realCurrTime = 277554360

realPrevTime = <value optimized out>

prevSleepTime = 0

#10 0x0000000000836295 in ACE_Based::Thread::ThreadTask (param=0x113d)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x2aaac9e916c0

#11 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#12 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

Core: [8358]

SD2: Latest

YTDB: 503

ACID: 31

Patches: NONE

crash_log_2009-08-13_03-45-39.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 6, Aborted.

[New process 10881]

[New process 10888]

[New process 10887]

[New process 10886]

[New process 10885]

[New process 10884]

[New process 10883]

[New process 10882]

[New process 10875]

[New process 10874]

[New process 10873]

[New process 10872]

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

No symbol table info available.

#1 0x000000348c231cc0 in abort () from /lib64/libc.so.6

No symbol table info available.

#2 0x000000348c229696 in __assert_fail () from /lib64/libc.so.6

No symbol table info available.

#3 0x00000000006dae14 in Aura::UnregisterSingleCastAura (this=0x2a6b6540)

at /root/Desktop/Mangos/Sources/src/game/SpellAuras.cpp:7087

caster = <value optimized out>

__PRETTY_FUNCTION__ = "void Aura::UnregisterSingleCastAura()"

#4 0x00000000007502d1 in Unit::RemoveAura (this=0x308a7d80, i=@0x2a81, mode=6)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3929

Aur = (class Aura *) 0x2a6b6540

AurSpellInfo = (const SpellEntry *) 0x2aaaafe897c8

statue = <value optimized out>

caster_channeled = <value optimized out>

#5 0x000000000075074e in Unit::RemoveAura (this=0x308a7d80, aura=0x2a6b6540)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3917

i = {_M_node = 0x37fb9ab0}

#6 0x0000000000768f9c in Unit::RemoveNotOwnSingleTargetAuras (

this=0x3089a810, newPhase=0)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3900

aura = (class Aura *) 0x2a6b6540

scAuras = (

std::list<Aura*,std::allocator<Aura*> > &) @0x3089aac0: {<std::_List_base<Aura*,std::allocator<Aura*> >> = {

_M_impl = {<std::allocator<std::_List_node<Aura*> >> = {<__gnu_cxx::new_allocator<std::_List_node<Aura*> >> = {<No data fields>}, <No data fields>},

_M_node = {_M_next = 0x3089aac0,

_M_prev = 0x3089aac0}}}, <No data fields>}

#7 0x00000000007690f0 in Unit::RemoveFromWorld (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:10533

No locals.

#8 0x00000000007685ff in Unit::CleanupsBeforeDelete (this=0x3089a810)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:10555

No locals.

#9 0x000000000060aee2 in ObjectGridUnloader::Visit<Creature> (

this=<value optimized out>, m=@0xf5f8200)

at /root/Desktop/Mangos/Sources/src/game/ObjectGridLoader.cpp:261

No locals.

#10 0x000000000060a145 in ObjectGridUnloader::Unload (this=0x43ac6e30,

grid=@0xf5f81d0)

at /root/Desktop/Mangos/Sources/src/game/../framework/GameSystem/TypeContainerVisitor.h:64

No locals.

#11 0x00000000005c8d6d in Map::UnloadGrid (this=0x2aaab6f60f10, x=@0x43ac6f5c,

y=@0x43ac6f58, pForce=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/game/../framework/GameSystem/GridLoader.h:72

unloader = {i_grid = @0xf5f1f10}

grid = (NGridType *) 0xf5f1f10

gx = <value optimized out>

gy = <value optimized out>

__PRETTY_FUNCTION__ = "bool Map::UnloadGrid(const uint32&, const uint32&, bool)"

#12 0x00000000007d3b79 in RemovalState::Update (this=<value optimized out>,

m=@0x2aaab6f60f10, grid=@0xf5f1f10, info=<value optimized out>,

x=@0x43ac6f5c, y=@0x43ac6f58, t_diff=@0x43ac6fb4)

at /root/Desktop/Mangos/Sources/src/game/GridStates.cpp:65

No locals.

#13 0x00000000005d7f20 in Map::Update (this=0x2aaab6f60f10, t_diff=@0x43ac6fb4)

at /root/Desktop/Mangos/Sources/src/game/Map.cpp:693

grid = (NGridType *) 0x6

updater = {i_timeDiff = 131}

grid_object_update = {i_visitor = @0x43ac6f50}

world_object_update = {i_visitor = @0x43ac6f50}

__PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"

#14 0x00000000005ea449 in MapManager::Update (this=0x2aaab6f4dbe0,

diff=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/game/MapManager.cpp:256

No locals.

#15 0x000000000078170d in World::Update (this=0xb8fb720, diff=131)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1572

No locals.

#16 0x00000000004c32ed in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 131

realCurrTime = 317641569

realPrevTime = <value optimized out>

prevSleepTime = 92

#17 0x0000000000836295 in ACE_Based::Thread::ThreadTask (param=0x2a78)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x2aaacd774250

#18 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#19 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

Core: [8358]

SD2: Latest

YTDB: 503

ACID: 31

Patches: NONE

crash_log_2009-08-13_05-41-24.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 11, Segmentation fault.

[New process 17050]

[New process 17057]

[New process 17056]

[New process 17055]

[New process 17054]

[New process 17053]

[New process 17052]

[New process 17051]

[New process 17042]

[New process 17041]

[New process 17040]

[New process 17039]

#0 0x00000000007f0005 in WorldSession::HandleSetActiveMoverOpcode (

this=0x1c0a8ad0, recv_data=@0x253232a0)

at /root/Desktop/Mangos/Sources/src/game/MovementHandler.cpp:432

432 if(_player->m_mover->GetGUID() != guid)

#0 0x00000000007f0005 in WorldSession::HandleSetActiveMoverOpcode (

this=0x1c0a8ad0, recv_data=@0x253232a0)

at /root/Desktop/Mangos/Sources/src/game/MovementHandler.cpp:432

No locals.

#1 0x0000000000787eb5 in WorldSession::Update (this=0x1c0a8ad0)

at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:206

packet = (WorldPacket *) 0x253232a0

currTime = <value optimized out>

#2 0x0000000000780e12 in World::UpdateSessions (this=0x1d3f720, diff=123)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1986

No locals.

#3 0x0000000000781632 in World::Update (this=0x1d3f720, diff=123)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1533

No locals.

#4 0x00000000004c32ed in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 123

realCurrTime = 324588091

realPrevTime = <value optimized out>

prevSleepTime = 88

#5 0x0000000000836295 in ACE_Based::Thread::ThreadTask (param=0x253232a0)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x2aaacd7f6c70

#6 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#7 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

Core: 8296

SD2: 1294

UDB: 382

ACID: 31

Patches: Cumulative patches by KAPATEJIb

crash_log_2009-08-13_18-34-01.log

Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 11, Segmentation fault.
#0  0xb7972e34 in std::_Rb_tree_insert_and_rebalance () from /usr/lib/libstdc++.so.6
#0  0xb7972e34 in std::_Rb_tree_insert_and_rebalance () from /usr/lib/libstdc++.so.6
No symbol table info available.
#1  0x083d9e38 in std::_Rb_tree<Unit*, Unit*, std::_Identity<Unit*>, std::less<Unit*>, std::allocator<Unit*> >::_M_insert (this=0xbdaf9d10, __x=0x0, __p=0x7101fda6, 
   __v=@0xb30fef44) at /usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../include/c++/4.2.3/bits/stl_tree.h:840
   __z = (class std::_Rb_tree_node<Unit*> *) 0x23c89800
#2  0x083d9ef3 in std::_Rb_tree<Unit*, Unit*, std::_Identity<Unit*>, std::less<Unit*>, std::allocator<Unit*> >::_M_insert_unique (this=0xbdaf9d10, __v=@0xb30fef44)
   at /usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../include/c++/4.2.3/bits/stl_tree.h:990
   __x = <value optimized out>
   __comp = false
#3  0x083cfee2 in Unit::Attack (this=0xbdc307b8, victim=0xbdaf9b90, meleeAttack=true)
   at /usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../include/c++/4.2.3/bits/stl_set.h:307
No locals.
#4  0x0847f230 in AggressorAI::AttackStart (this=0x5160ca8, u=0xbdaf9b90) at ../../../src/game/AggressorAI.cpp:154
No locals.
#5  0xb7bcd844 in boss_arlokkAI::JustSummoned (this=0x516d8b90, pSummoned=0xbdc307b8) at ../../../../src/bindings/ScriptDev2/scripts/zone/zulgurub/boss_arlokk.cpp:142
No locals.
#6  0x0826b404 in WorldObject::SummonCreature (this=0xbdf39560, id=15101, x=-11532.7998, y=-1649.67334, z=41.4799995, ang=0, spwtype=TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT, 
   despwtime=15000) at ../../../src/game/Object.cpp:1621
   pCreature = <value optimized out>
   team = 0
#7  0xb7bcda6b in boss_arlokkAI::UpdateAI (this=0x516d8b90, uiDiff=108) at ../../../../src/bindings/ScriptDev2/scripts/zone/zulgurub/boss_arlokk.cpp:135
No locals.
#8  0x08171de2 in Creature::Update (this=0xbdf39560, diff=108) at ../../../src/game/Creature.cpp:434
No locals.
#9  0x0824c81f in VisitorHelper<MaNGOS::ObjectUpdater, Creature> (v=@0xb30ff200, c=@0xbc9ac4cc) at ../../../src/game/GridNotifiersImpl.h:46
No locals.
#10 0x0824c8b5 in VisitorHelper<MaNGOS::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (v=@0xb30ff200, c=@0xbc9ac4cc)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:70
No locals.
#11 0x082453b1 in Map::Update (this=0xf39448, t_diff=@0xb30ff2a8) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:105
   cell = {data = {Part = {grid_x = 10, grid_y = 28, cell_x = 2, cell_y = 7, nocreate = 1, reserved = 16}, All = 555493130}}
   cell_id = <value optimized out>
   y = 231
   x = 82
   plr = <value optimized out>
   updater = {i_timeDiff = 108}
   __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
#12 0x082467c5 in InstanceMap::Update (this=0xf39448, t_diff=@0xb30ff2a8) at ../../../src/game/Map.cpp:2422
No locals.
#13 0x0845e6cf in MapInstanced::Update (this=0xcbb4808, t=@0xb30ff2a8) at ../../../src/game/MapInstanced.cpp:63
   i = {_M_cur = 0xe784e8, _M_ht = 0xcbc48d8}
#14 0x082540c1 in MapManager::Update (this=0x9965ec0, diff=108) at ../../../src/game/MapManager.cpp:262
   iter = {_M_cur = 0xd007348, _M_ht = 0x9965f08}
#15 0x083ea46e in World::Update (this=0xb6d0da58, diff=108) at ../../../src/game/World.cpp:1650
   next = {_M_cur = 0x0, _M_ht = 0x0}
   autobroadcaston = 1
#16 0x08128f5e in WorldRunnable::run (this=0xd008bf8) at ../../../src/mangosd/WorldRunnable.cpp:65
   diff = 108
   realCurrTime = 342094986
   realPrevTime = <value optimized out>
   prevSleepTime = 62
#17 0x084b6fef in ACE_Based::Thread::ThreadTask (param=0xd008bf8) at ../../../src/shared/Threading.cpp:159
No locals.
#18 0xb7d73b37 in ACE_OS_Thread_Adapter::invoke () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#19 0xb7d2421f in ace_thread_adapter () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#20 0xb790b1b3 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#21 0xb786203e in clone () from /lib/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

Core: 8296

SD2: 1294

UDB: 382

ACID: 31

Patches: Cumulative patches by KAPATEJIb

crash_log_2009-08-13_18-55-19.log

Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 11, Segmentation fault.
#0  MotionMaster::GetCurrentMovementGeneratorType (this=0x8136c308) at ../../../src/game/MotionMaster.cpp:456
456       return top()->GetMovementGeneratorType();
#0  MotionMaster::GetCurrentMovementGeneratorType (this=0x8136c308) at ../../../src/game/MotionMaster.cpp:456
No locals.
#1  0x081698af in Creature::IsInEvadeMode (this=0x0) at ../../../src/game/Creature.cpp:2087
No locals.
#2  0x083cfd28 in Unit::Attack (this=0xd6d4fe8, victim=0x8136b540, meleeAttack=true) at ../../../src/game/Unit.cpp:7910
No locals.
#3  0x0847f230 in AggressorAI::AttackStart (this=0x1aa82728, u=0x8136b540) at ../../../src/game/AggressorAI.cpp:154
No locals.
#4  0xb7bb3844 in boss_arlokkAI::JustSummoned (this=0xd6e9e68, pSummoned=0xd6d4fe8) at ../../../../src/bindings/ScriptDev2/scripts/zone/zulgurub/boss_arlokk.cpp:142
No locals.
#5  0x0826b404 in WorldObject::SummonCreature (this=0x80526aa8, id=15101, x=-11532.7998, y=-1649.67334, z=41.4799995, ang=0, spwtype=TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT, 
   despwtime=15000) at ../../../src/game/Object.cpp:1621
   pCreature = <value optimized out>
   team = 0
#6  0xb7bb3a6b in boss_arlokkAI::UpdateAI (this=0xd6e9e68, uiDiff=115) at ../../../../src/bindings/ScriptDev2/scripts/zone/zulgurub/boss_arlokk.cpp:135
No locals.
#7  0x08171de2 in Creature::Update (this=0x80526aa8, diff=115) at ../../../src/game/Creature.cpp:434
No locals.
#8  0x0824c81f in VisitorHelper<MaNGOS::ObjectUpdater, Creature> (v=@0xb30ff200, c=@0xa61526ac) at ../../../src/game/GridNotifiersImpl.h:46
No locals.
#9  0x0824c8b5 in VisitorHelper<MaNGOS::ObjectUpdater, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > (v=@0xb30ff200, c=@0xa61526ac)
   at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:70
No locals.
#10 0x082453b1 in Map::Update (this=0xa6daa208, t_diff=@0xb30ff2a8) at ../../../src/game/../framework/GameSystem/TypeContainerVisitor.h:105
   cell = {data = {Part = {grid_x = 10, grid_y = 28, cell_x = 2, cell_y = 7, nocreate = 1, reserved = 16}, All = 555493130}}
   cell_id = <value optimized out>
   y = 231
   x = 82
   plr = <value optimized out>
   updater = {i_timeDiff = 115}
   __PRETTY_FUNCTION__ = "virtual void Map::Update(const uint32&)"
#11 0x082467c5 in InstanceMap::Update (this=0xa6daa208, t_diff=@0xb30ff2a8) at ../../../src/game/Map.cpp:2422
No locals.
#12 0x0845e6cf in MapInstanced::Update (this=0xcbc88e0, t=@0xb30ff2a8) at ../../../src/game/MapInstanced.cpp:63
   i = {_M_cur = 0xa864d8b8, _M_ht = 0xcbd89b0}
#13 0x082540c1 in MapManager::Update (this=0x9970818, diff=115) at ../../../src/game/MapManager.cpp:262
   iter = {_M_cur = 0xcfd4790, _M_ht = 0x9970860}
#14 0x083ea46e in World::Update (this=0xb650d118, diff=115) at ../../../src/game/World.cpp:1650
   next = {_M_cur = 0x0, _M_ht = 0x0}
   autobroadcaston = 1
#15 0x08128f5e in WorldRunnable::run (this=0xcfe5d10) at ../../../src/mangosd/WorldRunnable.cpp:65
   diff = 115
   realCurrTime = 343406323
   realPrevTime = <value optimized out>
   prevSleepTime = 95
#16 0x084b6fef in ACE_Based::Thread::ThreadTask (param=0xcfe5d10) at ../../../src/shared/Threading.cpp:159
No locals.
#17 0xb7d59b37 in ACE_OS_Thread_Adapter::invoke () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#18 0xb7d0a21f in ace_thread_adapter () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#19 0xb78f11b3 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#20 0xb784803e in clone () from /lib/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

Core:[8363]

SD2: Latest

YTDB: 503

ACID: 31

Patches: NONE

terminate called after throwing an instance of 'std::bad_alloc'

what(): St9bad_alloc

crash_log_2009-08-13_12-43-46.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 6, Aborted.
[New process 20587]
[New process 20594]
[New process 20593]
[New process 20592]
[New process 20591]
[New process 20590]
[New process 20589]
[New process 20588]
[New process 20581]
[New process 20580]
[New process 20579]
[New process 20578]
#0  0x000000348c230215 in raise () from /lib64/libc.so.6
#0  0x000000348c230215 in raise () from /lib64/libc.so.6
No symbol table info available.
#1  0x000000348c231cc0 in abort () from /lib64/libc.so.6
No symbol table info available.
#2  0x000000349ecbec44 in __gnu_cxx::__verbose_terminate_handler ()
  from /usr/lib64/libstdc++.so.6
No symbol table info available.
#3  0x000000349ecbcdb6 in ?? () from /usr/lib64/libstdc++.so.6
No symbol table info available.
#4  0x000000349ecbcde3 in std::terminate () from /usr/lib64/libstdc++.so.6
No symbol table info available.
#5  0x000000349ecbceca in __cxa_throw () from /usr/lib64/libstdc++.so.6
No symbol table info available.
#6  0x000000349ecbd1d9 in operator new () from /usr/lib64/libstdc++.so.6
No symbol table info available.
#7  0x00000000004cde6c in std::vector<unsigned char, std::allocator<unsigned char> >::reserve (this=0x42dc2ed0, __n=20587)
   at /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/ext/new_allocator.h:88
   __old_size = 0
   __tmp = <value optimized out>
#8  0x00000000007f0f7d in WorldSession::HandleMovementOpcodes (
   this=0x2aaafaf4c970, recv_data=@0x2aab722447f0)
   at /root/Desktop/Mangos/Sources/src/game/../shared/ByteBuffer.h:41
   opcode = <value optimized out>
   mover = <value optimized out>
   plMover = (class Player *) 0x0
   movementInfo = {flags = 268435456, unk1 = 0, time = 16009343, 
 x = -7190.94922, y = -3944.65234, z = 9.22739124, o = 2.09358406, 
 t_guid = 0, t_x = 0, t_y = 0, t_z = 0, t_o = 0, t_time = 0, 
 t_seat = -85 '«', s_pitch = 0, fallTime = 0, j_unk = 0, j_sinAngle = 0, 
 j_cosAngle = 0, j_xyspeed = 0, u_unk1 = 0}
   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 = 51888}
#9  0x00000000007886b5 in WorldSession::Update (this=0x2aaafaf4c970)
   at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:206
   packet = (WorldPacket *) 0x2aab722447f0
   currTime = <value optimized out>
#10 0x0000000000781612 in World::UpdateSessions (this=0x11887700, diff=174)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:1986
No locals.
#11 0x0000000000781e32 in World::Update (this=0x11887700, diff=174)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:1533
No locals.
#12 0x00000000004c333d in WorldRunnable::run (this=<value optimized out>)
   at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65
   diff = 174
   realCurrTime = 349926390
   realPrevTime = <value optimized out>
   prevSleepTime = 0
#13 0x0000000000836a95 in ACE_Based::Thread::ThreadTask (param=0x5062)
   at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182
   _task = (class ACE_Based::Runnable *) 0x12341dc0
#14 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#15 0x000000348c2d2f7d in clone () from /lib64/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

Core:[8365]

SD2: Latest

YTDB: 503

ACID: 31

Patches: NONE

/root/Desktop/Mangos/Sources/src/game/Object.h:480 in GetMap ASSERTION FAILED2:

m_currMap

mangos-worldd: /root/Desktop/Mangos/Sources/src/game/Object.h:480: Map* WorldObject::GetMap() const: Assertion `"m_currMap" &&0' failed.

crash_log_2009-08-13_13-29-13.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 6, Aborted.
[New process 20788]
[New process 20795]
[New process 20794]
[New process 20793]
[New process 20792]
[New process 20791]
[New process 20790]
[New process 20789]
[New process 20784]
[New process 20783]
[New process 20782]
[New process 20781]
#0  0x000000348c230215 in raise () from /lib64/libc.so.6
#0  0x000000348c230215 in raise () from /lib64/libc.so.6
No symbol table info available.
#1  0x000000348c231cc0 in abort () from /lib64/libc.so.6
No symbol table info available.
#2  0x000000348c229696 in __assert_fail () from /lib64/libc.so.6
No symbol table info available.
#3  0x00000000007f1699 in WorldSession::HandleMovementOpcodes (this=0xe8d4500, 
   recv_data=@0x2aab6ec75240)
   at /root/Desktop/Mangos/Sources/src/game/Object.h:480
   opcode = <value optimized out>
   mover = <value optimized out>
   plMover = (class Player *) 0x0
   movementInfo = {flags = 268435456, unk1 = 0, time = 41887039, 
 x = 1029.14001, y = 1387.48999, z = 340.835999, o = 0.0892342702, 
 t_guid = 0, t_x = 0, t_y = 0, t_z = 0, t_o = 0, t_time = 0, t_seat = 0 '\\0', 
 s_pitch = 0, fallTime = 0, j_unk = 0, j_sinAngle = 0, j_cosAngle = 0, 
 j_xyspeed = 0, u_unk1 = 0}
   data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0, 
   _wpos = 36, 
   _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 = 0x34a567d0 "\\217µ\\017ì\\t@", _M_finish = 0x34a567f4 "", 
         _M_end_of_storage = 0x34a567f7 "ñ!"}}, <No data fields>}}, 
 m_opcode = 201}
#4  0x00000000007886b5 in WorldSession::Update (this=0xe8d4500)
   at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:206
   packet = (WorldPacket *) 0x2aab6ec75240
   currTime = <value optimized out>
#5  0x0000000000781612 in World::UpdateSessions (this=0xd312720, diff=210)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:1986
No locals.
#6  0x0000000000781e32 in World::Update (this=0xd312720, diff=210)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:1533
No locals.
#7  0x00000000004c333d in WorldRunnable::run (this=<value optimized out>)
   at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65
   diff = 210
   realCurrTime = 352656693
   realPrevTime = <value optimized out>
   prevSleepTime = 78
#8  0x0000000000836a95 in ACE_Based::Thread::ThreadTask (param=0x512d)
   at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182
   _task = (class ACE_Based::Runnable *) 0x2aaac99b9f20
#9  0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#10 0x000000348c2d2f7d in clone () from /lib64/libc.so.6
No symbol table info available.


Link to comment
Share on other sites

Core:[8369]

SD2: Latest

YTDB: 503

ACID: 31

Patches: NONE

mangos-worldd: /root/Desktop/Mangos/Sources/src/game/Player.cpp:4065: void Player::BuildPlayerRepop(): Assertion `false' failed.

crash_log_2009-08-14_18-16-46.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 6, Aborted.
[New process 632]
[New process 639]
[New process 638]
[New process 637]
[New process 636]
[New process 635]
[New process 634]
[New process 633]
[New process 626]
[New process 624]
[New process 623]
[New process 622]
#0  0x000000348c230215 in raise () from /lib64/libc.so.6
#0  0x000000348c230215 in raise () from /lib64/libc.so.6
No symbol table info available.
#1  0x000000348c231cc0 in abort () from /lib64/libc.so.6
No symbol table info available.
#2  0x000000348c229696 in __assert_fail () from /lib64/libc.so.6
No symbol table info available.
#3  0x00000000006a1513 in Player::BuildPlayerRepop (this=0x2aab88cc2ce0)
   at /root/Desktop/Mangos/Sources/src/game/Player.cpp:4065
   data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0, 
   _wpos = 4, 
   _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 = 0x2aabb40ebfe0 "\\a¬{\\002", _M_finish = 0x2aabb40ebfe4 "", 
         _M_end_of_storage = 0x2aabb40ebfe9 "ûJµ«*"}}, <No data fields>}}, 
 m_opcode = 1172}
   corpse = <value optimized out>
   __PRETTY_FUNCTION__ = "void Player::BuildPlayerRepop()"
#4  0x000000000078939b in WorldSession::LogoutPlayer (this=0x3474ca60, 
   Save=true) at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:256
   guild = <value optimized out>
   data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, 
   _rpos = 46912518516048, _wpos = 880069216, 
   _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 = 0x3474cb70 "", 
         _M_finish = 0x348c27590c "\\203=Õõ-", 
         _M_end_of_storage = 0x2aaba9a5b650 "àp\\025Ü«*"}}, <No data fields>}}, m_opcode = 22422}
#5  0x00000000007899a6 in WorldSession::Update (this=0x3474ca60)
   at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:229
   currTime = 6
#6  0x00000000007827f2 in World::UpdateSessions (this=0x2aaaac006c90, diff=417)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:2003
No locals.
#7  0x0000000000783012 in World::Update (this=0x2aaaac006c90, diff=417)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:1550
No locals.
#8  0x00000000004c340d in WorldRunnable::run (this=<value optimized out>)
   at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65
   diff = 417
   realCurrTime = 456306052
   realPrevTime = <value optimized out>
   prevSleepTime = 0
#9  0x0000000000837c15 in ACE_Based::Thread::ThreadTask (param=0x26e)
   at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182
   _task = (class ACE_Based::Runnable *) 0x2aaaacad9990
#10 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#11 0x000000348c2d2f7d in clone () from /lib64/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

Core:[8369]

SD2: Latest

YTDB: 503

ACID: 31

Patches: NONE

crash_log_2009-08-15_06-30-03.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 6, Aborted.
[New process 12815]
[New process 12822]
[New process 12821]
[New process 12820]
[New process 12819]
[New process 12818]
[New process 12817]
[New process 12816]
[New process 12812]
[New process 12811]
[New process 12810]
[New process 12809]
#0  0x000000348c230215 in raise () from /lib64/libc.so.6
#0  0x000000348c230215 in raise () from /lib64/libc.so.6
No symbol table info available.
#1  0x000000348c231cc0 in abort () from /lib64/libc.so.6
No symbol table info available.
#2  0x000000348c229696 in __assert_fail () from /lib64/libc.so.6
No symbol table info available.
#3  0x00000000006a1513 in Player::BuildPlayerRepop (this=0x2aab56971940)
   at /root/Desktop/Mangos/Sources/src/game/Player.cpp:4065
   data = {<ByteBuffer> = {static DEFAULT_SIZE = 4096, _rpos = 0, 
   _wpos = 4, 
   _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 = 0x2aab4956c5f0 "\\a¬{\\002«*", 
         _M_finish = 0x2aab4956c5f4 "«*", 
         _M_end_of_storage = 0x2aab4956c5f9 "^HN«*"}}, <No data fields>}}, 
 m_opcode = 1172}
   corpse = <value optimized out>
   __PRETTY_FUNCTION__ = "void Player::BuildPlayerRepop()"
#4  0x000000000078939b in WorldSession::LogoutPlayer (this=0x2aee5d90, 
   Save=true) at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:256
   guild = <value optimized out>
   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 = 0x2aab00000000 " ", 
         _M_end_of_storage = 0x0}}, <No data fields>}}, m_opcode = 34}
#5  0x00000000007899a6 in WorldSession::Update (this=0x2aee5d90)
   at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:229
   currTime = 6
#6  0x00000000007827f2 in World::UpdateSessions (this=0x2aaaac019680, diff=71)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:2003
No locals.
#7  0x0000000000783012 in World::Update (this=0x2aaaac019680, diff=71)
   at /root/Desktop/Mangos/Sources/src/game/World.cpp:1550
No locals.
#8  0x00000000004c340d in WorldRunnable::run (this=<value optimized out>)
   at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65
   diff = 71
   realCurrTime = 500306867
   realPrevTime = <value optimized out>
   prevSleepTime = 61
#9  0x0000000000837c15 in ACE_Based::Thread::ThreadTask (param=0x3209)
   at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182
   _task = (class ACE_Based::Runnable *) 0x2aaac9958e50
#10 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#11 0x000000348c2d2f7d in clone () from /lib64/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

Core:[8369]

SD2: Latest

YTDB: 503

ACID: 31

Patches: NONE

crash_log_2009-08-15_09-54-32.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 6, Aborted.

[New process 18458]

[New process 18465]

[New process 18464]

[New process 18463]

[New process 18462]

[New process 18461]

[New process 18460]

[New process 18459]

[New process 18452]

[New process 18451]

[New process 18450]

[New process 18449]

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

#0 0x000000348c230215 in raise () from /lib64/libc.so.6

No symbol table info available.

#1 0x000000348c231cc0 in abort () from /lib64/libc.so.6

No symbol table info available.

#2 0x000000349ecbec44 in __gnu_cxx::__verbose_terminate_handler ()

from /usr/lib64/libstdc++.so.6

No symbol table info available.

#3 0x000000349ecbcdb6 in ?? () from /usr/lib64/libstdc++.so.6

No symbol table info available.

#4 0x000000349ecbcde3 in std::terminate () from /usr/lib64/libstdc++.so.6

No symbol table info available.

#5 0x000000349ecbceca in __cxa_throw () from /usr/lib64/libstdc++.so.6

No symbol table info available.

#6 0x000000349ecbd1d9 in operator new () from /usr/lib64/libstdc++.so.6

No symbol table info available.

#7 0x00000000004ce0dc in std::vector<unsigned char, std::allocator<unsigned char> >::reserve (this=0x436cfed0, __n=18458)

at /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/ext/new_allocator.h:88

__old_size = 0

__tmp = <value optimized out>

#8 0x00000000007f2f1d in WorldSession::HandleMovementOpcodes (

this=0x1e1694e0, recv_data=@0x2aab6428e1a0)

at /root/Desktop/Mangos/Sources/src/game/../shared/ByteBuffer.h:41

opcode = <value optimized out>

mover = <value optimized out>

plMover = (class Player *) 0x0

movementInfo = {flags = 4096, unk1 = 0, time = 7682421,

x = 1189.11401, y = 1433.55579, z = 309.401886, o = 2.29178953, t_guid = 0,

t_x = 0, t_y = 0, t_z = 0, t_o = 0, t_time = 0, t_seat = 0 '\\0',

s_pitch = 0, fallTime = 0, j_unk = 0, j_sinAngle = -0.660131037,

j_cosAngle = 0.751150429, j_xyspeed = 0, u_unk1 = 0}

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 = 38432}

#9 0x000000000078a685 in WorldSession::Update (this=0x1e1694e0)

at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:206

packet = (WorldPacket *) 0x2aab6428e1a0

currTime = <value optimized out>

#10 0x0000000000783612 in World::UpdateSessions (this=0x2aaaac0236e0, diff=91)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:2003

No locals.

#11 0x0000000000783e32 in World::Update (this=0x2aaaac0236e0, diff=91)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1550

No locals.

#12 0x00000000004c359d in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 91

realCurrTime = 512575817

realPrevTime = <value optimized out>

prevSleepTime = 0

#13 0x0000000000838a35 in ACE_Based::Thread::ThreadTask (param=0x4811)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x19d10300

#14 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#15 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

Core:[8372]

SD2: Latest

YTDB: 503

ACID: 31

Patches: NONE

crash_log_2009-08-15_15-57-08.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 11, Segmentation fault.

[New process 5661]

[New process 5668]

[New process 5667]

[New process 5666]

[New process 5665]

[New process 5664]

[New process 5663]

[New process 5662]

[New process 5657]

[New process 5656]

[New process 5655]

[New process 5654]

#0 0x00000000007f27a5 in WorldSession::HandleSetActiveMoverOpcode (

this=0x2aab9e6f65b0, recv_data=@0x2aab94cdc6b0)

at /root/Desktop/Mangos/Sources/src/game/MovementHandler.cpp:432

432 if(_player->m_mover->GetGUID() != guid)

#0 0x00000000007f27a5 in WorldSession::HandleSetActiveMoverOpcode (

this=0x2aab9e6f65b0, recv_data=@0x2aab94cdc6b0)

at /root/Desktop/Mangos/Sources/src/game/MovementHandler.cpp:432

No locals.

#1 0x000000000078a685 in WorldSession::Update (this=0x2aab9e6f65b0)

at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:206

packet = (WorldPacket *) 0x2aab94cdc6b0

currTime = <value optimized out>

#2 0x0000000000783612 in World::UpdateSessions (this=0x2aaaac019680, diff=319)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:2003

No locals.

#3 0x0000000000783e32 in World::Update (this=0x2aaaac019680, diff=319)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1550

No locals.

#4 0x00000000004c359d in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 319

realCurrTime = 534330193

realPrevTime = <value optimized out>

prevSleepTime = 0

#5 0x0000000000838a35 in ACE_Based::Thread::ThreadTask (param=0x2aab94cdc6b0)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x2aaaacaca7f0

#6 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#7 0x000000348c2d2f7d in clone () from /lib64/libc.so.6

No symbol table info available.

Link to comment
Share on other sites

Core: 8372

DB latest UDB

SD2: latest

Acid: latest

OS: Linux 64 Bit ( suse )

crash.log

Aura 19 now is remove mode 0

Aura 17 now is remove mode 0

Aura 19 now is remove mode 0

Aura 17 now is remove mode 0

Aura 19 now is remove mode 0

Aura 17 now is remove mode 0

Aura 36 now is remove mode 0

Aura 16 now is remove mode 0

Aura 36 now is remove mode 0

Aura 16 now is remove mode 0

Aura 36 now is remove mode 0

Aura 16 now is remove mode 0

Aura 36 now is remove mode 0

Aura 16 now is remove mode 0

Aura 42 now is remove mode 0

Aura 197 now is remove mode 0

Aura 57 now is remove mode 0

Aura 42 now is remove mode 0

Aura 197 now is remove mode 0

Aura 57 now is remove mode 0

Aura 16 now is remove mode 0

Aura 16 now is remove mode 0

Aura 16 now is remove mode 0

Aura 16 now is remove mode 0

STAMINA is: 825.000000

Armor is: 2002 Block is: 0.000000

HolyRes is: 0 FireRes is: 0

NatureRes is: 0 FrostRes is: 0

ShadowRes is: 0 ArcaneRes is: 0

MIN_DAMAGE is: 76.268570 MAX_DAMAGE is: 232.268570

MIN_OFFHAND_DAMAGE is: 0.000000 MAX_OFFHAND_DAMAGE is: 0.000000

MIN_RANGED_DAMAGE is: 368.557129 MAX_RANGED_DAMAGE is: 680.557129

ATTACK_TIME is: 1800 RANGE_ATTACK_TIME is: 1800

BATTLEGROUND: Removed player Onixtia from BattleGround.

Spell: Effect : 6

Spell: Aura is: 4

Aura: construct Spellid : 26013, Aura : 4 Duration : 900000 Target : 25 Damage : 0

Aura 4 now is in use

Spell: Effect : 30

ProcDamageAndSpell: casting spell id 20186 (triggered by a victim's haste aura of spell 20186)

deal dmg:1167 to health:585

ProcDamageAndSpell: casting spell 32215 (triggered by an attacker's aura of spell 32215)

Spell: Effect : 6

Spell: Aura is: 4

Aura: construct Spellid : 32216, Aura : 4 Duration : 20000 Target : 1 Damage : 0

Aura 4 now is in use

creature 86500 stopped attacking player 45822

player 45738 stopped attacking creature 86500

Aura 4 now is remove mode 4

Aura 138 now is remove mode 4

Aura 4 now is remove mode 4

Aura 138 now is remove mode 4

Aura 3 now is remove mode 4

Link to comment
Share on other sites

Core: 8296

SD2: 1294

UDB: 382

ACID: 31

Patches: Cumulative patches by KAPATEJIb

crash_log_2009-08-16_13-05-21.log

Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.
Program terminated with signal 11, Segmentation fault.
#0  0xb7815d9a in malloc_consolidate () from /lib/libc.so.6
#0  0xb7815d9a in malloc_consolidate () from /lib/libc.so.6
No symbol table info available.
#1  0xb78182c7 in _int_malloc () from /lib/libc.so.6
No symbol table info available.
#2  0xb7819b7e in malloc () from /lib/libc.so.6
No symbol table info available.
#3  0xb79ee517 in operator new () from /usr/lib/libstdc++.so.6
No symbol table info available.
#4  0x083f27f6 in std::Deque<WorldPacket*, std::allocator<WorldPacket*> >::_M_push_back_aux (this=0x63dfb4a0, __t=@0xabe7b074)
   at /usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../include/c++/4.2.3/ext/new_allocator.h:91
   __t_copy = (WorldPacket *) 0x50e2f680
#5  0x083ee8d1 in WorldSession::QueuePacket (this=0x63dfb3e0, new_packet=0x50e2f680)
   at /usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../include/c++/4.2.3/bits/stl_deque.h:1062
No locals.
#6  0x083f63a6 in WorldSocket::ProcessIncoming (this=0x248bec08, new_pct=0x50e2f680) at ../../../src/game/WorldSocket.cpp:728
   j = 613149704
   p = 7
   aptr = {<ACE_Auto_Basic_Ptr<WorldPacket>> = {p_ = 0x0}, <No data fields>}
#7  0x083f65a0 in WorldSocket::handle_input_payload (this=0x248bec08) at ../../../src/game/WorldSocket.cpp:524
   ret = <value optimized out>
#8  0x083f67b5 in WorldSocket::handle_input_missing_data (this=0x248bec08) at ../../../src/game/WorldSocket.cpp:617
   to_data = <value optimized out>
   buf = "çÕr^\\207â\\000°\\000\\000\\000\\000ibT\\000\\f\\016\\232Å\\036p^ÄD\\n\\226Àï\\036\\212@m\\004\\000\\000Ø\\223þÀ0í4¿´\\0345¿ÍÌ\\034A`JòDJ \\201Å\\235§#B\\021¤\\205@ \\000\\000\\000h3>â\\026[A\\000ÉØ\\207DF\\203¶Dø4\\236C\\002¹þ=\\000\\000\\000\\000gf\\006A\\000\\000\\000\\000\\235\\215h#\\001", '\\0' <repeats 15 times>, "\\200Êc\\000§¬}ENÖ7E=gKAT§\\221>\\a\\000\\000\\000\\000\\000`@å×7ò\\0313}P\\001", '\\0' <repeats 15 times>, "pÊc\\000,Ï}E\\214\\0008Eæ\\234JAÁpg@\\000\\000\\000\\000\\000\\000`@Ã\\200"...
   db = <incomplete type>
   message_block = <incomplete type>
   recv_size = 4096
   n = 7
#9  0x083f69b9 in WorldSocket::handle_input (this=0x248bec08) at ../../../src/game/WorldSocket.cpp:300
No locals.
#10 0xb7d5addd in ACE_Dev_Poll_Reactor::Dispatch_io_event () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#11 0xb7d5af33 in ACE_Dev_Poll_Reactor::Dispatch () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#12 0xb7d5aff6 in ACE_Dev_Poll_Reactor::handle_events_i () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#13 0xb7d5b75d in ACE_Dev_Poll_Reactor::handle_events () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#14 0xb7d59103 in ACE_Dev_Poll_Reactor::handle_events () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#15 0xb7db35c8 in ACE_Reactor::run_reactor_event_loop () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#16 0x083f9cf3 in ReactorRunnable::svc (this=0xb4756708) at ../../../src/game/WorldSocketMgr.cpp:167
   interval = {static zero = {static zero = <same as static member of an already seen type>, static max_time = {
     static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 2147483647, 
       tv_usec = 999999}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 2700}}
#17 0xb7dd8403 in ACE_Task_Base::svc_run () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#18 0xb7dd8ea6 in ACE_Thread_Adapter::invoke_i () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#19 0xb7dd907c in ACE_Thread_Adapter::invoke () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#20 0xb7d4221f in ace_thread_adapter () from /home/wow/mangos_git_compiled/lib/libACE-5.6.6.so
No symbol table info available.
#21 0xb79291b3 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#22 0xb788003e in clone () from /lib/libc.so.6
No symbol table info available.

Link to comment
Share on other sites

Core:[8372]

SD2: Latest

YTDB: 503

ACID: 31

Patches: NONE

crash_log_2009-08-16_11-43-04.log

Core was generated by `./bin/mangos-worldd -c etc/mangosd.conf'.

Program terminated with signal 11, Segmentation fault.

[New process 8069]

[New process 8076]

[New process 8075]

[New process 8074]

[New process 8073]

[New process 8072]

[New process 8071]

[New process 8070]

[New process 8061]

[New process 8060]

[New process 8059]

[New process 8058]

#0 0x00000000007486c6 in Unit::InterruptSpell (this=0x2aab3e400980,

spellType=2, withDelayed=true)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3125

3125 if (m_currentSpells[spellType]->getState() != SPELL_STATE_FINISHED)

#0 0x00000000007486c6 in Unit::InterruptSpell (this=0x2aab3e400980,

spellType=2, withDelayed=true)

at /root/Desktop/Mangos/Sources/src/game/Unit.cpp:3125

No locals.

#1 0x000000000078a685 in WorldSession::Update (this=0x2aab45ffe890)

at /root/Desktop/Mangos/Sources/src/game/WorldSession.cpp:206

packet = (WorldPacket *) 0x3396b450

currTime = <value optimized out>

#2 0x0000000000783612 in World::UpdateSessions (this=0x2aaaac019680, diff=150)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:2003

No locals.

#3 0x0000000000783e32 in World::Update (this=0x2aaaac019680, diff=150)

at /root/Desktop/Mangos/Sources/src/game/World.cpp:1550

No locals.

#4 0x00000000004c359d in WorldRunnable::run (this=<value optimized out>)

at /root/Desktop/Mangos/Sources/src/mangosd/WorldRunnable.cpp:65

diff = 150

realCurrTime = 605486978

realPrevTime = <value optimized out>

prevSleepTime = 0

#5 0x0000000000838a35 in ACE_Based::Thread::ThreadTask (

param=0x72422a3d00000000)

at /root/Desktop/Mangos/Sources/src/shared/Threading.cpp:182

_task = (class ACE_Based::Runnable *) 0x2aaaacadf740

#6 0x000000348ce06367 in start_thread () from /lib64/libpthread.so.0

No symbol table info available.

#7 0x000000348c2d2f7d in sysctl () from /lib64/libc.so.6

No symbol table info available.

#8 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