Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: Program exited with code 0303000 Date: Mon, 27 Sep 2004 18:22:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <41584831.8050504@bellsouth.net> Message-ID: X-OriginalArrivalTime: 27 Sep 2004 17:22:29.0657 (UTC) FILETIME=[90FAB890:01C4A4B6] > -----Original Message----- > From: cygwin-owner On Behalf Of Bobby McNulty > Sent: 27 September 2004 18:05 > Bobby McNulty wrote: > > > > > set CYGWIN_error_start=d:\cygwin\bin\dumper.exe > > that is what it is supposed to be. > > That is why he is getting the errors. Bobby, your advice is no good. > > set CYGWIN_error_start=d:\cygwin\bin\dumper.exe #1: That's the wrong environment variable. You want to set CYGWIN to contain, among any other options, the text "error_start=D:\cygwin\bin\dumper.exe". You told him to set CYGWIN_error_start, which is a different variable altogether and not used by cygwin. > > that is what it is supposed to be. #2: Only when you have a program that is failing with SEGV or some other kind of fatal exception. If the program is executing and running to completion, the error_start setting will never be used. > > That is why he is getting the errors. #3: He was getting the errors before dumper.exe even came into it, so setting it wrong couldn't have possible caused the errors. Go back and read his original post again. The reason he is getting errors is because his program is exiting with a non-zero return value. It was not caused by dumper.exe and it will not be diagnosable with dumper.exe. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/