Fidera-Global
Banned User
- Joined
- Jun 13, 2017
- Messages
- 32
- Solutions
- 1
- Reaction score
- 2
tfs 1.2
skype: [email protected]
payment paypal or bitcoins
log gdb:
protocolgame.cpp
hastebin
skype: [email protected]
payment paypal or bitcoins
log gdb:
Code:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./tfs --log-file output.txt error.txt'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000000000058606f in to_string (__val=<error reading variable: Cannot access memory at address 0x8c0>) at /usr/include/c++/4.8/bits/basic_string.h:2872
2872 "%u", __val); }
(gdb) thread 1
[Switching to thread 1 (Thread 0x7f31a0ee4700 (LWP 19851))]
#0 0x000000000058606f in to_string (__val=<error reading variable: Cannot access memory at address 0x8c0>) at /usr/include/c++/4.8/bits/basic_string.h:2872
2872 "%u", __val); }
(gdb) bt
#0 0x000000000058606f in to_string (__val=<error reading variable: Cannot access memory at address 0x8c0>) at /usr/include/c++/4.8/bits/basic_string.h:2872
#1 ProtocolGame::sendCoinBalance (this=0x900a6d8) at protocolgame.cpp:2079
#2 0x000000000058639d in operator() (__closure=<optimized out>, client=...) at protocolgame.cpp:2067
#3 __call<void, 0ul> (__args=<optimized out>, this=<optimized out>) at /usr/include/c++/4.8/functional:1296
#4 operator()<, void> (this=<optimized out>) at /usr/include/c++/4.8/functional:1355
#5 std::_Function_handler<void(), std::_Bind<ProtocolGame::updateCoinBalance()::__lambda3(std::shared_ptr<ProtocolGame>)> >::_M_invoke(const std::_Any_data &) (__functor=...) at /usr/include/c++/4.8/functional:2071
#6 0x00000000005b6278 in operator() (this=0x177b4cd0) at /usr/include/c++/4.8/functional:2471
#7 operator() (this=0x177b4cc0) at tasks.h:42
#8 Dispatcher::threadMain (this=0x851ce0 <g_dispatcher>) at tasks.cpp:50
#9 0x00007f31a1eb5a60 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#10 0x00007f31a0eed184 in start_thread (arg=0x7f31a0ee4700) at pthread_create.c:312
#11 0x00007f31a161dbed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
protocolgame.cpp
hastebin
Last edited: