This is the mail archive of the cygwin@cygwin.com 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: cygwin1.dll [1.3.11(CVS)]: Changes since 06/19 snapshot cause page fault in kernel32.dll


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/


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