Applying antiseptic to torso causes crash

image

The program has crashed.
See the log file for a stack trace.
CRASH LOG FILE: ./config/crash.log
VERSION: d6ec466
TYPE: Signal
MESSAGE: SIGSEGV: Segmentation fault
STACK TRACE:

  #0
    (dbghelp: @0x7ff675315590[cataclysm-tiles.exe+0x235590]), 
    (libbacktrace: debug_write_backtrace(std::ostream&)+0x9e@0x140235590),
    0x140235590    src/debug.cpp:1119    debug_write_backtrace(std::ostream&)
  #1
    (dbghelp: @0x7ff6752fdc61[cataclysm-tiles.exe+0x21dc61]), 
    (libbacktrace: log_crash+0x1d2@0x14021dc61),
    0x14021dc61    /opt/mxe/usr/lib/gcc/x86_64-w64-mingw32.static.gcc11/11.2.0/include/c++/sstream:917    std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const
    0x14021dc61    src/crash.cpp:85    log_crash
  #2
    (dbghelp: @0x7ff6752fde8f[cataclysm-tiles.exe+0x21de8f]), 
    (libbacktrace: signal_handler+0x52@0x14021de8f),
    0x14021de8f    src/crash.cpp:137    signal_handler
  #3
    (dbghelp: @0x7ff675c49ff2[cataclysm-tiles.exe+0xb69ff2]), 
    (libbacktrace: gnu_exception_handler+0x182@0x140b69ff2),
    0x140b69ff2    /opt/mxe/tmp-gcc-x86_64-w64-mingw32.static.gcc11/gcc-11.2.0.build_/mingw-w64-v9.0.0/mingw-w64-crt/crt/crt_handler.c:224    _gnu_exception_handler
  #4
    (dbghelp: _C_specific_handler+0x98@0x7ffafca9ad58[msvcrt.dll+0x2ad58]), 
    (backtrace_syminfo failed: errno = -1, msg = no symbol table in PE/COFF executable),
    (backtrace_pcinfo failed: errno = -1, msg = no debug info in PE/COFF executable),
  #5
    (dbghelp: _chkstk+0x12f@0x7ffafd6882ff[ntdll.dll+0xa82ff]), 
    (backtrace_syminfo failed: errno = -1, msg = no symbol table in PE/COFF executable),
    (backtrace_pcinfo failed: errno = -1, msg = no debug info in PE/COFF executable),
  #6
    (dbghelp: RtlRestoreContext+0x8aa@0x7ffafd615a0a[ntdll.dll+0x35a0a]), 
    (backtrace_syminfo failed: errno = -1, msg = no symbol table in PE/COFF executable),
    (backtrace_pcinfo failed: errno = -1, msg = no debug info in PE/COFF executable),
  #7
    (dbghelp: KiUserExceptionDispatcher+0x2e@0x7ffafd68730e[ntdll.dll+0xa730e]), 
    (backtrace_syminfo failed: errno = -1, msg = no symbol table in PE/COFF executable),
    (backtrace_pcinfo failed: errno = -1, msg = no debug info in PE/COFF executable),
  #8
    (dbghelp: @0x7ff6754f6b1c[cataclysm-tiles.exe+0x416b1c]), 
    (libbacktrace: item::get_usable_item(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)+0x8@0x140416b1c),
    0x140416b1c    src/item.cpp:11489    item* item::get_usable_item_helper<item>(item&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
    0x140416b1c    src/item.cpp:11511    item::get_usable_item(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
  #9
    (dbghelp: @0x7ff67510ac70[cataclysm-tiles.exe+0x2ac70]), 
    (libbacktrace: firstaid_activity_actor::finish(player_activity&, Character&)+0x88@0x14002ac70),
    0x14002ac70    src/activity_actor.cpp:5735    firstaid_activity_actor::finish(player_activity&, Character&)
  #10
    (dbghelp: @0x7ff675938bcf[cataclysm-tiles.exe+0x858bcf]), 
    (libbacktrace: player_activity::do_turn(Character&)+0x777@0x140858bcf),
    0x140858bcf    src/player_activity.cpp:374    player_activity::do_turn(Character&)
  #11
    (dbghelp: @0x7ff67587fa35[cataclysm-tiles.exe+0x79fa35]), 
    (libbacktrace: npc::do_player_activity()+0xd1@0x14079fa35),
    0x14079fa35    src/npcmove.cpp:3251    npc::do_player_activity()
  #12
    (dbghelp: @0x7ff67588b994[cataclysm-tiles.exe+0x7ab994]), 
    (libbacktrace: npc::execute_action(npc_action)+0x1134@0x1407ab994),
    0x1407ab994    src/npcmove.cpp:1390    npc::execute_action(npc_action)
  #13
    (dbghelp: @0x7ff67588c88b[cataclysm-tiles.exe+0x7ac88b]), 
    (libbacktrace: npc::move()+0xd2d@0x1407ac88b),
    0x1407ac88b    src/npcmove.cpp:1044    npc::move()
  #14
    (dbghelp: @0x7ff675366113[cataclysm-tiles.exe+0x286113]), 
    (libbacktrace: do_turn()+0x13f6@0x140286113),
    0x140286113    src/do_turn.cpp:508    monmove
    0x140286113    src/do_turn.cpp:804    do_turn()
  #15
    (dbghelp: @0x7ff6766f4186[cataclysm-tiles.exe+0x1614186]), 
    (libbacktrace: main+0x1e80@0x141614186),
    0x141614186    src/main.cpp:816    main
  #16
    (dbghelp: @0x7ff6750e13c1[cataclysm-tiles.exe+0x13c1]), 
    (libbacktrace: _tmainCRTStartup+0x231@0x1400013c1),
    0x1400013c1    /opt/mxe/tmp-gcc-x86_64-w64-mingw32.static.gcc11/gcc-11.2.0.build_/mingw-w64-v9.0.0/mingw-w64-crt/crt/crtexe.c:323    __tmainCRTStartup
  #17
    (dbghelp: @0x7ff6750e14d6[cataclysm-tiles.exe+0x14d6]), 
    (libbacktrace: WinMainCRTStartup+0x16@0x1400014d6),
    0x1400014d6    /opt/mxe/tmp-gcc-x86_64-w64-mingw32.static.gcc11/gcc-11.2.0.build_/mingw-w64-v9.0.0/mingw-w64-crt/crt/crtexe.c:178    WinMainCRTStartup
  #18
    (dbghelp: BaseThreadInitThunk+0x10@0x7ffafc0554e0[KERNEL32.DLL+0x154e0]), 
    (backtrace_syminfo failed: errno = -1, msg = no symbol table in PE/COFF executable),
    (backtrace_pcinfo failed: errno = -1, msg = no debug info in PE/COFF executable),
  #19
    (dbghelp: RtlUserThreadStart+0x2b@0x7ffafd5e485b[ntdll.dll+0x485b]), 
    (backtrace_syminfo failed: errno = -1, msg = no symbol table in PE/COFF executable),
    (backtrace_pcinfo failed: errno = -1, msg = no debug info in PE/COFF executable),