From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: Windows ME and DJGPP Date: Sun, 28 Jan 2001 15:51:36 +0000 (UTC) Organization: University of Lulea, Sweden Lines: 26 Message-ID: <951f68$67a$1@news.luth.se> References: <20010120205730 DOT 25849 DOT 00000491 AT ng-fd1 DOT aol DOT com> <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> X-Trace: news.luth.se 980697096 6378 130.240.16.18 (28 Jan 2001 15:51:36 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rudolf Polzer wrote: :> int main(void) :> { :> char *p = 0; :> *p = 'X'; :> :> return 0; :> } :> > 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. :> :> I only see a SIGSEGV in real-mode DOS, not in Windows 95... : I use WinME. (still the latest RC and not the real final version, I got : the RC original CD-ROM and do not want to buy the real WinME) Perhaps you should use a real (final) version before being so sure about things. In my version of WINDOZE ME (4.90.3000) it does _not_ crash. Right, MartinS