file-find PANIC
Vladimir Zolotykh <[email protected]>
| Newsgroups | gmane.comp.version-control.arch.user |
|---|---|
| Organization | Eurocom |
| Message-ID | <[email protected]> |
Encountered a problem with the file-find, made a search and found http://savannah.gnu.org/bugs/?func=detailitem&item_id=7502 the bug seems hasn't been fixed yet, because now I observe the same with Tla 1.3-1 (Debian, Sarge). However I think I can make a little norrowing for the nature (and may be location?) of the bug. Please consider the follwing $ tla get [email protected]/clim-change-layout--main--1.0 clim-change-layout * from import revision: [email protected]/clim-change-layout--main--1.0--base-0 * making pristine copy * tree version set [email protected]/clim-change-layout--main--1.0 $ cd clim-change-layout/ $ tla file-find sid.cl Error during call to `vu_chdir' for ./1 (No such file or directory) PANIC: I/O error $ cd .. $ mv clim-change-layout/ foo $ cd foo $ tla file-find sid.cl ./{arch}/++pristine-trees/unlocked/clim-change-layout/clim-change-layout--main/clim-change-layout--main--1.0/[email protected]/clim-change-layout--main--1.0--base-0/./sid.cl $ May be some buffer overflowing when working with long pathnames? -- Vladimir Zolotykh