From: "Jean-Pierre GHYS" Newsgroups: comp.os.msdos.djgpp Subject: Page fault Segmentation fault Date: Fri, 10 Nov 2000 08:26:42 +0100 Organization: I.N.R.E.T.S. Lines: 22 Message-ID: <8ug7ed$rok$1@orion.inrets.fr> NNTP-Posting-Host: pc-ghys.inrets.fr X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com i use DJGPP under DOS 6.0 with 16 Mo of memory and vhen i use somme POINTER to passe data to other foction the programme will Crasch with this message Exiting due to SIGSEGV segmentation fault page fault at EIP =000192e,error 0006 and many other information on Registers and the message show me the line of the programe int fonction(int *alim,.......) { ----- >>> *alim = valeur .....; } PSE help if i use the same programe under WIN95 it works !!!!