GNU bug report logs -
#29070
26.0.90; (file-attributes dir) => nil, even though (and (file-exists-p dir) (file-directory-p dir)) => t
Previous Next
Reported by: rrandresf <at> gmail.com
Date: Mon, 30 Oct 2017 20:03:01 UTC
Severity: normal
Found in version 26.0.90
Done: Andreas Schwab <schwab <at> linux-m68k.org>
Bug is archived. No further changes may be made.
Full log
Message #49 received at 29070 <at> debbugs.gnu.org (full text, mbox):
Hi Noam.
> gdb --args ./emacs -Q
> (gdb) run
I have been able of debug it. The error seems to be inside this function. When doing M-x
server-start. Any other tip for debugging it?
--8<---------------cut here---------------start------------->8---
return file_attributes (AT_FDCWD, SSDATA (encoded), Qnil, filename,
id_format);
--8<---------------cut here---------------end--------------->8---
Is it ok to pass this code?
--8<---------------cut here---------------start------------->8---
if (err != 0)
return unbind_to (count, Qnil);
--8<---------------cut here---------------end--------------->8---
> You mentioned other Emacs versions on the same machine. Is it only
> 26.0.90 which shows this problem (and only on the one machine)?
Yes. You are Right 26.0.90 is the only one that exhibits this
problem. It is debian jessie.
This bug report was last modified 7 years and 204 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.