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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b219afbe2851bc3f,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-15 22:45:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!nntp-relay.ihug.net!ihug.co.nz!news-out.newsfeeds.com!propagator2-maxim!feed.newsfeeds.com!newsfeed.zip.com.au!spool01.syd.optusnet.com.au!spool.optusnet.com.au!not-for-mail Message-ID: <3eed58a5$0$1547$afc38c87@news.optusnet.com.au> From: Subject: gcc-ada-3.3 task problems under solaris 9 Newsgroups: comp.lang.ada Summary: User-Agent: tin/1.4.7-20030322 ("Suggestions") (UNIX) (SunOS/5.9 (sun4u)) Date: 16 Jun 2003 05:41:57 GMT NNTP-Posting-Host: 210.49.214.41 X-Trace: 1055742117 1547 210.49.214.41 Xref: archiver1.google.com comp.lang.ada:39217 Date: 2003-06-16T05:41:57+00:00 List-Id: Hi All, Just wondering if anyone else has experienced problems with ada 3.3 tasking under solaris 9. I have compiled gcc-ada-3.3 under solaris 9 64bit using gnat-3.15 binaries to assist the compilation. A simple single threaded process works just fine, and exits cleanly. A program containing a task coredumps with the following information from gdb Program received signal SIGSEGV, Segmentation fault. 0x2931c in system__task_primitives__operations__self () at s-tpopse.adb:174 174 if To_Iptr (Get_G7 - 120).all /= When I compile a simple test program with either the gcc-ada-3.3 compiler, or the 3.15 compiler I get the same result as shown above.