all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#40046: 28.0.50; infinite recursion futimens -> fdutimens -> futimens -> ...
@ 2020-03-12 22:03 Mattias Engdegård
  2020-03-12 23:47 ` Paul Eggert
  0 siblings, 1 reply; 3+ messages in thread
From: Mattias Engdegård @ 2020-03-12 22:03 UTC (permalink / raw)
  To: 40046; +Cc: Paul Eggert

On macOS 10.14, futimens in lib/futimens.c calls fdutimens in lib/utimens.c which calls futimens again, recursing until the stack is full. This cause Fcopy_file to crash, for instance.

No doubt I've made a silly configuration error, but I've wiped the (out-of-tree) build directory, regenerated configure and all. As expedience I commented out the futimens definition. Not sure how this is supposed to work really -- what am I missing? HAVE_FUTIMENS is set in config.h.






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-13 10:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-12 22:03 bug#40046: 28.0.50; infinite recursion futimens -> fdutimens -> futimens -> Mattias Engdegård
2020-03-12 23:47 ` Paul Eggert
2020-03-13 10:21   ` Mattias Engdegård

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.