Date: Mon, 25 Nov 2002 22:04:23 +0100 From: Philip Paeps <philip@paeps.cx> To: current@FreeBSD.ORG Subject: Re: I'm impressed, but ... Message-ID: <20021125210423.GA617@juno.home.paeps.cx> In-Reply-To: <20021125194122.GA17986@angelica.unixdaemons.com> References: <20021125004934.GA604@juno.home.paeps.cx> <20021125194122.GA17986@angelica.unixdaemons.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-11-25 14:41:22 (-0500), Hiten Pandya <hiten@angelica.unixdaemons.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021125210423.GA617>
