|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
#7259: crash at gtkaccount.c, "add account" crashes#7259: 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/7259> Pidgin <http://pidgin.im> Pidgin _______________________________________________ Tracker mailing list Tracker@... http://pidgin.im/cgi-bin/mailman/listinfo/tracker |
|
|
Re: #7259: crash at gtkaccount.c, "add account" crashes#7259: crash at gtkaccount.c, "add account" crashes
---------------------+------------------------------------------------------ Reporter: jonassa | Owner: lschiere Type: defect | Status: new Milestone: | Component: unclassified Version: 2.5.1 | Resolution: Keywords: | ---------------------+------------------------------------------------------ Description changed by jonassa: Old description: > 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. New description: Line 478 in gtkaccount.c fails because dialog->prpl_info is null, running version Pidgin 2.5.1: <verbatim> 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"); </verbatim> 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/7259#comment:1> Pidgin <http://pidgin.im> Pidgin _______________________________________________ Tracker mailing list Tracker@... http://pidgin.im/cgi-bin/mailman/listinfo/tracker |
|
|
Re: #7259: crash at gtkaccount.c, "add account" crashes#7259: crash at gtkaccount.c, "add account" crashes
---------------------+------------------------------------------------------ Reporter: jonassa | Owner: lschiere Type: defect | Status: closed Milestone: | Component: unclassified Version: 2.5.1 | Resolution: duplicate Keywords: | ---------------------+------------------------------------------------------ Changes (by QuLogic): * status: new => closed * resolution: => duplicate Comment: Closed as duplicate of #7258. -- Ticket URL: <http://developer.pidgin.im/ticket/7259#comment:2> Pidgin <http://pidgin.im> Pidgin _______________________________________________ Tracker mailing list Tracker@... http://pidgin.im/cgi-bin/mailman/listinfo/tracker |
| Free Forum Powered by Nabble | Forum Help |