X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 994A33858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1690709963; bh=PtNZp9QZypBcsT9e6LQj6+KsZXi4RQaC3bST2LOhmAA=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=CoWJzewR8K2dK4s2UvtBCISZLnQPQoKx88b1f2aHw3aeCxqv9r5NANc5jwnmJe62W bAuayW1Agrr+suqrbgpTuPGMDipA1ZD+vbWeRX9fxt+LcSHza13JCKBYnXKWeZ7J50 N6D77fHC7uoGaqkRFYxDzfqjfG5EBy/5ljQ6fmg8= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D86333858D39 x-libjamoibt: 1601 X-CNFS-Analysis: v=2.4 cv=DeHR6NhW c=1 sm=1 tr=0 ts=64c62fa0 cx=a_exe a=sW1+RcvrrNFZW3PX8CLErA==:117 a=8ZT20y5vZWsA:10 a=BhLd8jIkl4TWhVMzDNQA:9 a=QEXdDO2ut3YA:10 a=O9Wc_vbkNtB2kuRRJgQA:9 a=ciGGReO13poq_ZyD:21 a=_W_S_7VecoQA:10 a=pbD2dq9EfyhElkhVlB8I:22 Date: Sun, 30 Jul 2023 11:38:40 +0200 (CEST) To: "cygwin AT cygwin DOT com" Message-ID: <199362107.5561484.1690709920649@mail1.libero.it> Subject: Probable bug MIME-Version: 1.0 X-Priority: 3 Importance: Normal X-Mailer: Open-Xchange Mailer v7.10.6-Rev41 X-Originating-IP: 37.163.134.81 X-Originating-Client: open-xchange-appsuite x-libjamsun: LVZTETEnFDvkK+0me8GARmyejZ72sVTi x-libjamv: wCe8s1J84r4= X-CMAE-Envelope: MS4xfIasNF6BNtw0lHUummACUYskya4h+AmVvtydiOSLr7JBNtAmKOgrAnrY9Lv/lJ5qkYaU1rNqTQDmGKaCkdlGtMsrSnpDi0QjkExE1keshr6XKlQn8e+O f13jY3Uzu/J8isop5AGny5R7zxSzI2/fnmHKh2wDgozldJvAVwxrH5hOKLnLp/yV35WXCyCgsKumuQ== X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_50, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: natan_b--- via Cygwin Reply-To: natan_b AT libero DOT it Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "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 and MSYS2 works well! Regards natanb -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple