From: "Lars O. Hansen" Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with malloc and free Date: Sat, 14 Dec 2002 16:21:37 +0100 Organization: 1&1 Internet AG Lines: 27 Message-ID: References: <3DFB46EA DOT 6D583E8E AT yahoo DOT com> NNTP-Posting-Host: p508383b2.dip0.t-ipconnect.de X-Trace: news.online.de 1039879296 1307 80.131.131.178 (14 Dec 2002 15:21:36 GMT) X-Complaints-To: abuse AT online DOT de NNTP-Posting-Date: 14 Dec 2002 15:21:36 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > C:\Programme\djgpp\projects>a > ^^^^^^^^^ > > Exiting due to signal SIGSEGV > > General Protection Fault at eip=00003180 > > eax=00000000 ebx=000084f9 ecx=00000000 edx=76202000 esi=00000054 edi=000656c4 > > ebp=000e5668 esp=000e5630 program=C:\PROGRA~1\DJGPP\PROJECTS\A.EXE > ^^^^^^^^ > What is this? Indication of some filename setup mixup, or > installation under the ridiculous Windoze "\Program files\" > directory, etc. > no, but the german name for "program files", as it's over 8 characters, dos applications show the abbreviated form, but Windows DOS box command prompt shows the long form; also long file name is set to Y in djgpp.env and if that was the problem, it shouldn't have compiled in the first place. But I try a standard c:\djgpp directory... only I must restart, beacuse somehow setting paths etc. other than thorugh autoexec.bat is not saved; opening a dos box prompt and typing set always only shows the standrad paths etc. . > I try to avoid over 8 char names, and any blanks. Saves many > headaches. so, thanks for the tip. Lars