Skip to content

Instantly share code, notes, and snippets.

View SilvioDoMine's full-sized avatar
🤩
Amazed by new things

Arthur Henrique SilvioDoMine

🤩
Amazed by new things
  • PB, Brazil
View GitHub Profile
@SilvioDoMine
SilvioDoMine / current 17-11-18
Created November 18, 2018 02:03
Crash on Object.h
01:30:08 01:30:27 01:30:28 01:30:37 01:30:42 01:30:42 01:30:45
Thread 10 "mangosd" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe4512700 (LWP 21331)]
0x0000555555ed49b1 in Object::GetUInt64Value (this=0x0, index=0) at /home/mangos/mangos/src/game/Entities/Object.h:401
401 MANGOS_ASSERT(index + 1 < m_valuesCount || PrintIndexError(index, false));
CRASHLOG BEGIN
Using the running image of child Thread 0x7fffe4512700 (LWP 21331).
Program stopped at 0x555555ed49b1.
@SilvioDoMine
SilvioDoMine / coredump
Last active October 4, 2018 19:05
Core dump of cmangos issue #1359
// CRASH HOURS LATER
15:40:07 New Session key B83C273E36450CD0973549A34AB1E206A876A7937DB82879434C1DAE9C101F6B
Thread 15 "mangosd" received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffcbf20700 (LWP 9801)]
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
CRASHLOG BEGIN
@SilvioDoMine
SilvioDoMine / debug
Last active October 3, 2018 20:28
Core Dump
Thread 8 "mangosd" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffddc66700 (LWP 422)]
0x0000555555b42345 in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Alloc_hider::_Alloc_hider (__a=..., __dat=0x7fffddc65d40 "\270\t", this=0x7fffddc65d30) at /usr/include/c++/6/bits/basic_string.h:110
110 : allocator_type(__a), _M_p(__dat) { }
CRASHLOG BEGIN
Using the running image of child Thread 0x7fffddc66700 (LWP 422).
Program stopped at 0x555555b42345.
It stopped with signal SIGSEGV, Segmentation fault.