Ir al final de los metadatos
Ir al inicio de los metadatos

Estás viendo una versión antigua de esta página. Ve a la versión actual.

Comparar con el actual Ver el historial de la página

« Anterior Versión 5 Siguiente »

compile trinitycore with -DASAN=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo

start core with:

ASAN_OPTIONS=halt_on_error=0:verbosity=1:log_path=worldasan/worldasan:detect_stack_use_after_return=1 LSAN_OPTIONS=verbosity=1:log_threads=1 ./worldserver

enjoy your valgrind like debug without slowing your server like hell.

More read https://github.com/google/sanitizers/wiki/AddressSanitizer

  • Sin etiquetas