| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | Kiyo Kelvin Lee <kiyolee AT hotmail DOT 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 DOT 29758 DOT qmail AT web86910 DOT mail DOT ukl DOT yahoo DOT com> <loom DOT 20060726T200121-941 AT post DOT gmane DOT org> <44C804C6 DOT 9040001 AT cygwin DOT com> <ea9rid$qft$1 AT sea DOT gmane DOT org> <20060727135915 DOT GB27786 AT trixie DOT casa DOT cgf DOT cx> <eacp94$61o$1 AT sea DOT gmane DOT org> <20060728145221 DOT GD16728 AT trixie DOT casa DOT cgf DOT cx> |
| Mime-Version: | 1.0 |
| 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 AT cygwin DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| 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 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |