Comment 7 for bug 212662

Revision history for this message
In , Will Thompson (wjt) wrote :

If you supply incorrect credentials haze crashes on connection, every time.

Shortly after

(haze:20176): tp-glib-DEBUG: tp_base_connection_change_status: was 1, now 2, for reason 3
** (haze:20176): DEBUG: haze_im_channel_factory_iface_close_all: closing im channels
(haze:20176): tp-glib-DEBUG: tp_base_connection_change_status: emitting status-changed to 2, for reason 3
** Message: [info] account: Disconnecting account 0x9261ee0
** Message: [info] connection: Disconnecting connection 0x9265588
** Message: [info] connection: Destroying connection 0x9265588

you dereference freed memory of some form, usually because the prpl is inspecting its info stored on the connection after it's destroyed.