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,c443bcbace52d2d1,start X-Google-Attributes: gid103376,public From: =?iso-8859-1?Q?=BD=C5=B5=BF=BF=ED?= Subject: Question janus Ada for SCO Date: 1999/05/08 Message-ID: <37339194.B0E294CC@www.threei.co.kr>#1/1 X-Deja-AN: 475378575 Content-Transfer-Encoding: 7bit Organization: Korea Telecom X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-05-08T00:00:00+00:00 List-Id: I programming with janus Ada for SCO. I have problem. But i don't have solution. Please send me answer that how to solve problem ASAP. (1) Error Message "Storage-Error" or "Segmentation fault" When creaet object by new method , available Heap memory is down. We check memory(use System.Util.Memavail). If it's to arrive 4.3MByte then happen to error message. (not Delete(release) object for test) ----------------------------- Create Object(by new method) ----------------------------- | | Available memory to down | ----------------------------- Create Object(by new method) ----------------------------- | | Available memory to down | ---------------------------------------------- Error Messaage (Available memory = 4.3 MByte) ---------------------------------------------- (2) question 1. Is it possible to increase heap size(storage size) with complier or link option ? 2. Is it possible to slove problem with c language. 3. Do you have other solution. Thank you.