<<< Date Index >>>     <<< Thread Index >>>

Re: Mutt just hangs



On 2007-12-21, Richard Patchen <Rich.Patchen@xxxxxxxx> wrote:
> I am trying to run mutt on my SGI (see configuration options below).  
> However when I submit the command, it just hangs.  A ps -ef reveals that 
> two processes are running.  I have to issue a kill command to cancel the 
> jobs. 
> I sent the issue to the users group (see below) who suggested using -F 
> /dev/null; however, it still hung.  Can you help?

I would build it with debug symbols turned on.  You can do this by 
specifying the --enable-debug option to configure.  Then after it 
hangs, use ps to find the PID of the hung mutt and attach gdb to 
that process.  You can use gdb to find what mutt is waiting for, or 
it is in an infinite loop, why the loop is not terminating.

Does it always hang, or just with the -a option?

HTH,
Gary