Maulieo / flist-pidgin

Automatically exported from code.google.com/p/flist-pidgin
0 stars 0 forks source link

Deactivating F-List causes Pidgin to crash. #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch Pidgin 2.10.7 on Windows 8 with an existing F-List profile active.
2. Attempt to deactivate the F-List profile within the first minute of 
launching the application.
3. Pidgin will crash, and trigger a Windows Error Report.

What is the expected output? What do you see instead?
Expected: Pidgin would deactivate the profile and not connect you to the F-List 
network.
Received: Pidgin has stopped working message on each attempt.

What version of the product are you using? On what operating system?
libflist-0.2.7.0 and libflist-0.2.8.0 both produce this issue on Windows 8 Pro 
with Media Center x64, using Pidgin 2.10.7.

Please provide any additional information below.
If one waits for a minute or two before trying to deactivate the profile, 
Pidgin does not crash.
I've included what I was able to extract from Windows Error Reporting, in case 
it gives you any detail that I may have omitted.

Original issue reported on code.google.com by j.hob...@gmail.com on 18 Feb 2013 at 2:44

Attachments:

GoogleCodeExporter commented 8 years ago
I had the same problem on Linux and Windows. The attached patch solved it for 
me. The problem was an incorrect use of purple_proxy_connect_cancel which 
should take a PurpleProxyConnectData pointer instead of the connection handle. 
Calling the correct libpurple function did the trick.

Original comment by v...@jackal.fr on 28 May 2014 at 12:18

Attachments: