Follow-up Comment #4, bug #24846 (project wesnoth):

I gather from the logs that it's a master build at 3f97305 on Linux.

The important part is:
==26604==    by 0x9787D4E: __cxa_pure_virtual (pure.cc:50)
==26604==    by 0x10B266E: events::pump() (in
/home/faure_o/Documents/wesnoth_repo/build/wesnoth-1.13/wesnoth)

Which tells that someone attempted to call a pure virtual function in
events::pump. My best guess is that a destroyed event handler somehow fails to
unregister, leaving behind a dangling pointer. However, without anyone being
able to reproduce, this one will be hard to catch.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?24846>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
Wesnoth-bugs@gna.org
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to