nwnxee / unified

Binaries available under the Releases tab on Github
https://nwnxee.github.io/unified
GNU General Public License v3.0
128 stars 91 forks source link

Core: _ZN7NWNXLib8Platform13GetStackTraceB5cxx11Eh #1735

Open julien-lecomte opened 4 months ago

julien-lecomte commented 4 months ago

While doing tests with a mostly empty server. Compiled nss with nwnsc, packed module with nasher.

==============================================================
 NWNX 8193.36-11 (910e0e79ef) has crashed. Fatal error: Segmentation fault (11).
 Please file a bug at https://github.com/nwnxee/unified/issues
==============================================================

  Backtrace:
    ./NWNX_Core.so(_ZN7NWNXLib8Platform13GetStackTraceB5cxx11Eh+0x3b) [0x7f35bdca250b]
    ./NWNX_Core.so(nwnx_signal_handler+0xae) [0x7f35bdc51dde]
    /lib/x86_64-linux-gnu/libc.so.6(+0x3bfd0) [0x7f35bd65afd0]
    ./nwserver-linux(_ZN15CVirtualMachine14ReadScriptFileEP10CExoStringi+0xff) [0x559a1156825f]
    ./nwserver-linux(_ZN15CVirtualMachine9RunScriptEP10CExoStringjii+0xb5) [0x559a1156b385]
    /home/julien/games/nwn/nwn-server/bin/linux-x86/NWNX_Profiler.so(+0x217d7) [0x7f35bc4e27d7]
    ./nwserver-linux(_ZN26CNWSVirtualMachineCommands27ExecuteCommandExecuteScriptEii+0xb0) [0x559a111ad850]
    ./nwserver-linux(_ZN15CVirtualMachine11ExecuteCodeEPiSt10shared_ptrI9DataBlockEP31CVirtualMachineDebuggingContext+0x800) [0x559a11569790]
    ./nwserver-linux(_ZN15CVirtualMachine13RunScriptFileEi+0x9d) [0x559a1156b0cd]
    ./nwserver-linux(_ZN15CVirtualMachine9RunScriptEP10CExoStringjii+0x1fe) [0x559a1156b4ce]
    /home/julien/games/nwn/nwn-server/bin/linux-x86/NWNX_Profiler.so(+0x217d7) [0x7f35bc4e27d7]
    ./nwserver-linux(_ZN10CNWSModule12EventHandlerEjjPvjj+0x389) [0x559a1109e9e9]
    ./nwserver-linux(_ZN15CServerAIMaster11UpdateStateEv+0x577) [0x559a1111c547]
    /home/julien/games/nwn/nwn-server/bin/linux-x86/NWNX_Profiler.so(+0x19649) [0x7f35bc4da649]
    ./nwserver-linux(_ZN21CServerExoAppInternal8MainLoopEv+0x8ac) [0x559a1113137c]
    /home/julien/games/nwn/nwn-server/bin/linux-x86/NWNX_Profiler.so(+0x1aee9) [0x7f35bc4dbee9]
    /home/julien/games/nwn/nwn-server/bin/linux-x86/NWNX_Profiler.so(_ZN8Profiler8Profiler14MainLoopUpdateEP21CServerExoAppInternal+0x34) [0x7f35bc4d7564]
    ./nwserver-linux(main+0x13f5) [0x559a10dee8f5]
    /lib/x86_64-linux-gnu/libc.so.6(+0x271ca) [0x7f35bd6461ca]
    /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f35bd646285]
Aborted