This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]