| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| From: | Wei Luo <luo AT geog DOT niu DOT edu> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | SIGABRT |
| Date: | Thu, 1 Jul 1999 21:27:12 -0500 |
| Organization: | Northern Illinois University |
| Lines: | 20 |
| Message-ID: | <Pine.SOL.3.96.990701211351.29579A-100000@taiga> |
| 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 |
| 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 |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |