From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6058 invoked from network); 28 Sep 2001 10:04:18 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Sep 2001 10:04:18 -0000 Received: (qmail 22346 invoked by alias); 28 Sep 2001 10:04:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15890 Received: (qmail 22327 invoked from network); 28 Sep 2001 10:04:09 -0000 From: Bart Schaefer Message-Id: <1010928100405.ZM16401@candle.brasslantern.com> Date: Fri, 28 Sep 2001 10:04:05 +0000 In-Reply-To: <1010928095724.ZM16337@candle.brasslantern.com> Comments: In reply to Bart Schaefer "PATCH: Re: Failure of Test/V01 in 4.1.0-dev-2" (Sep 28, 9:57am) References: <001901c147e7$87af3ab0$21c9ca95@mow.siemens.ru> <1010928095724.ZM16337@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Core dump unloading zsh/zftp MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 28, 9:57am, Bart Schaefer wrote: } } However, it appears that "zmodload -u zsh/zftp" dumps core even if the } zsh/net/tcp module is still loaded, so there's some kind of a bug in } zftp.c. Running: zmodload zsh/zftp zmodload -u zsh/zftp Crashes with this stack trace: (gdb) where #0 0x401ade30 in zfclose (leaveparams=0) at ../../../zsh-4.0/Src/Modules/zftp.c:2662 #1 0x401aefee in zftp_cleanup () at ../../../zsh-4.0/Src/Modules/zftp.c:3080 It appears that the zfsessions linklist is not empty, even though there is no valid session in it anywhere. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net