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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.157.60.245 with SMTP id t50mr5638962otf.133.1475481764683; Mon, 03 Oct 2016 01:02:44 -0700 (PDT) X-Received: by 10.157.4.137 with SMTP id 9mr1316286otm.3.1475481764658; Mon, 03 Oct 2016 01:02:44 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!l13no1708192itl.0!news-out.google.com!w143ni5063itb.0!nntp.google.com!l13no1708187itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 3 Oct 2016 01:02:43 -0700 (PDT) In-Reply-To: <3bd3fd80-aee1-42d4-bf1d-f611ad1f2ebf@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:2ab8:224:1:b93f:c599:4986:643c; posting-account=6yLzewoAAABoisbSsCJH1SPMc9UrfXBH NNTP-Posting-Host: 2a02:2ab8:224:1:b93f:c599:4986:643c References: <3bd3fd80-aee1-42d4-bf1d-f611ad1f2ebf@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <98de50c2-2ae3-48b1-9032-444640bd1742@googlegroups.com> Subject: Re: unknown warning in GNAT-GPS From: briot.emmanuel@gmail.com Injection-Date: Mon, 03 Oct 2016 08:02:44 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31971 Date: 2016-10-03T01:02:43-07:00 List-Id: On Saturday, October 1, 2016 at 7:12:02 PM UTC+2, Aurele wrote: > I think its because in the past you must have compiled your project with = an older version of GPS. In GPS menu, try Clean/Clean All, then Clean/Clea= n Root and then recompile. Hope this helps o/ No, in general this warning is emitted by the gtk+ library, when GPS tries = to cancel a background "idle" or "timeout" loop (which is how single-thread= ed GPS splits long actions). In this case, the loop has likely terminated e= arly, and GPS did not reset the internal id for it, so it still tries to ca= ncel it. We have cleaned up a number of these for the next release of GPS. In any case, the warning can be safely ignored and is not dangerous.