benklop / microblog-purple

Automatically exported from code.google.com/p/microblog-purple
GNU General Public License v3.0
0 stars 0 forks source link

segfault when disabling account while reconnect #255

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect the Twitter account, and get error message "Authorization failed" 
(don't know if it's Twitter's fault or the plugin's or mine... ;-))
2. Click "Reconnect" on the notification window in the buddy list
3. While reconnecting, disable the Twitter account.

What is the expected output? What do you see instead?
The Twitter account is disabled. Instead, Pidgin segfaults, see the log and 
backtrace attached.

What version of the product are you using? On what operating system?
pidgin-2.9.0-1ubuntu0+pidgin2.10.04 from Pidgin Developer's PPA, 
microblog-purple r387, with patch from issue #193.

Original issue reported on code.google.com by goo...@rohieb.name on 27 Sep 2011 at 9:27

Attachments:

GoogleCodeExporter commented 9 years ago
I have a similar problem, Fire up pidgin.  I have two skype accounts and one 
Microsoft office account setup.  I go to disable any account and I get a 
segfault.

******@*****:~$ uname -a
Linux ********** 3.0.0-15-generic #26-Ubuntu SMP Fri Jan 20 17:23:00 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

jstewa0123c@cacvsal-jasons:~$ aptitude show pidgin

Package: pidgin                          
New: yes
State: installed
Automatically installed: no
Version: 1:2.10.0-0ubuntu2
Priority: optional
Section: net
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uncompressed Size: 2,413 k

From gdb not much information is being collected. 

...
[New Thread 0x7fa101632700 (LWP 2913)]

Program received signal SIGSEGV, Segmentation fault.
0x00007fa11dc0d1a7 in XSync ()
   from /usr/lib/x86_64-linux-gnu/libX11.so.6
(gdb) 

Original comment by brody...@gmail.com on 6 Feb 2012 at 5:32