Date: Thu, 18 Jan 2001 10:13:25 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Sørensen Tom cc: djgpp AT delorie DOT com Subject: Re: Say what?? an error??? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 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 Wed, 17 Jan 2001, S=F8rensen Tom wrote: > Contents of stderr > Abort! > Exiting due to signal SIGABRT >=20 > ...but the program runs perfectly when compiled... > What could be wrong??? We cannot even try to guess because you didn't give us enough information. When the program crashes under RHIDE, it prints lots of information, below the SIGABRT thing you wuoted. RHIDE adds line numbers and source file names to that information. Please post all that here, and someone might have a clue for you. In general, problems like that usually mean use of uninitialized memory. But that's a wild guess.