cygwin1.dll [1.3.11(CVS)]: Changes since 06/19 snapshot cause page fault in kernel32.dll

Christopher Faylor cgf@redhat.com
Thu Jun 20 12:52:00 GMT 2002


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/



More information about the Cygwin mailing list