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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 107e1d,6bb9cc5ce0e062ee,start X-Google-Attributes: gid107e1d,public X-Google-Thread: 103376,6bb9cc5ce0e062ee,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-21 20:52:15 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newshub.sdsu.edu!elnk-nf2-pas!elnk-pas-nf1!newsfeed.earthlink.net!pd7cy1no!shaw.ca!pd7tw2no.POSTED!53ab2750!not-for-mail X-Trace-PostClient-IP: 24.84.174.87 From: "Thierry S." Newsgroups: comp.lang.ada,fr.comp.lang.ada Subject: Help: my GNAT program hangs during elaboration X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: <2GIPb.213346$X%5.5412@pd7tw2no> Date: Thu, 22 Jan 2004 04:52:14 GMT NNTP-Posting-Host: 24.69.255.232 X-Complaints-To: abuse@shaw.ca X-Trace: pd7tw2no 1074747134 24.69.255.232 (Wed, 21 Jan 2004 21:52:14 MST) NNTP-Posting-Date: Wed, 21 Jan 2004 21:52:14 MST Organization: Shaw Residential Internet Xref: archiver1.google.com comp.lang.ada:4624 fr.comp.lang.ada:3427 Date: 2004-01-22T04:52:14+00:00 List-Id: Hi, I have developed a small program which uses FLORIST for some low level file access and a few other things. But when I try to run my program, it hangs during elaboration. See below for the GDB backtrace output: (gdb) bt #0 0xffffe002 in ?? () #1 0x09eabee9 in system__interrupts___elabb () #2 0x0804b37d in adainit () at b~my_driver.2.adb:859 #3 0x0804e4ad in main (argc=1, argv=3221222916, envp=3221222924) at b~my_driver.2.adb:3054 #4 0x42015704 in __libc_start_main () from /lib/tls/libc.so.6 where /lib/tls/libc.so.6 is a link to libc-2.3.2.so Florist downloaded from ACT-Europe libre: /home/tschn/florist-3.15p-src Compiler: /usr/local/gnat-3.15p/bin C-Library: libc-2.3.2 Any clues? Has anybody experienced this issue before? Do you see any incompatibility(ies) with my setup? Is there any way for my porgram not to link in 'system__interrupts'? I suspect that my issue is in the way I have setup/installed FLORIST. For POSIX, do I need the threads with RH9? (I don't think so as I only want to run a standalone program, there won't be any inter-process communication, only some read/write into a few files). Note: I tried with and without POSIX threads, I get the same result (my program hangs). Thanks in advance for any help you may be able to provide. Thierry