Comment 2 for bug 1839653

Revision history for this message
Jeff Young (jeyjey) wrote :

This dies trying to log an error parsing an accelerator while updating the menu. It's either:

wxLogDebug(wxT("Unknown accel modifier: '%s'"), current.c_str());

or:

wxLogDebug(wxT("No accel key found, accel string ignored."));

or:

wxLogDebug(wxT("Unrecognized accel key '%s', accel string ignored."), current.c_str());

The actual SIGSEGV is in the logging code, and may be related to the crash-on-quit we've seen a couple of times trying to delete a NULL logger.