www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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: | <42AE71C9.6B5A4B42@dessent.net> |
Date: | Mon, 13 Jun 2005 22:57:29 -0700 |
From: | Brian Dessent <brian AT dessent DOT net> |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: How to Find/Generate Core Files |
References: | <20050614052638 DOT 55431 DOT qmail AT web33107 DOT mail DOT mud DOT yahoo DOT com> |
X-Spam-Report: | -5.7/5.0 ---- Start SpamAssassin results * -3.3 ALL_TRUSTED Did not pass through any untrusted hosts * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] * 0.2 AWL AWL: From: address is in the auto white-list ---- End SpamAssassin results |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
Matthew Johnson wrote: > I did a few searches in Yahoo!, in Cygwin FAQ and a > few others places, I can find _mention_ of the word > 'core', or even that gdb _uses_ core files, but none > about how to configure Cygwin/g++ to _generate_ the > core files. > > As it is, I get "core dumped" frequently from the > application I am running (I did NOT make the make > files), but cannot find the core file anywhere. By default you get a .stackdump file, with which you can use addr2line to get an idea of the backtrace of the stack. To get a core you need to use a the dumper program as described in the manual: <http://cygwin.com/cygwin-ug-net/using-utils.html#dumper>. Brian -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |