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,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,59929ddffbbb8400 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!u10g2000yqk.googlegroups.com!not-for-mail From: Bryan Newsgroups: comp.lang.ada Subject: Re: GNAT and SIGTERM (Linux x86_64) Date: Wed, 27 Oct 2010 07:21:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1aa42300-e810-4489-a03f-1f21416438c3@u10g2000yqk.googlegroups.com> References: <18db9616-3c2c-4dfa-8ef1-160e06c22b2d@c20g2000yqj.googlegroups.com> <2d4bca6e-f38d-4bf4-9262-203287284e52@f33g2000yqh.googlegroups.com> NNTP-Posting-Host: 204.130.247.244 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1288189308 15061 127.0.0.1 (27 Oct 2010 14:21:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 27 Oct 2010 14:21:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u10g2000yqk.googlegroups.com; posting-host=204.130.247.244; posting-account=kI3R0woAAAAkETUXcbnWjzzG0TUmJmXv User-Agent: G2/1.0 X-HTTP-Via: 1.1 webf01.atdesk.com:8080 (http_scan/4.0.2.6.19) X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:14832 Date: 2010-10-27T07:21:48-07:00 List-Id: Thank you both for the help. I should have realized that if I didn't instantiate an instance of the type, how could it be brought into the entry_point program? I made the change and it does work on Linux. Interestingly, SIGTERM is still reserved on OS X. It must be something specific about OS X, but I really just wanted to get this working on Linux.