Xref: news-dnh.mv.net comp.os.msdos.djgpp:3172 Path: news-dnh.mv.net!mv!news.sprintlink.net!newsfeed.internetmci.com!news.msfc.nasa.gov!bcm.tmc.edu!newsfeed.rice.edu!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: What's a page error Date: Sun, 12 Nov 1995 09:38:00 CST Organization: Rice University, Houston, Texas Lines: 6 References: <46896 DOT smcdonal AT mailhost DOT pcug DOT org DOT au> Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > What's a page fault or whatever (I get it when I use malloc'd memory > or other times as well) and how do i fix this? This means you are accessing a location in virtual memory which does not exist - you have a bad pointer (or have damaged the memory control areas that malloc uses to give you memory).