Re: Assertion error when building in Debug mode with MSVC

Paul Eggert <[email protected]> Tue, 25 Jan 2022 13:33:23 -0800
Newsgroups gmane.comp.gnu.m4.bugs,gmane.comp.lib.gnulib.bugs
Organization UCLA Computer Science Department
Message-ID <[email protected]>
On 1/25/22 08:13, Eric Blake wrote:
> it something that gnulib should work around by
> overriding fclose() to be guaranteed that it has an open fd?

This is a bug that Gnulib's fclose module is already supposed to be 
working around. Are the programs in question using the fclose module, 
either directly or indirectly? If so, we should investigate why the 
fclose module isn't working around the MSVC bug. If not, perhaps we 
should change the close-stream module to start depending on the fclose 
module.