Re: git-gui hangs on read

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Monday, April 21, 2008 - 5:13 pm

Benjamin Collins <ben.collins@acm.org> wrote:
...

Nope.  This was a new feature of git-gui 0.10; we now launch an
aspell session in the background via a bi-directional pipe and
use it to spell check the commit message area on the fly.  The
reason Git 1.5.4 doesn't have this problem is because it ships
with git-gui 0.9.x, which doesn't have this spell check.

I'm not sure why your system is hanging.  I've used git-gui 0.10
on Mac OS 10.4, 10.5 and Windows without any issues for many weeks
prior to the 1.5.5 release.  Doesn't mean there isn't possibly
something wrong here, I just had thought this was pretty stable
code at this point.

From the strace it looks like your aspell is not giving us a
reply to the "$$cr master" command.  What does this give you?

	aspell --mode=none --encoding=UTF-8 pipe <<EOF
	!
	$$cr master
	EOF

-- 
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git-gui hangs on read, Benjamin Collins, (Mon Apr 21, 7:23 am)
Re: git-gui hangs on read, Benjamin Collins, (Mon Apr 21, 2:05 pm)
Re: git-gui hangs on read, Shawn O. Pearce, (Mon Apr 21, 5:13 pm)
Re: git-gui hangs on read, Benjamin Collins, (Tue Apr 22, 6:34 am)
Re: git-gui hangs on read, Shawn O. Pearce, (Tue Apr 22, 4:25 pm)
Re: git-gui hangs on read, Gustaf Hendeby, (Wed Apr 23, 1:50 am)
Re: git-gui hangs on read, Benjamin Collins, (Wed Apr 23, 7:16 am)
Re: git-gui hangs on read, Gustaf Hendeby, (Wed Apr 23, 7:49 am)
Re: git-gui hangs on read, Shawn O. Pearce, (Wed Apr 23, 6:00 pm)
Re: git-gui hangs on read, Gustaf Hendeby, (Wed Apr 23, 11:54 pm)
Re: git-gui hangs on read, Shawn O. Pearce, (Thu Apr 24, 6:02 pm)
Re: git-gui hangs on read, Gustaf Hendeby, (Thu Apr 24, 11:45 pm)