I have recently installed part of cygwin so that I can attempt to build Mozilla on windows 2000.

I have now had a Mozilla build fail due to make crashing. When I restarted the build, make did not crash a second time.

The following was displayed in the window I was using for the build

make[4]: Entering directory `/cygdrive/c/files/Bruce/moz_objdir/xpcom/string' make[5]: Entering directory `/cygdrive/c/files/Bruce/moz_objdir/xpcom/string/pub
lic'
Exception: STATUS_ACCESS_VIOLATION at eip=0022FBFC
eax=00000000 ebx=1002C080 ecx=00000101 edx=FFFFFFFF esi=1002B7E0 edi=00000000 ebp=0022E2E8 esp=0022E290 program=C:\cygwin\bin\make.exe, pid 1524, thread main
cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0022E2E8  0022FBFC  (1002B7E0, 10022E48, 0022E318, 00405AE1)
0022E318  0040D573  (1002B7E0, 10025A88, 100259A8, 610F807F)
0022E358  0040D99B  (10025A88, 10029C80, 100259BE, 00000000)
0022E3C8  00419E15  (10025A88, 00000002, 00000000, 00000002)
0022E3E8  00418FCA  (10025A88, 00000002, 0022E438, 0040D99B)
0022E438  0041AADF  (10025A88, 00000001, 00000001, 00000000)
0022E4A8  0041A2F7  (100261D8, 00000001, 00000000, 10014530)
0022E4C8  00418FCA  (10014530, 00000000, 1002A110, 0022E4EC)
0022E518  00418C8F  (1002A1C8, 00000000, 0022EDA8, 00000000)
0022EED0  0041146E  (00000004, 611600E4, 10010090, 7C2E2D69)
0022EF80  61005BC8  (0022EFD8, 00000000, 00000000, 00000000)
0022FF90  61005EB3  (00000000, 00000000, 00000000, 00000000)
End of stack trace
/bin/sh: line 1: 548 Segmentation fault (core dumped) /usr/bin/make -C $d
export
make[4]: *** [export] Error 139
make[4]: Leaving directory `/cygdrive/c/files/Bruce/moz_objdir/xpcom/string'
make[3]: *** [export] Error 2
make[3]: Leaving directory `/cygdrive/c/files/Bruce/moz_objdir/xpcom'
make[2]: *** [tier_2] Error 2
make[2]: Leaving directory `/cygdrive/c/files/Bruce/moz_objdir'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/cygdrive/c/files/Bruce/moz_objdir'
make: *** [build] Error 2

I have attached the make.exe.stackdump file and output from running cygcheck.

Exception: STATUS_ACCESS_VIOLATION at eip=0022FBFC
eax=000005F4 ebx=1002C080 ecx=00000101 edx=FFFFFFFF esi=1002B7E0 edi=00000000 ebp=0022E2E8 esp=0022E290 program=C:\cygwin\bin\make.exe, pid 548, thread main
cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0022E2E8  0022FBFC  (1002B7E0, 10022E48, 0022E318, 00405AE1)
0022E318  0040D573  (1002B7E0, 10025A88, 100259A8, 610F807F)
0022E358  0040D99B  (10025A88, 10029C80, 100259BE, 00000000)
0022E3C8  00419E15  (10025A88, 00000002, 00000000, 00000002)
0022E3E8  00418FCA  (10025A88, 00000002, 0022E438, 0040D99B)
0022E438  0041AADF  (10025A88, 00000001, 00000001, 00000000)
0022E4A8  0041A2F7  (100261D8, 00000001, 00000000, 10014530)
0022E4C8  00418FCA  (10014530, 00000000, 1002A110, 0022E4EC)
0022E518  00418C8F  (1002A1C8, 00000000, 0022EDA8, 00000000)
0022EED0  0041146E  (00000004, 611600E4, 10010090, 7C2E2D69)
0022EF80  61005BC8  (0022EFD8, 00000000, 00000000, 00000000)
0022FF90  61005EB3  (00000000, 00000000, 00000000, 00000000)
End of stack trace


Cygwin Configuration Diagnostics
Current System Time: Thu Mar 23 18:41:51 2006

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:   C:\files\moztools_vc71\bin
        C:\files\moztools\bin
        C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin
        C:\Program Files\Microsoft SDK\Bin
        C:\Program Files\Microsoft SDK\Bin\WinNT
        C:\Program Files\Microsoft SDK\Bin\Win64
        C:\files\masm
        C:\cygwin\bin
        C:\WINNT\system32
        C:\WINNT
        C:\WINNT\System32\Wbem

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1002(Bruce) GID: 513(None)
513(None)        545(Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1002(Bruce) GID: 513(None)
513(None)        545(Users)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

PWD = '/cygdrive/c/files/Bruce'
HOME = '/cygdrive/c/files/Bruce'

MSSDK = 'C:\Program Files\Microsoft SDK'
HOMEPATH = '\Documents and Settings\Bruce'
APPDATA = 'C:\Documents and Settings\Bruce\Application Data'
MSTOOLS = 'C:\Program Files\Microsoft SDK'
TERM = 'cygwin'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 3 Stepping 4, GenuineIntel'
WINDIR = 'C:\WINNT'
USERDOMAIN = 'EDDIE'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
GLIB_PREFIX = 'C:\files\moztools_vc71'
OS2LIBPATH = 'C:\WINNT\system32\os2\dll;'
LIBIDL_PREFIX = 'C:\files\moztools_vc71'
TEMP = '/cygdrive/c/DOCUME~1/Bruce/LOCALS~1/Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
APPVER = '5.0'
LIB = 'C:\files\moztools_vc71\lib;C:\files\moztools\lib;C:\Program Files\Microsoft Visual C++ Toolkit 2003\lib;C:\Program Files\Microsoft SDK\Lib;'
MOZ_TOOLS = 'C:\files\moztools'
USERNAME = 'Bruce'
PROCESSOR_LEVEL = '6'
CPU = 'i386'
TARGETOS = 'WINNT'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Documents and Settings\Bruce'
PS1 = '\w \$ '
LOGONSERVER = '\\EDDIE'
PROCESSOR_ARCHITECTURE = 'x86'
!C: = 'C:\files\Bruce'
CYGWINBASE = 'C:\cygwin'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
VCTOOLKITINSTALLDIR = 'C:\Program Files\Microsoft Visual C++ Toolkit 2003\'
HOMEDRIVE = 'C:'
PROMPT = '$P$G'
INETSDK = 'C:\Program Files\Microsoft SDK'
COMSPEC = 'C:\WINNT\system32\cmd.exe'
TMP = '/cygdrive/c/DOCUME~1/Bruce/LOCALS~1/Temp'
SYSTEMROOT = 'C:\WINNT'
PROCESSOR_REVISION = '0304'
PROGRAMFILES = 'C:\Program Files'
NUMBER_OF_PROCESSORS = '1'
INCLUDE = 'C:\files\moztools_vc71\include;C:\files\moztools\include;C:\Program Files\Microsoft Visual C++ Toolkit 2003\include;C:\Program Files\Microsoft SDK\include;'
COMPUTERNAME = 'EDDIE'
!EXITCODE = '00000000'
_ = '/usr/bin/cygcheck'
POSIXLY_CORRECT = '1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
 (default) = '/cygdrive'
 cygdrive flags = 0x00000020
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
 (default) = 'C:\cygwin'
 flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
 (default) = 'C:\cygwin/bin'
 flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
 (default) = 'C:\cygwin/lib'
 flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd             N/A    N/A
c:  hd  NTFS      6000Mb  86% CP CS UN PA FC
d:  cd             N/A    N/A
e:  fd             N/A    N/A

C:\cygwin      /          system  textmode
C:\cygwin/bin  /usr/bin   system  textmode
C:\cygwin/lib  /usr/lib   system  textmode
.              /cygdrive  system  textmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\patch.exe
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Not Found: ssh
Found: C:\cygwin\bin\sh.exe
Not Found: tar
Found: C:\cygwin\bin\test.exe
Not Found: vi
Not Found: vim

  56k 2005/07/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                 "cygbz2-1.dll" v0.0 ts=2005/7/9 6:09
   7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                 "cygcrypt-0.dll" v0.0 ts=2003/10/19 8:57
1047k 2005/10/11 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                 "cygcrypto-0.9.8.dll" v0.0 ts=2005/10/11 13:47
 895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0
                 "cygdb-4.2.dll" v0.0 ts=2004/4/27 16:31
 965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0
                 "cygdb-4.3.dll" v0.0 ts=2005/5/14 13:37
1156k 2004/04/28 C:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0
                 "cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 16:35
1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll - os=4.0 img=1.0 sys=4.0
                 "cygdb_cxx-4.3.dll" v0.0 ts=2005/5/14 13:41
 174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                 "cygexpat-0.dll" v0.0 ts=2004/10/14 9:34
  40k 2005/09/29 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                 "cygform-8.dll" v0.0 ts=2005/9/29 3:15
  30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                 "cyggdbm-4.dll" v0.0 ts=2003/8/11 3:12
15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                 "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 3:13
  24k 2006/02/18 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                 "cyghistory6.dll" v0.0 ts=2006/2/18 6:03
 947k 2005/11/20 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                 "cygiconv-2.dll" v0.0 ts=2005/11/20 2:24
  22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                 "cygintl-1.dll" v0.0 ts=2001/12/13 9:28
  37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                 "cygintl-2.dll" v0.0 ts=2003/8/10 22:50
  31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                 "cygintl-3.dll" v0.0 ts=2005/11/20 2:04
  21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                 "cygintl.dll" v0.0 ts=2001/6/20 18:09
  21k 2005/09/29 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                 "cygmenu-8.dll" v0.0 ts=2005/9/29 3:15
  67k 2005/09/29 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                 "cygncurses++-8.dll" v0.0 ts=2005/9/29 3:16
 226k 2005/09/29 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                 "cygncurses-8.dll" v0.0 ts=2005/9/29 3:02
  11k 2005/09/29 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                 "cygpanel-8.dll" v0.0 ts=2005/9/29 3:15
 176k 2005/09/06 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                 "cygpcre-0.dll" v0.0 ts=2005/9/6 21:49
 299k 2005/09/06 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
                 "cygpcrecpp-0.dll" v0.0 ts=2005/9/6 22:26
   6k 2005/09/06 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                 "cygpcreposix-0.dll" v0.0 ts=2005/9/6 22:26
1249k 2005/12/30 C:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0
                 "cygperl5_8.dll" v0.0 ts=2005/12/30 1:48
 152k 2006/02/18 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                 "cygreadline6.dll" v0.0 ts=2006/2/18 6:03
 215k 2005/10/11 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                 "cygssl-0.9.8.dll" v0.0 ts=2005/10/11 13:47
1763k 2006/01/20 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                 "cygwin1.dll" v0.0 ts=2006/1/20 18:28
   Cygwin DLL version info:
       DLL version: 1.5.19
       DLL epoch: 19
       DLL bad signal mask: 19005
       DLL old termios: 5
       DLL malloc env: 28
       API major: 0
       API minor: 150
       Shared data: 4
       DLL identifier: cygwin1
       Mount registry: 2
       Cygnus registry name: Cygnus Solutions
       Cygwin registry name: Cygwin
       Program options name: Program Options
       Cygwin mount registry name: mounts v2
       Cygdrive flags: cygdrive flags
       Cygdrive prefix: cygdrive prefix
       Cygdrive default prefix:
       Build date: Fri Jan 20 13:28:43 EST 2006
       CVS tag: cr-0x5ef
       Shared id: cygwin1S4


Can't find the cygrunsrv utility, skipping services check.


Cygwin Package Information
Last downloaded files to: C:\temp\DOWNLOAD\cygwin
Last downloaded files from: http://mirrors.kernel.org/sources.redhat.com/cygwin

Package              Version
_update-info-dir     00381-1
ash                  20040127-3
autoconf2.1          2.13-1
base-files           3.7-1
base-passwd          2.2-1
bash                 3.0-14
coreutils            5.94-1
crypt                1.1-1
cygwin               1.5.19-4
diffutils            2.8.7-1
expat                1.95.8-1
findutils            4.2.27-1
gawk                 3.1.5-3
grep                 2.5.1a-2
libbz2_1             1.0.3-1
libdb4.2             4.2.52-1
libdb4.3             4.3.28-1
libgdbm4             1.8.3-7
libiconv2            1.9.2-2
libintl              0.10.38-3
libintl1             0.10.40-1
libintl2             0.12.1-3
libintl3             0.14.5-1
libncurses8          5.4-4
libpcre0             6.3-1
libreadline6         5.1-4
m4                   1.4.4-1
make                 3.80-1
mktemp               1.5-3
openssl              0.9.8a-1
patch                2.5.8-8
patchutils           0.2.31-1
perl                 5.8.7-5
sed                  4.1.5-1
terminfo             5.4_20041009-1
texinfo              4.8-1
unzip                5.50-5
wget                 1.10.2-1
zip                  2.3-6
Use -h to see help about each section


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

Reply via email to