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: Segfault in _cygwin_dll_entry


Larry Hall wrote:

>I'd suggest 'cygcheck cygggi-2.dll'.  Make sure there's no MS CRT in
>there anywhere.  If there is, you're on dangerous ground.  Comparing the
>output of this with that of cygii-0.dll might be instructive too.

~$ cygcheck /bin/cyggg-0.dll
C:/cygwin/bin/cyggg-0.dll
  C:/cygwin/bin\cygwin1.dll
    C:\WINNT\system32\ADVAPI32.DLL
      C:\WINNT\system32\NTDLL.DLL
      C:\WINNT\system32\KERNEL32.DLL
      C:\WINNT\system32\RPCRT4.DLL

~$ cygcheck /bin/cyggii-0.dll
C:/cygwin/bin/cyggii-0.dll
  C:/cygwin/bin\cygwin1.dll
    C:\WINNT\system32\ADVAPI32.DLL
      C:\WINNT\system32\NTDLL.DLL
      C:\WINNT\system32\KERNEL32.DLL
      C:\WINNT\system32\RPCRT4.DLL
  C:/cygwin/bin\cyggg-0.dll

~$ cygcheck /bin/cygggi-2.dll
C:/cygwin/bin/cygggi-2.dll
  C:/cygwin/bin\cyggg-0.dll
    C:/cygwin/bin\cygwin1.dll
      C:\WINNT\system32\ADVAPI32.DLL
        C:\WINNT\system32\NTDLL.DLL
        C:\WINNT\system32\KERNEL32.DLL
        C:\WINNT\system32\RPCRT4.DLL
  C:/cygwin/bin\cyggii-0.dll

>>Is it a known problem?

>No.  If nothing "obvious" turns up in your initial efforts to scope the
>problem, you're probably going to be best off debugging into the Cygwin
>DLL to see where it crashes.

What should I read to get going with debugging into the Cygwin DLL?

/Peter

--
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]