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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,16b078a9ffdf46ae,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-09 20:03:48 PST Path: swrinde!gatech!udel!news.mathworks.com!uunet!boulder!benji.Colorado.EDU!cutright From: cutright@benji.Colorado.EDU (CUTRIGHT ANDREW SCOTT) Newsgroups: comp.lang.ada Subject: compiler errors Date: 10 Feb 1995 03:59:27 GMT Organization: University of Colorado, Boulder Message-ID: <3heoav$eru@CUBoulder.Colorado.EDU> NNTP-Posting-Host: benji.colorado.edu Summary: what does chaos: ... Keywords: chaos Date: 1995-02-10T03:59:27+00:00 List-Id: hi ya'll, i'm working on an ada program, and trying to instantiate a generic package; hoping to use it in a 'definitions' file. i can get the generic package to compile, and then the 'definitions' file compiles (leaving a .lis file stating 'no errors') but it immdieately crashes, without giving me a .lis file for the next file in the make list (this next file depends on both the 'definition' file and the generic package). the errror: Setting up Ada library adacomp -nl ./adalib Map.ada touch ./adalib-built adacomp -a -s -l ./adalib ./Map.ada adacomp -a -s -l ./adalib ./StringDefs.ada -- the definition file chaos: tup_size argument null pointer execution abandoned chaos: tup_size argument null pointer execution abandoned Ada/Ed Internal error(GEN) for ./StringDefs.ada *** Error code 2 Stop. any clues? tia, andy cutright email is great cutright@benji.colorado.edu -- signature