Open jengelh opened 3 years ago
Can you also attach the debug lines from before the crash, when running pidgin from a terminal with the --debug
flag?
My guess is that it's aborting the connection, but not closing off in-progress connections, maybe?
pidgin 2.13.0, purple-mattermost-2.0
In the “Modify Account” dialog, my server line is
mail.grammm.com/chat
. This works, login succeeds. If, however, I usemail.grammm.com/chat/
(trailing slash), the program crashes with what appears to be the end result of uninitialized memory:My hypothesis is that prpl-mm was unable to deal with the trailing slash, and might not have constructed the PurpleConnection object the right way.