X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=wf rVz7h97rfwv+ke0cU6NZ438z9UZz7W5UP+4bMe+AF4CJ4PW2kdI1DDmcD0PWdxEU L84rL9Eps+g72es8Men3jkCGkWvw1qLi7vpDrLoNq1HUfzeBcRKIGU3HHrkyzg8L bEQJkuXEtUwlPsANCbY0cGdvAzsTghe2TzPnIvR8s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=OXVMVyrE Qhj5YI1PmL6jAQ9pMWA=; b=ubqc7gu4/B3fB1nQs7FEvZ8L+prtlAEjWQORvfqS dYGrzLwqRvbWOy0yEhubBTl30R+uhwRRT61yHp2PPEcQV/n8fpWcK1vi3EkIzyIF D9+yVi8OBJyv8OSHlil/diBzflnH85+kHyVfcogyOwxLu8C9/X/GjdVDPnzINv1L TcQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f51.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=ni1o6fcV+qonyQSNHpHi8jZnWjSpAHW4Re2nn0OO+sI=; b=iYKnECky4py0bxxtujhkx2SWoxhzp2VBksYWnYMdlLOCjWktsmw7lAgNM2wjz0vo+0 8vHA90mnzKH8N/0eixhsumtGaCGSMEfbU8WBhYGpAhN0aWwJOZJ6lpJEngw0RtuvhdFT DpH/7C9ijSwiXVVGnljXmteTeEHEmimKHdLdgOIV3lZOaQtf5YNAmLPPJIwc+B+47zZb HlU0j6aUq9HyR53lLfGvUTjAwaGx8ZP3vE9xHU7rkaRYNQAw06m3DsHO8mEZK6VHUkqz qW5AmgvrsqJ7PkN5lXFDGvy5awO8rbV4xfxWHKea+2/IXa3oaRMnCe807bmxvnBCyAoP XS9w== X-Gm-Message-State: ALoCoQlFLS+iyWjWj0AUhSHG93ksvQIRi1y+63ykqwZfWtg7kIz+oRHd7GMaiQ1yeXxtR3xu31zW MIME-Version: 1.0 X-Received: by 10.113.10.164 with SMTP id eb4mr4704274lbd.9.1438368404113; Fri, 31 Jul 2015 11:46:44 -0700 (PDT) In-Reply-To: <55BB6F47.1000906@dronecode.org.uk> References: <55BA373A DOT 4020909 AT dronecode DOT org DOT uk> <55BB6F47 DOT 1000906 AT dronecode DOT org DOT uk> Date: Fri, 31 Jul 2015 11:46:44 -0700 Message-ID: Subject: Re: Analyzing a SEG FAULT that gdb doesn't help with From: Michael Enright To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Fri, Jul 31, 2015 at 5:51 AM, Jon TURNEY wrote: > > I think you need to use the gdb command 'set cygwin-exceptions on' to tell > gdb to break on exceptions inside the cygwin DLL (by default they are > ignored, as they may be generated during normal operation when checking a > pointer is valid) > > I shall have to see if I can find a place for these last couple of answers > in the FAQ or documentation somewhere. It's rather too obscure at the > moment. > This is going to help, I have another application (which I don't even know yet if it uses strftime because I didn't write it) that is falling over in a similar fashion, with a different 0x61xxxxxx address involved. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple