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=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,78cf562996b62d76 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-22 23:44:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: russian_power@hotmail.com (Romanov) Newsgroups: comp.lang.ada Subject: Re: GtkAda Threading Problem Date: 22 May 2002 23:44:59 -0700 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 203.116.61.132 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1022136299 20265 127.0.0.1 (23 May 2002 06:44:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 23 May 2002 06:44:59 GMT Xref: archiver1.google.com comp.lang.ada:24563 Date: 2002-05-23T06:44:59+00:00 List-Id: Gdk.Threads.Init ? joeyf40804@aol.com (Joey Frantzen) wrote in message news:... > I am writing a program that has 2 threads running, one thread handles > clock updates to the screen(sent to a Gtk.Clist) and Lat/Long > Updates(also sent the Gtk.Clist). I have several other Clist, one > problem I am having is when my thread has to Gtk.Clear one of the > other Clist, it is locking up. I think it has something to do with > the GUI of GtkAda. I have all my Clist protected, as well as I have > made a GUI Object that is protected. My feeling is that my GtkAda > updating the Time/Lat/Long Clist is also trying to update the other > Clist and is crashing the program. Any help out there?