X-Spam-Check-By: sourceware.org Date: Mon, 7 Aug 2006 21:21:32 -0700 From: Lester Ingber To: cygwin@cygwin.com Subject: Re: crashes with various programs Message-ID: <20060808042132.GA5396@ingber.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Christopher: My cygwin.bat file is ------------8<------------ top cut -> bottom ------------->8------------ @echo off C: chdir C:\cygwin\bin tcsh -l ------------8<------------ bottom cut <- top ------------->8------------ So, I assume that the proper place for setenv CYGWIN "error_start=c:/cygwin/bin/gdb.exe" is in /etc/csh.login ? If I used bash, then I assume that I would put export CYGWIN="error_start=c:/cygwin/bin/gdb.exe" in /etc/profile ? If this is correct, then when pstree crashes again I'll send in that report. Lester +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= You have to set the CYGWIN environment variable before any cygwin program is run. You can't set it in a .profile, .tcshrc, or .bashrc file. cgf -- 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/