Probable bug

natan_b@libero.it natan_b@libero.it
Sun Jul 30 09:38:40 GMT 2023


Hi Guys

very short.

prog.c

#include <stdio.h>
 
int main()
{
float a=1.283;
while(1)
printf( "%f", a );
}
 
run with
$ ./prog.exe >/dev/null
 
in windows monitor process the process increase it's memory it arrive to many  Gb.
It's not a machine problem, other PC have same problem.
 
Same program in wsl and MSYS2 works well!
 
Regards
natanb
 


More information about the Cygwin mailing list