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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.157.52.129 with SMTP id g1mr17368968otc.126.1489509485315; Tue, 14 Mar 2017 09:38:05 -0700 (PDT) X-Received: by 10.157.59.229 with SMTP id k92mr3548460otc.9.1489509485274; Tue, 14 Mar 2017 09:38:05 -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!w124no3148926itb.0!news-out.google.com!15ni15060itm.0!nntp.google.com!u69no3145766ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 14 Mar 2017 09:38:04 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:120b:c3ee:e540:60b8:ef39:5f32:566a; posting-account=DQbqYQoAAACn8hHn2LmG2aF7Mhbxl_Lf NNTP-Posting-Host: 2a02:120b:c3ee:e540:60b8:ef39:5f32:566a References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4826b96a-2946-48c4-b34a-8d947c175e92@googlegroups.com> Subject: Re: Gtk Combobox under Ubuntu From: ahlan@marriott.org Injection-Date: Tue, 14 Mar 2017 16:38:05 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31978 Date: 2017-03-14T09:38:04-07:00 List-Id: On Monday, March 13, 2017 at 6:58:33 PM UTC+1, Dmitry A. Kazakov wrote: > On 2017-03-13 18:50, ahlan@marriott.org wrote: >=20 > > Because they work when run from GPS, we can't debug them - because they= work. >=20 > One difference I know is that GPS redirects standard files. So, the same= =20 > GtkAda program doing Ada.Text_IO.Put_Line works under GPS, but crashes=20 > outside it. >=20 > --=20 > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de Our idea that the speed of the machine might be a factor was a red herring. We have done some more tests and discovered that our programs always work o= n Ubuntu if Gnat/GtkAda is NOT installed. So we now think it is some form of combination of Gnat GPL 2015/2016 and Gt= kAda GPL 2015/2016 that is causing the failure. I notice that when Gnat GPL2015 or GPL2016 is installed (without Gtk or Gtk= Ada) our Gtk programs stop working - they don't even startup. So obviously = installing Gnat puts something into some search path that causes our GTK pr= ograms to crash. My guess - to be confirmed tomorrow is that installing Gtk/GtkAda will fix = this and that depending on which GtkAda/Gtk is installed (either 2015 or 20= 16) we will have a working program or one that fails if it has comboboxes. = I suspect the 15 is OK and that it is the newer 16 that is causing us probl= ems. I know nothing about Linux - so I don't know if what I am describing makes = sense or is indeed possible. It is just the result of our tests. MfG Ahlan