GNU bug report logs -
#47596
File descriptor error when exiting emacs on android 11
Previous Next
Reported by: Henrik Grimler <henrik <at> grimler.se>
Date: Sun, 4 Apr 2021 19:21:02 UTC
Severity: normal
Tags: moreinfo
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #50 received at 47596 <at> debbugs.gnu.org (full text, mbox):
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: eliz <at> gnu.org, 47596 <at> debbugs.gnu.org
> Date: Wed, 12 May 2021 15:52:52 +0200
>
> Henrik Grimler <henrik <at> grimler.se> writes:
>
> > Could this work or do we need to have both buferr and stderr?
>
> Makes sense to me, but I seem to vaguely recall there being a lot of
> discussion about the buffered stderr when it was introduced... but none
> of the details. Eli?
We need them both, yes. The second one was introduced for a reason,
so removing it would give us back the problems it solved.
setlinebuf is not portable enough, and line buffering isn't supported
on MS-Windows anyway. Maybe we could make some archlinux specific
change, although that's ugly.
And I'm worried that we don't actually understand the nature of the
problem well enough: our code doesn't close both FILE streams, it
closes at most only one. So this sounds to me like a false positive
of the sanitizer, not a real problem with our code...
This bug report was last modified 2 years and 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.