gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] [BUG] tla 1.3.2 file-find causes I/O panic


From: Michael Olson
Subject: [Gnu-arch-users] [BUG] tla 1.3.2 file-find causes I/O panic
Date: Thu, 16 Jun 2005 20:47:35 -0500
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

One of my users is experiencing the following problem with the
`file-find' command of tla 1.3.2.

,----
| tla file-find emacs-wiki-colors.el
| 
| Error during call to `vu_chdir' for ./1 (No such file or directory)
| PANIC: I/O error
`----

My archive is available at http://www.mwolson.org/archives/2005, and
the branch is address@hidden/emacs-wiki--main--1.0.

It works fine, however, if he does (for example):

tla file-find contrib/htmlize.el

Here's the last tidbits of strace when calling 'tla file-find
emacs-wiki-colors.el':

,----
| ...
| munmap(0x4019a000, 135168)              = 0
| close(3)                                = 0
| brk(0)                                  = 0x8136000
| brk(0x8137000)                          = 0x8137000
| brk(0)                                  = 0x8137000
| brk(0x8138000)                          = 0x8138000
| brk(0)                                  = 0x8138000
| brk(0x8139000)                          = 0x8139000
| brk(0)                                  = 0x8139000
| brk(0x813a000)                          = 0x813a000
| chdir("/Users/saint/Archives/Emacs/address@hidden") = 0
| open(".", O_RDONLY)                     = 3
| chdir("./1")                            = -1 ENOENT (No such file or 
directory)
| write(2, "Error during call to `vu_chdir\' "..., 36Error during call to 
`vu_chdir' for ) = 36
| write(2, "./1", 3./1)                      = 3
| write(2, " (", 2 ()                       = 2
| write(2, "No such file or directory", 25No such file or directory) = 25
| write(2, ")\n", 2)
| )                      = 2
| write(2, "PANIC: ", 7PANIC: )                  = 7
| write(2, "I/O error", 9I/O error)                = 9
| write(2, "\n", 1
| )                       = 1
| exit_group(2)                           = ?
`----

He has tested this on two different systems (both with a variant of
GNU/Linux), and both show the same problem.

I'm currently using tla 1.3.1 (from Debian), and I don't see this
error.  Any help or advice would be appreciated.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: anime, Debian, XHTML, wiki, Emacs Lisp
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #pulug
 |_] | \| |_| Jabber: mwolson_at_hcoop.net

Attachment: pgpwvn6w4ZUsU.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]