Date: Wed, 27 Oct 1999 09:55:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Forsberg Sakari cc: djgpp AT delorie DOT com Subject: Re: Does FED has a bug? In-Reply-To: <7v63sb$jm0$1@baker.cc.tut.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 27 Oct 1999, Forsberg Sakari wrote: > I downloaded fed and it works fine, but only under > windows' (3.11) fullscreen dos prompt. If > I try to run it in dos, it reports SIGSEGV!!! > > how I direct that error output to a file that I > can send it to FED's author? You could try the DJGPP's redir.exe, like this: redir -e error.txt fed .. If FED prints the error message to stderr, it will appear in the file error.txt instead.