From: Wei Luo Newsgroups: comp.os.msdos.djgpp Subject: SIGABRT Date: Thu, 1 Jul 1999 21:27:12 -0500 Organization: Northern Illinois University Lines: 20 Message-ID: References: <199907020051 DOT UAA06732 AT indy DOT delorie DOT com> <377C404E DOT 36E22B7 AT hotmail DOT com> NNTP-Posting-Host: taiga.geog.niu.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: luo AT taiga In-Reply-To: <377C404E.36E22B7@hotmail.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, there, I have a program that works fine when I compile and run on a Sun Solaris system. When I try to compile it on my PC (running Windows NT) with djgpp, it went fine. But when I try to run it, I got the following message "Program has received signal: SIGABRT, Aborted" With rhide debugging tool, I can pin point that it bombs out right after statement if ((fpt = fopen(filename,"wb")) == NULL) printf("save file could not be opened\n"); or sometimes after statement (void) fwrite(c,sizeof(c),1,fpt); I have been struggling with this for several days, any help/ idea/suggestions are greatly appreciated. I am not on the list, please send e-mail directly to my address: luo AT geog DOT niu DOT edu I will post a summary. Many thanks! Wei