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,cbc1c2a511170bcd,start X-Google-Attributes: gid103376,public From: ericm@genesis.ac3i.dseg.ti.com Subject: Tasking Storage Date: 1996/08/26 Message-ID: <3221D11B.23F5@genesis.ac3i.dseg.ti.com>#1/1 X-Deja-AN: 176569248 content-type: text/plain; charset=us-ascii mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.02 (Win16; I) Date: 1996-08-26T00:00:00+00:00 List-Id: I have several tasks running in a large Ada application. The problem is that some of my tasks are receiving STORAGE exceptions. I have many of my tasks set to a STORAGE_SIZE of 200_000 and after long processing I still seem to get these storage errors. Is there anyway to manage the the storage size of my tasks, either dynamic allocation or by cleaning up the stack in my task. I'm processing a lot of data in some of these tasks and in others I'm flushing X/Motif events. I know of all the Motif memory leaks and we've kept those to a minimum. The code has been cleaned up as far as deallocating any linked lists but I still seem to get these storage errors propogating out of the tasks. The storage errors are never immediate but only seem to occur after some real intensive processing or having the system up for 8 or more hours. The platform is an HP9000/755 with 128Meg using the Verdix compiler. Any suggestions would be appreciated. Thanks.