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 Message-ID: <42AE71C9.6B5A4B42@dessent.net> Date: Mon, 13 Jun 2005 22:57:29 -0700 From: Brian Dessent 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> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: . 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/