public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Probable bug
@ 2023-07-30  9:38 natan_b
  2023-07-30 11:29 ` Eliot Moss
  0 siblings, 1 reply; 5+ messages in thread
From: natan_b @ 2023-07-30  9:38 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

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
 

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

end of thread, other threads:[~2023-08-01  8:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-30  9:38 Probable bug natan_b
2023-07-30 11:29 ` Eliot Moss
2023-07-30 11:37   ` Takashi Yano
2023-07-31  9:41     ` Takashi Yano
2023-08-01  8:59       ` Takashi Yano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).