Comment 12 for bug 1822678

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

The #5, #6 and #10 crashes look to be wxString's lack of support for multi-threading.

This usually comes up when a global string is referenced from a thread. Is the connection updating stuff threaded?