X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Mon, 04 Mar 2002 11:54:03 -0500 From: Schulman DOT Andrew AT epamail DOT epa DOT gov Subject: Re: sh-utils 1.12 in MSDOS: env produces segfault To: djgpp AT delorie DOT com Message-id: MIME-version: 1.0 X-Mailer: Lotus Notes Release 5.0.7 March 21, 2001 Content-type: text/plain; charset=us-ascii X-MIMETrack: Serialize by Router on EPAHUB11/USEPA/US(Release 5.0.6a |January 17, 2001) at 03/04/2002 11:55:13 AM Reply-To: djgpp AT delorie DOT com > > ~ $ env > > Exiting due to signal SIGSEGV > > General Protection Fault at eip=00004695 > > eax=b2bd42f0 ebx=b2bd42e8 ecx=b2bd42e8 edx=00000000 esi=00099838 edi=b2bd42f0 > > ebp=000997d8 esp=000997cc program=C:\FSF\BIN\ENV.EXE > > cs: sel=00ef base=83b53000 limit=0009ffff > > ds: sel=00f7 base=83b53000 limit=0009ffff > > es: sel=00f7 base=83b53000 limit=0009ffff > > fs: sel=00cf base=0000fe70 limit=0000ffff > > gs: sel=010f base=00000000 limit=0010ffff > > ss: sel=00f7 base=83b53000 limit=0009ffff > > App stack: [00099860..00019860] Exceptn stack: [000197b4..00017874] > > Is the DJGPP variable set in the environment? No, instead of executing w95fsfin.bat I had copied just the parts I thought I needed to my .bash_profile. But I left out DJGPP, since I'm not using gcc. Meanwhile the problem went away by itself, I think after I rearranged my path. In any case I've added DJGPP=c:/fsf/djgpp.env to my environment. Thanks for your reply.