Closed leolion3 closed 2 years ago
What compiler and linker?
As stated in #202 gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Done some debugging, in dCommon/Diagnostics.cpp
struct backtrace_state* state = backtrace_create_state(
Diagnostics::GetProcessFileName().c_str(),
BACKTRACE_SUPPORTS_THREADS,
ErrorCallback,
nullptr);
struct bt_ctx ctx = {state, 0};
Bt(state);
backtrace_create_state
cant be resolved for whatever reason, running on Ubuntu 18.04 and I've made sure that backtrace.h
does indeed exist.
Platform
Ubuntu
Architecture
x86
Error Logs
Compiling using the
__include_backtrace
flag does not work. CMakeVariables:Stack trace:
Same stack trace happens for the other servers aswell (WorldServer, ChatServer and MasterServer)
Note: I have merged commit 259c236 and this is still an issue