[Mono-bugs] [Bug 325109] Mono svn head (r84118, also r83139) fails to compile on windows during mcs bootstrap
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Sep 18 11:13:15 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=325109#c2
Andy Hume <andyhume32 at yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andyhume32 at yahoo.co.uk
--- Comment #2 from Andy Hume <andyhume32 at yahoo.co.uk> 2007-09-18 09:13:15 MST ---
Just to say that I experience this too. After every SVN update I experience
this error, along with MCS crashing. However if I do "make clean" first all is
well. My mono+cygwin build configuration should be as described by shana.
The crashing mcs is "D:\cygwin\usr\src\mono\mcs\mcs\mcs.exe" the error is:
[[
---------------------------
mcs.exe - Common Language Runtime Debugging Services
---------------------------
Application has generated an exception that could not be handled.
Process id=0x1198 (4504), Thread id=0x1fe8 (8168).
Click OK to terminate the application.
Click CANCEL to debug the application.
---------------------------
OK Cancel
---------------------------
]]
Sure enough it seems to be being run by the MSFT CLR:
[[
0:003> lm f
start end module name
00400000 004de000 mcs D:\cygwin\usr\src\mono\mcs\mcs\mcs.exe
00ac0000 00b05000 fusion
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
03210000 03340000 system_3210000
c:\windows\microsoft.net\framework\v1.1.4322\system.dll
04370000 044ba000 system_xml_4370000
c:\windows\microsoft.net\framework\v1.1.4322\system.xml.dll
0ffd0000 0fff8000 rsaenh C:\WINDOWS\system32\rsaenh.dll
5d090000 5d12a000 comctl32_5d090000 C:\WINDOWS\system32\comctl32.dll
629c0000 629c9000 LPK C:\WINDOWS\system32\LPK.DLL
74d90000 74dfb000 USP10 C:\WINDOWS\system32\USP10.dll
76390000 763ad000 IMM32 C:\WINDOWS\system32\IMM32.DLL
773d0000 774d3000 comctl32
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
774e0000 7761d000 ole32 C:\WINDOWS\system32\ole32.dll
77b40000 77b62000 Apphelp C:\WINDOWS\system32\Apphelp.dll
77c10000 77c68000 msvcrt C:\WINDOWS\system32\msvcrt.dll
77dd0000 77e6b000 ADVAPI32 C:\WINDOWS\system32\ADVAPI32.dll
77e70000 77f01000 RPCRT4 C:\WINDOWS\system32\RPCRT4.dll
77f10000 77f57000 GDI32 C:\WINDOWS\system32\GDI32.dll
77f60000 77fd6000 SHLWAPI C:\WINDOWS\system32\SHLWAPI.dll
79000000 79045000 mscoree C:\WINDOWS\system32\mscoree.dll
791b0000 79419000 mscorwks
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorwks.dll
79430000 7947d000 MSCORJIT
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\MSCORJIT.DLL
79510000 79523000 mscorsn
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorsn.dll
79780000 7998e000 mscorlib
c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll
79990000 79cce000 mscorlib_79990000
c:\windows\assembly\nativeimages1_v1.1.4322\mscorlib\1.0.5000.0__b77a5c561934e089_9220fa66\mscorlib.dll
7b0a0000 7b1d0000 system
c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll
7b1d0000 7b3b4000 system_7b1d0000
c:\windows\assembly\nativeimages1_v1.1.4322\system\1.0.5000.0__b77a5c561934e089_b757afb2\system.dll
7bc10000 7bd5a000 system_xml
c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll
7bd60000 7bf62000 system_xml_7bd60000
c:\windows\assembly\nativeimages1_v1.1.4322\system.xml\1.0.5000.0__b77a5c561934e089_2337e62d\system.xml.dll
7c340000 7c396000 MSVCR71
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\MSVCR71.dll
7c800000 7c8f5000 KERNEL32 C:\WINDOWS\system32\KERNEL32.dll
7c900000 7c9b0000 ntdll C:\WINDOWS\system32\ntdll.dll
7c9c0000 7d1d5000 SHELL32 C:\WINDOWS\system32\SHELL32.dll
7e410000 7e4a0000 USER32 C:\WINDOWS\system32\USER32.dll
]]
So why is that occuring on 'rebuild' only?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list