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-Thread: 103376,283a7b1811f3f2ad X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: pragma importing sem_init gives me a segmentation fault References: <1172350370.771564.253920@q2g2000cwa.googlegroups.com> From: Stephen Leake Date: Sun, 25 Feb 2007 10:32:54 -0500 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:BuuMRLBc1ELnNACjq0f7zVtt74c= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: d9c3445e1ac29759e00d421952 Xref: g2news2.google.com comp.lang.ada:9524 Date: 2007-02-25T10:32:54-05:00 List-Id: laforge2001@gmail.com writes: > We are actually trying to convert from an SGI platform to a Linux > based platform, so all the previous semaphore calls were SGI > specific and we were looking to move to POSIX based semaphores. Does > anyone have any ideas how to go about this ? It might be better to redesign the program to use Ada protected types rather than OS semaphores. -- -- Stephe