#7258: crash at gtkaccount.c, "add account" crashes
--------------------------+-------------------------------------------------
Reporter: jonassa | Owner: lschiere
Type: defect | Status: new
Component: unclassified | Version: 2.5.1
Keywords: |
--------------------------+-------------------------------------------------
Line 478 in gtkaccount.c fails because dialog->prpl_info is null, running
version Pidgin 2.5.1:
puts("AA");
printf("%p\n", dialog);
printf("%p\n", dialog->prpl_info);
if(!username && PURPLE_PROTOCOL_PLUGIN_HAS_FUNC(dialog->prpl_info,
get_account_text_table))
{
GdkColor color = { 0, 34952, 35466, 34181 };
GHashTable *table;
const char *label;
puts("BB");
As you can see I added some simple debug outputs for my own fault
analysis.
I get this fault when clicking "add account" after a fresh install of
pidgin. I built it, "make install":ed it and it crashes. I cleaned up my
$HOME/.* directories but it is still the same.
--
Ticket URL: <
http://developer.pidgin.im/ticket/7258>
Pidgin <
http://pidgin.im>
Pidgin
_______________________________________________
Tracker mailing list
Tracker@...
http://pidgin.im/cgi-bin/mailman/listinfo/tracker