Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Thu, 20 Jun 2002 13:16:28 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: cygwin1.dll [1.3.11(CVS)]: Changes since 06/19 snapshot cause page fault in kernel32.dll Message-ID: <20020620171628.GB5605@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20020620114252 DOT 64865 DOT qmail AT web21003 DOT mail DOT yahoo DOT com> <8228727568 DOT 20020620172306 AT syntrex DOT com> <830819686 DOT 20020620175758 AT syntrex DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <830819686.20020620175758@syntrex.com> User-Agent: Mutt/1.3.23.1i On Thu, Jun 20, 2002 at 05:57:58PM +0200, Pavel Tsekov wrote: >With CYGWIN_SLEEP I was able to attach before the crash occures. Here >is a backtrace from gdb: > >Program received signal SIGSEGV, Segmentation fault. >0x61093419 in MTinterface::Init (this=0x610f8000, forked=0) > at ../../../../cygwin-snapshot/winsup/cygwin/thread.cc:296 >296 mainthread.win32_obj_id = myself->hProcess; > >The problem is that operator -> (myself->) returns NULL. Hmm. myself is never supposed to be NULL. Or at least it shouldn't be NULL once the constructors are run. This function is called after the constructors are run, so... Out of curiousity, does the latest cygwin snapshot die the same way? cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/