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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,208e9ad3aa39640a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-17 07:47:31 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: alerch@hotmail.com (Aaron Lerch) Newsgroups: comp.lang.ada Subject: Re: JGNAT and Tasking/Protected Types Problem Date: 17 Oct 2001 07:47:31 -0700 Organization: http://groups.google.com/ Message-ID: <46afd8d4.0110170647.3eb8ec87@posting.google.com> References: <46afd8d4.0110151230.657986d9@posting.google.com> <3BCC1546.878D06D6@earthlink.net> NNTP-Posting-Host: 199.46.200.232 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1003330051 30832 127.0.0.1 (17 Oct 2001 14:47:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 17 Oct 2001 14:47:31 GMT Xref: archiver1.google.com comp.lang.ada:14814 Date: 2001-10-17T14:47:31+00:00 List-Id: I'm running Win NT and JDK 1.2.2 (I read your other post about tasking, which saved us from the multi-tasking problem, thanks!). We've figured out that the problem is being caused when the protected object initializes its entries. If we comment out all the entries (just for fun) then it doesn't have a problem. BUT, we need the entries (duh). Any thoughts?? Aaron "Marc A. Criley" wrote in message news:<3BCC1546.878D06D6@earthlink.net>... > > What platform and JDK version are you running? > > The tasking run-time of JGNAT 1.1p running on Linux does not work with > JDK 1.3, I had to go back to 1.2.2 to get it to work. I know this isn't > exactly what you're doing, but it might be related... > > Marc A. Criley > Senior Staff Engineer > Quadrus Corporation > www.quadruscorp.com