login
Header Space

 
 

git-gui hangs on read

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Monday, April 21, 2008 - 10:23 am

I just upgraded a few machines (RHEL 4.4) to the latest stable, and
git-gui stopped working.  It just hangs forever if it's in a git
repository.  If it's not in a repository, it will open up the dialog
that lets you create or open a repository.  I'm not sure what's going
on, but here's the tail end of the strace -f:

[pid 16903] open("/usr/share/aspell/standard.kbd", O_RDONLY) = 3
[pid 16903] fstat(3, {st_mode=S_IFREG|0644, st_size=100, ...}) = 0
[pid 16903] mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a983ce000
[pid 16903] read(3, "# Standard keyboard data file\n\nq"..., 4096) = 100
[pid 16903] read(3, "", 4096)           = 0
[pid 16903] close(3)                    = 0
[pid 16903] munmap(0x2a983ce000, 4096)  = 0
[pid 16903] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
[pid 16903] mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a983ce000
[pid 16903] write(1, "@(#) International Ispell Versio"..., 68 <unfinished ...>
[pid 16897] <... read resumed> "@(#) International Ispell Versio"..., 4096) = 68
[pid 16903] <... write resumed> )       = 68
[pid 16903] fstat(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
[pid 16903] mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a983cf000
[pid 16903] read(0,  <unfinished ...>
[pid 16897] write(5, "!\n$$cr master\n", 14) = 14
[pid 16903] <... read resumed> "!\n$$cr master\n", 4096) = 14
[pid 16897] read(6,  <unfinished ...>
[pid 16903] read(0,

Has anyone seen this before?  I wanted to get some other eyeballs on
this before I dive into this rabbit hole.

-- 
Benjamin A. Collins <ben.collins@acm.org>
--
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, 10:23 am)
Re: git-gui hangs on read, Shawn O. Pearce, (Mon Apr 21, 8:13 pm)
Re: git-gui hangs on read, Benjamin Collins, (Tue Apr 22, 9:34 am)
Re: git-gui hangs on read, Shawn O. Pearce, (Tue Apr 22, 7:25 pm)
Re: git-gui hangs on read, Gustaf Hendeby, (Wed Apr 23, 4:50 am)
Re: git-gui hangs on read, Benjamin Collins, (Wed Apr 23, 10:16 am)
Re: git-gui hangs on read, Gustaf Hendeby, (Wed Apr 23, 10:49 am)
Re: git-gui hangs on read, Shawn O. Pearce, (Wed Apr 23, 9:00 pm)
Re: git-gui hangs on read, Gustaf Hendeby, (Thu Apr 24, 2:54 am)
Re: git-gui hangs on read, Shawn O. Pearce, (Thu Apr 24, 9:02 pm)
Re: git-gui hangs on read, Gustaf Hendeby, (Fri Apr 25, 2:45 am)
Re: git-gui hangs on read, Benjamin Collins, (Mon Apr 21, 5:05 pm)
speck-geostationary