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,52b937e9712e08a X-Google-Attributes: gid103376,public From: Viqar Abbasi Subject: Re: Secondary Stack oddities w/ SGI Ada 95 Date: 1999/05/05 Message-ID: <37310E55.9E3ACAD5@cae.ca>#1/1 X-Deja-AN: 474591228 Content-Transfer-Encoding: 7bit References: <372DC142.1801CEA3@cae.ca> <7gkr0b$e9l$1@nnrp1.dejanews.com> Content-Type: text/plain; charset=us-ascii Organization: ICAN.Net Customer Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-05-05T00:00:00+00:00 List-Id: dennison@telepath.com wrote: > I'm curious...do you get the same crash if those two routines are called from > an Ada subprogram in an Ada program, or does C have to somehow be involved > for the crash to happen? C does have to be involved... The all-Ada program is okay. Perhaps I should mention, I am overriding the "&" operator, as follows... function "&"(Left: String, Right: Float) return String; etc etc etc, to get something resembling "printf". (That comes from an idea from the FAQ.) Thanks for the help, Viqar, still hacking away...