From: Alan Third <alan@idiocy.org>
To: John Wiegley <jwiegley@gmail.com>
Cc: 23331@debbugs.gnu.org
Subject: bug#23331: 25.0.92; Cannot create temporary file ending in a period on OS X
Date: Tue, 19 Jul 2016 22:47:07 +0100 [thread overview]
Message-ID: <20160719214707.GA13078@breton.holly.idiocy.org> (raw)
In-Reply-To: <m2d1m91jkg.fsf@newartisans.com>
On Tue, Jul 19, 2016 at 01:03:59PM -0700, John Wiegley wrote:
> >>>>> Alan Third <alan@idiocy.org> writes:
>
> > I feel a bit weird about this, but I still can't reproduce it and it's been
> > over seven weeks with no response, so I'm inclined to close the bug.
>
> Still happens reliably here, and based on bug reports on GitHub, others are
> experiencing it as well. It doesn't happen in 24.
Is there anything else involved? I’m only doing:
Emacs -Q
M-: (make-temp-name "index.magit.") RET
Can you try either running in a debugger and finding out what the
‘data’ variable contains at line 716 of fileio.c (just before
‘if (!check_existing (data))’), or putting something like:
printf("filename: %s\n", data);
on that same line?
The make_temp_name function generates a name and then tests to see if
it already exists and it’s this test that’s throwing up the error. My
first thought is that it’s possible that it’s generating an invalid
file name, so it would be good to see exactly what that name is.
Also, what’s the PWD?
Thanks!
--
Alan Third
next prev parent reply other threads:[~2016-07-19 21:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-21 16:30 bug#23331: 25.0.92; Cannot create temporary file ending in a period on OS X John Wiegley
2016-04-21 16:47 ` Eli Zaretskii
2016-05-26 20:25 ` Alan Third
2016-07-19 19:41 ` Alan Third
2016-07-19 20:03 ` John Wiegley
2016-07-19 21:47 ` Alan Third [this message]
2016-12-07 20:38 ` Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160719214707.GA13078@breton.holly.idiocy.org \
--to=alan@idiocy.org \
--cc=23331@debbugs.gnu.org \
--cc=jwiegley@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.