From owner-freebsd-questions@FreeBSD.ORG Sat Jul 5 14:33:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE4837B401 for ; Sat, 5 Jul 2003 14:33:52 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id F24E243FF5 for ; Sat, 5 Jul 2003 14:33:51 -0700 (PDT) (envelope-from mbsd@pacbell.net) Received: from atlas (adsl-64-166-23-192.dsl.snfc21.pacbell.net [64.166.23.192]) by mta7.pltn13.pbi.net (8.12.9/8.12.3) with ESMTP id h65LXoDl018283; Sat, 5 Jul 2003 14:33:51 -0700 (PDT) Date: Sat, 5 Jul 2003 14:33:50 -0700 (PDT) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= X-X-Sender: mikko@atlas.home To: Edy Lie In-Reply-To: <1057430427.2590.0.camel@ps2.consoledojo.com> Message-ID: <20030705143035.D456@atlas.home> References: <1057430427.2590.0.camel@ps2.consoledojo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@FreeBSD.ORG Subject: Re: IglooFTP in free(): error: chunk is already free X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2003 21:33:52 -0000 On Sat, 6 Jul 2003, Edy Lie wrote: > anyone install iglooftp from ports and run it on KDE3.1 ? > > For some reasons when i tried to launch it from command line, i am > getting that error message. > > Any idea ? It means there's a bug in IglooFTP. Put the following patch in /usr/ports/ftp/IglooFTP/files/patch-ad and rebuild the port, then things should work better. $.02, /Mikko patch-ad: --- dir_tree.c.org Sat Jul 5 14:26:53 2003 +++ dir_tree.c Sat Jul 5 14:27:02 2003 @@ -153,7 +153,6 @@ new_ptr[0] = 'B'; gtk_ctree_node_set_row_data_full (ctree, parent, strdup (new_ptr), (GtkDestroyNotify) free); free (new_ptr); - free (ptr); // verify that this is a good thing to do PARENT_BROWSED_FLAG = TRUE; }