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,1b4d089e7d82f588 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-03 04:33:42 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!hammer.uoregon.edu!enews.sgi.com!news.tamu.edu!bcm.tmc.edu!NewsWatcher!user From: matthewmajka@mac.com (Matt Majka) Newsgroups: comp.lang.ada Subject: Re: SEGV/GNAT-3.13p/Florist/RedHat-7.1 Date: Sun, 03 Jun 2001 06:19:10 -0500 Organization: Baylor College of Medicine, Houston, Tx Message-ID: References: <87r8x3w3wz.fsf@deneb.enyo.de> NNTP-Posting-Host: 128.249.124.180 User-Agent: NewsWatcher-X 2.2.3b1 Xref: archiver1.google.com comp.lang.ada:8034 Date: 2001-06-03T06:19:10-05:00 List-Id: In article <87r8x3w3wz.fsf@deneb.enyo.de>, Florian Weimer wrote: > matthewmajka@mac.com (Matt Majka) writes: > > > I was wondering if anyone else has run into this and has a > > solution/workaround. I'm using gnat-3.13p on a fresh RedHat-7.1 > > installation. I've built florist-3.13p and installed it as well. > > The GNAT compiler seems to be working fine with some test programs I > > brought over from Solaris. However, as soon as I try to use the > > POSIX bindings, the program causes a segmentation fault prior to > > executing any of my code (I don't even think it makes it to the > > elaboration stage). > > Have you tried to run some code which uses the tasking runtime and > does not use FLORIST? Yes. I have a simple plotting application that uses OpenGL and tasks. I haven't tested it extensively, but it does not crash in this manner. I'll try it a little more on Monday. I also got a suggestion to try the RPMs from gnuada.org. I'll give that a shot also.