From owner-freebsd-current Mon Nov 25 13: 4:28 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F4237B401 for ; Mon, 25 Nov 2002 13:04:27 -0800 (PST) Received: from horkos.telenet-ops.be (horkos.telenet-ops.be [195.130.132.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34B5F43EA9 for ; Mon, 25 Nov 2002 13:04:26 -0800 (PST) (envelope-from philip@paeps.cx) Received: from localhost (localhost.localdomain [127.0.0.1]) by horkos.telenet-ops.be (Postfix) with SMTP id 3FCCA84C6A for ; Mon, 25 Nov 2002 22:04:25 +0100 (CET) Received: from fortuna.home.paeps.cx (D5768746.kabel.telenet.be [213.118.135.70]) by horkos.telenet-ops.be (Postfix) with ESMTP id 27E8E846D7 for ; Mon, 25 Nov 2002 22:04:25 +0100 (CET) Received: from juno.home.paeps.cx (juno [10.0.0.2]) by fortuna.home.paeps.cx (Postfix) with ESMTP id B11A5AE0 for ; Mon, 25 Nov 2002 22:04:24 +0100 (CET) Received: by juno.home.paeps.cx (Postfix, from userid 1001) id 4033043; Mon, 25 Nov 2002 22:04:24 +0100 (CET) Date: Mon, 25 Nov 2002 22:04:23 +0100 From: Philip Paeps To: current@FreeBSD.ORG Subject: Re: I'm impressed, but ... Message-ID: <20021125210423.GA617@juno.home.paeps.cx> Mail-Followup-To: current@FreeBSD.ORG References: <20021125004934.GA604@juno.home.paeps.cx> <20021125194122.GA17986@angelica.unixdaemons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20021125194122.GA17986@angelica.unixdaemons.com> X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get yourself a real mail client. Try Mutt: User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-11-25 14:41:22 (-0500), Hiten Pandya wrote: > On Mon, Nov 25, 2002 at 01:49:34AM +0100, Philip Paeps wrote the words in effect of: > > As I said, I'm happy to help analyse and debug these issues, but I don't know > > where to look :-) > > Can you try using `ktrace`, like this: > > root# ktrace mutt (or the command which makes it hang) > root# kdump -f ktrace.out (this is the output needed) This is the last screenfull of kdump: 567 mutt CALL stat(0xbfbfebb0,0xbfbfeb50) 567 mutt NAMI "/home/philip/Maildir/lists/bsd/freebsd-current/cur" 567 mutt RET stat 0 567 mutt CALL stat(0xbfbfebb0,0xbfbfeb50) 567 mutt NAMI "/home/philip/Maildir/lists/bsd/freebsd-current/new" 567 mutt RET stat 0 567 mutt CALL stat(0xbfbfebb0,0xbfbfeae0) 567 mutt NAMI "/home/philip/Maildir/lists/bsd/freebsd-current/new" 567 mutt RET stat 0 567 mutt CALL open(0xbfbfebb0,0x4,0xbfbfe9e8) 567 mutt NAMI "/home/philip/Maildir/lists/bsd/freebsd-current/new" 567 mutt RET open 3 567 mutt CALL fstat(0x3,0xbfbfeae0) 567 mutt RET fstat 0 567 mutt CALL fcntl(0x3,0x2,0x1) 567 mutt RET fcntl 0 567 mutt CALL fstatfs(0x3,0xbfbfe9e0) 567 mutt RET fstatfs 0 567 mutt CALL getdirentries(0x3,0x80f4000,0x1000,0x80f3054) 567 mutt RET getdirentries 12/0x200 567 mutt CALL write(0x1,0x80e2000,0x2) 567 mutt GIO fd 1 wrote 2 bytes " 1" 567 mutt RET write 2 567 mutt CALL getdirentries(0x3,0x80f4000,0x1000,0x80f3054) 567 mutt RET getdirentries 0 567 mutt CALL lseek(0x3,0,0,0,0) 567 mutt RET lseek 0 567 mutt CALL close(0x3) 567 mutt RET close 0 567 mutt CALL open(0xbfbfebb0,0,0x1b6) 567 mutt NAMI "/home/philip/Maildir/lists/bsd/freebsd-current/new/1038256312.43736_1.fortuna.home.paeps.cx" Before it is a few megs of the same. Basically Mutt reading my mailbox. Anything else I can do to help? - Philip -- Philip Paeps Please don't CC me, I am philip@paeps.cx subscribed to the list. BOFH Excuse #225: It's those computer people in X {city of world}. They keep stuffing things up. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message