Re: Probable bug

2023-08-01 Thread Takashi Yano via Cygwin
On Mon, 31 Jul 2023 18:41:06 +0900 Takashi Yano wrote: > On Sun, 30 Jul 2023 20:37:35 +0900 > Takashi Yano wrote: > > On Sun, 30 Jul 2023 07:29:10 -0400 > > Eliot Moss wrote: > > > On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote: > > > > Hi Guys > > > > > > > > very short. > > > > > > > > prog.

Re: Probable bug

2023-07-31 Thread Takashi Yano via Cygwin
On Sun, 30 Jul 2023 20:37:35 +0900 Takashi Yano wrote: > On Sun, 30 Jul 2023 07:29:10 -0400 > Eliot Moss wrote: > > On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote: > > > Hi Guys > > > > > > very short. > > > > > > prog.c > > > > > > #include > > > > > > int main() > > > { > > > float a=1.

Re: Probable bug

2023-07-30 Thread Takashi Yano via Cygwin
On Sun, 30 Jul 2023 07:29:10 -0400 Eliot Moss wrote: > On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote: > > Hi Guys > > > > very short. > > > > prog.c > > > > #include > > > > int main() > > { > > float a=1.283; > > while(1) > > printf( "%f", a ); > > } > > > > run with > > $ ./prog.exe

Re: Probable bug

2023-07-30 Thread Eliot Moss via Cygwin
On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote: Hi Guys very short. prog.c #include 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 p

Probable bug

2023-07-30 Thread natan_b--- via Cygwin
Hi Guys very short. prog.c #include 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