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: 16c5e8,2b96cf32e9159fc5 X-Google-Attributes: gid16c5e8,public X-Google-Thread: f97e2,2b96cf32e9159fc5 X-Google-Attributes: gidf97e2,public X-Google-Thread: 103376,2b96cf32e9159fc5 X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: STORAGE Errors Date: 1996/08/23 Message-ID: <321DAFA9.2781E494@escmail.orl.mmc.com>#1/1 X-Deja-AN: 175981345 references: <321CE2D6.3C8D@genesis.ac3i.dseg.ti.com> content-type: text/plain; charset=us-ascii organization: Lockheed Martin Information Systems mime-version: 1.0 newsgroups: comp.lang.ada,sanet.unix.questions,comp.lang.motif x-mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3_U1 sun4m) Date: 1996-08-23T00:00:00+00:00 List-Id: ericm@genesis.ac3i.dseg.ti.com wrote: > > I have 4 very large ADA program that uses X/Motif as a GUI interface. > These programs all run in the background at the same time on a HP9000 755 > with 128Meg. > > My problem is that after a while of processing lists and displays I tend > to get storage exceptions that usually freeze the process. I've checked > and all the linked lists are deallocated when they are not being used and > all motif windows are destroyed when they are unmapped. Does anyone have > any information on STORAGE Errors or any suggestions on this particular > problem. X and Motif have a reputation for leaking memory like a sieve. I'd try to localize the problem if I were you. We had someone here who had the same problem with VADS's X/Motif bindings on that platform. I seem to remember that he tracked down some rather nasty leaks in the Ada Motif list bindings. Once he worked around those, he was still getting a leak, but it was more of a "trickle". I suspect the culprit for that is Motif itself. But his application only needs to run for at most a couple of hours, so he had slowed it down enough to quit worrying about it. You might also want to check with your binding's vendor. They make have some known bugs. That could save you some valuable time. -- T.E.D. | Work - mailto:dennison@escmail.orl.mmc.com | | Home - mailto:dennison@iag.net | | URL - http://www.iag.net/~dennison |