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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3ba2c2b03c5dfa79,start X-Google-Attributes: gid103376,public From: Dave Ptacek Subject: Program errors during initialization Date: 2000/04/11 Message-ID: <38F33492.D5A738E9@collins.rockwell.com>#1/1 X-Deja-AN: 609669425 Content-Transfer-Encoding: 7bit Organization: Rockwell International X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-04-11T00:00:00+00:00 List-Id: Hi, Config: gnat 3.12.p, gdb 4.17, host and target Windows NT 4.0. After successfully building my program, I tried running it and it terminates immediately, so I fired up gdb to debug the problem. I placed breakpoints on the main procedure line "procedure main", on the first line after the begin statement, and used the "break exception" command. I then pressed Start, none of the breakpoints tripped and I get the following error message in the Command Buffer: Error creating process ...{program name}, (error 193). I'm guessing there's an elaboration problem, but how do I go about finding it? I'm pretty new to both gnat and gdb, what debugging techniques can I use in gdb to isolate the problem? I have built example programs and run gdb on them just to get familiar with gdb and it appears to work fine so I'm pretty sure it's not a toolset problem. Any ideas? thanks, Dave