[Pidgin] #11036: Pidgin v2.6.4 Crashes on launch (Windows)
Pidgin
trac at pidgin.im
Wed Dec 23 17:09:36 EST 2009
#11036: Pidgin v2.6.4 Crashes on launch (Windows)
--------------------+-------------------------------------------------------
Reporter: Tabe | Owner: rekkanoryo
Type: defect | Status: pending
Milestone: | Component: winpidgin (gtk)
Version: 2.6.4 | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Changes (by darkrain42):
* status: new => pending
Comment:
What language do you use Pidgin in?
The marked line is 126 (so I think the one above is the one that's
crashing)
{{{
/* Parse the response as XML */
response_node = xmlnode_from_str(response, response_len);
if (response_node == NULL)
{
char *msg;
purple_debug_error("oscar", "startOSCARSession could not parse "
"response as XML: %s\n", response);
/* Note to translators: %s in this string is a URL */
msg = g_strdup_printf(_("Received unexpected response from %s"),
URL_START_OSCAR_SESSION);
>>> purple_connection_error_reason(gc,
PURPLE_CONNECTION_ERROR_NETWORK_ERROR, msg);
g_free(msg);
return FALSE;
}
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/11036#comment:5>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list