[Bug 407832] Re: transmission crashed with SIGSEGV in g_type_check_instance_cast()

charles charles at transmissionbt.com
Sat Oct 10 08:30:59 BST 2009


Fixed upstream in trunk.

The one-liner patch:

Index: tr-prefs.c
===================================================================
--- tr-prefs.c	(revision 9261)
+++ tr-prefs.c	(working copy)
@@ -1304,7 +1304,8 @@
     gtk_widget_set_sensitive( data->portButton, FALSE );
     gtk_widget_set_sensitive( data->portSpin, FALSE );
     gtk_label_set_markup( GTK_LABEL( data->portLabel ), _( "<i>Testing...</i>" ) );
-    data->portTag = g_signal_connect( data->core, "port-tested", G_CALLBACK(onPortTested), data );
+    if( !data->portTag )
+        data->portTag = g_signal_connect( data->core, "port-tested", G_CALLBACK(onPortTested), data );
     tr_core_port_test( data->core );
 }
 


** Bug watch added: Transmission Trac #2485
   http://trac.transmissionbt.com/ticket/2485

** Also affects: transmission via
   http://trac.transmissionbt.com/ticket/2485
   Importance: Unknown
       Status: Unknown

** Changed in: transmission (Ubuntu)
       Status: New => Confirmed

-- 
transmission crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/407832
You received this bug notification because you are a member of MOTU-P2P,
which is subscribed to transmission in ubuntu.



More information about the Ubuntu-motu-p2p mailing list