From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,884d34d0342bc569 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.228.227 with SMTP id sl3mr5791948pbc.5.1341072486156; Sat, 30 Jun 2012 09:08:06 -0700 (PDT) Path: l9ni2793pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: francois_fabien@hotmail.com Newsgroups: comp.lang.ada Subject: Re: memory leak with new GPS in GNAT GPL 2012 on Windows Date: Sat, 30 Jun 2012 09:08:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0513685d-9db7-4df9-8592-a463ccd175e9@googlegroups.com> References: <36ae3508-2a3e-4cf7-b884-ea1873b2a2f5@googlegroups.com> NNTP-Posting-Host: 109.190.25.159 Mime-Version: 1.0 X-Trace: posting.google.com 1341072483 14593 127.0.0.1 (30 Jun 2012 16:08:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 30 Jun 2012 16:08:03 +0000 (UTC) In-Reply-To: <36ae3508-2a3e-4cf7-b884-ea1873b2a2f5@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.190.25.159; posting-account=DAe9nQkAAAB9gkplHzkiZyyp2GkJ0X9B User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-06-30T09:08:02-07:00 List-Id: Le jeudi 28 juin 2012 19:57:40 UTC+2, (inconnu) a =E9crit=A0: > Hi, > I installed the new GNAT GPL 2012 on a Win XP 32-bit machine and a cou= ple of times the GPS editor just crashed without warning. Task manager show= ed that the GPS application is just swallowing memory continuously even whe= n I am not doing anything. Of course, a point is then reached when GPS appl= ication just crashes. I am using WinXP Family edition 32bits with SP3 on single core Celeron. I installed GNAT GPL 2012 but I noticed i must also change manually the env= ironment variable PATH to use the updated gcc (I have GNAT GPL 2011 install= ed). Otherwise GPS 2012 use the binaries from the 2011 distro. Target: i686-pc-mingw32 Thread model: win32 gcc version 4.5.4 20120510 for GNAT GPL 2012 (20120509) (GCC)=20 Task manager indicates 64 Megabytes of memory used by gps.exe with only 1 t= hread. I can compile and run several demos with or without tasking and no crash or= leaks. I also noticed of 4 Kbyte increment of memory every second even when I do n= othing. I think the leak could come from the GTK library. A leak in GTK has already= been reported on this forum.