X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Wed, 12 Dec 2001 13:34:26 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Raf256 cc: djgpp AT delorie DOT com Subject: Re: crash after exist In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 12 Dec 2001, Raf256 wrote: > My simple program crashes exacly after main()... not after some delete [] > etc, but after return in main, or after exit() _exit or __exit() > I do NOT use any - destructors... Please post here the exact text of the crash message, after running SYMIFY on it. > Can this be caused by quite big global static array (about 1 MB) ? I don't think so, not without some bug.