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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ee06257af909a235 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!uns-out.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Finalization of static package variables References: <4640f20b$1@news.upm.es> <1178723724.958486.24820@u30g2000hsc.googlegroups.com> <464244d8$1@news.upm.es> From: Stephen Leake Date: Thu, 10 May 2007 06:57:36 -0400 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:ofP1xVXQiXU8I04PCBFHRrPGryQ= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 415df4642faab759e00d418689 Xref: g2news1.google.com comp.lang.ada:15710 Date: 2007-05-10T06:57:36-04:00 List-Id: Manuel Collado writes: > 2. The following alternate code may not terminate (remains as a zombie > process). Requires explicit termination of the Frame, either by the > [X] at the top-rigth corner or by 'Close(My_Frame)'. That would seem to be normal, expected behavior for a GUI program; it runs until the user ends it. Why is this a problem? -- -- Stephe