public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: natan_b@libero.it
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Probable bug
Date: Sun, 30 Jul 2023 11:38:40 +0200 (CEST)	[thread overview]
Message-ID: <199362107.5561484.1690709920649@mail1.libero.it> (raw)

[-- 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
 

             reply	other threads:[~2023-07-30  9:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-30  9:38 natan_b [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199362107.5561484.1690709920649@mail1.libero.it \
    --to=natan_b@libero.it \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).