Krzysztof Duleba wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x610aea58 in pthread_key_create () from /usr/bin/cygwin1.dll > > This is a regression from 1.5.18.
That's normal. You can just continue. There was a thread about this recently. pthread_key_create checks to see if the passed value happens to be already initialized, which in most cases is not true and thus faults - but it traps the fault which is why you don't normally see it. 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/