bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SED - windows XP problem


From: Eli Zaretskii
Subject: Re: SED - windows XP problem
Date: Tue, 28 Sep 2004 21:48:10 +0200

> Date: Tue, 28 Sep 2004 09:49:27 +0100
> From: "Dave Grime" <address@hidden>
> 
> Command:
> 
> J:\0704\Coding\final\codef>sed -f p:\tab_\coding2 x  1>single
> 
> Error Message:
> 
> Exiting due to signal SIGSEGV
> General Protection Fault at eip=0000d4e0
> eax=fffd0000 ebx=fffd0000 ecx=000002a0 edx=fffd4010 esi=00004000 edi=00004040
> ebp=00099a04 esp=000999ec program=C:\QTIME\BIN\SED.EXE

This is a DJGPP (a.k.a. DOS) port of GNU Sed.  Unless you have a
_very_ new port, you will have problems with using that port on
Windows XP, as there are known issues on XP wrt DJGPP programs.
(Microsoft screwed up some of file- and redirection-related system
calls that are used to access long file names from DOS programs.)

I suggest to find a native Windows port of Sed
(gnuwin32.sourceforge.net is one place to look).  If you find that not
good enough, or if you must use the DJGPP port for some reason, get
the latest DJGPP binary from here:

  ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/sed412b.zip




reply via email to

[Prev in Thread] Current Thread [Next in Thread]