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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b6bf180024de844 X-Google-Attributes: gid103376,public From: fabien_bousquet@my-deja.com Subject: Re: DPMI exception GNAT ofr DOS Date: 2000/10/06 Message-ID: <8rknuo$a15$1@nnrp1.deja.com>#1/1 X-Deja-AN: 678300756 References: <8rki25$4m1$1@nnrp1.deja.com> <39DDDA61.5F6C0265@maths.unine.ch> <39DDDB92.370690B9@maths.unine.ch> X-Http-Proxy: 1.0 x61.deja.com:80 (Squid/1.1.22) for client 194.117.218.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Fri Oct 06 14:35:05 2000 GMT X-MyDeja-Info: XMYDJUIDfabien_bousquet Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows NT) Date: 2000-10-06T00:00:00+00:00 List-Id: In article <39DDDB92.370690B9@maths.unine.ch>, Gautier wrote: > > My guess: you define an array as a variable on stack > > a *big* array, I meant... G. > It is not really the case but my application is an instrumented application and for each function, there is a nested function. E.G. : function f is function DEBUG_f is begin ... end begin ... DEBUG_f ... end Perhaps the compiler is using some stack for the nested function. Anyway the error I have is an error which is thrown during the elaboration of the interrupt handler : system.interrupt_management.operations._elab() which is called by the function adainit. It is a SIGVEC. So this error is produced, I think, before the elaboration of my application. Thanks, Fabien Sent via Deja.com http://www.deja.com/ Before you buy.