Date: Sat, 27 Jan 2001 16:24:57 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: rpolzer AT web DOT de (Rudolf Polzer) Message-Id: <5137-Sat27Jan2001162455+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: Subject: Re: Windows ME and DJGPP References: <20010120205730 DOT 25849 DOT 00000491 AT ng-fd1 DOT aol DOT com> <3a6b7917 DOT 10793503 AT news DOT sci DOT fi> <3A6CB71F DOT 8B4E86C9 AT phekda DOT freeserve DOT co DOT uk> <94k3dc$lf9$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <94pm3k$1qf$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <94rrk4$sro$1 AT antares DOT lu DOT erisoft DOT se> <9003-Sat27Jan2001104054+0200-eliz AT is DOT elta DOT co DOT il> 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 > From: rpolzer AT web DOT de (Rudolf Polzer) > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 27 Jan 2001 11:29:17 +0100 > > But I just also tested a simple test program: > > void main() > { > char *p = 0; > *p = 'X'; > } > > which compiles (with a warning about main being void) and crashes with a > SIGSEGV at the correct address. I see a GPF, but this is still enough > information because of the correct line numbers. What correct address? What exactly does this program print on Windows? Please post the entire crash message.