Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.1.0.14.2.20020328173126.024d2668@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com Date: Thu, 28 Mar 2002 17:34:50 -0800 To: cygwin AT cygwin DOT com From: Randall R Schulz <rrschulz AT cris DOT com> Subject: Re: stacktrace from withn an exec upon error condition In-Reply-To: <20020329010609.GB19845@redhat.com> References: <5 DOT 1 DOT 0 DOT 14 DOT 2 DOT 20020328161017 DOT 0274f2c8 AT pop3 DOT cris DOT com> <a807fm$5fd$1 AT main DOT gmane DOT org> <a7v9eh$1ph$1 AT main DOT gmane DOT org> <20020328153930 DOT GF11781 AT redhat DOT com> <a7vgnr$b9q$1 AT main DOT gmane DOT org> <20020328221751 DOT GK16757 AT redhat DOT com> <a807fm$5fd$1 AT main DOT gmane DOT org> <5 DOT 1 DOT 0 DOT 14 DOT 2 DOT 20020328161017 DOT 0274f2c8 AT pop3 DOT cris DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Chris, I'm sorry. I missed that suggestion. But I do enjoy jumping through hoops at times. Randall Schulz Mountain View, CA USA At 17:06 2002-03-28, you wrote: >On Thu, Mar 28, 2002 at 04:32:36PM -0800, Randall R Schulz wrote: > >If you're going to take the time to respond, the least you could do is > >give a useful answer. > > > >Since unlike Chris, I do not know the answer, I'll illustrate how I > >discovered it. > > > >[snip] > >On Thu, Mar 28, 2002 at 05:17:51PM -0500, Christopher Faylor wrote: > >I suggest that you write a simple test file and run it. That would > >probably answer all of your questions. > >e.g., > > % cat > tst.c > int > main (int argc, char **argv) > { > cygwin_stackdump (); > } > ^D > % gcc -o tst.exe tst.c > % ./tst.exe > (stack dump output) > % ./tst.exe 2>/dev/null > (no stack dump output) > >Since you seem to assume that I know the answer, one would have to wonder >why you wouldn't try what I suggested before jumping through hoops. > >cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/