X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Kiyo Kelvin Lee <kiyolee@hotmail.com>
Subject:  Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub()     in cygthre
Date:  Sun, 30 Jul 2006 00:22:32 +1000
Lines: 26
Message-ID: <eafqvg$32u$1@sea.gmane.org>
References:  <20060721103154.29758.qmail@web86910.mail.ukl.yahoo.com> <loom.20060726T200121-941@post.gmane.org> <44C804C6.9040001@cygwin.com> <ea9rid$qft$1@sea.gmane.org> <20060727135915.GB27786@trixie.casa.cgf.cx> <eacp94$61o$1@sea.gmane.org> <20060728145221.GD16728@trixie.casa.cgf.cx>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
User-Agent: Thunderbird 1.5.0.4 (X11/20060608)
In-Reply-To: <20060728145221.GD16728@trixie.casa.cgf.cx>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Oh, well, I thought that needed to be a 10000 lines program. :-)
Anyway, indeed gdb does pop up for the sample program but doesn't so for 
the "real" crashes. Bad luck.
Regards,
Kiyo

Christopher Faylor wrote:
> On Fri, Jul 28, 2006 at 08:35:15PM +1000, Kiyo Kelvin Lee wrote:
>> I am quite sure I am doing that correctly.
>> I have checked all cygwin processes using System Explorer (from System 
>> Internals) and they all are having the suggested CYGWIN setting.
>> BTW, is there any way to test if the setting is really effectively?
>> Say, is there any intentionally broken program which would activate the 
>> setting?
> 
> Write a program which SEGVs, something like:
> 
> int
> main (int argc, char **argv)
> {
>   int *i = (int *) 0;
>   *i = 27;
> }
> 
> 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/

