[Mono-dev] Mono 1.1.13.8 compilation problems

William Lahti xfurious at gmail.com
Thu Aug 10 17:49:43 EDT 2006


I'm not sure if this is the right place because this (just maybe) could be a
site-specific problem, but mcs isn't supposed to die with uncaught
exceptions anyway so:

While trying to upgrade my mono from 1.1.9 to 1.1.13.8, mcs had an uncaught
exception compiling the System.Xml library. Specifically:

make[8]: Entering directory `/Users/Fury/Sources/mono-
1.1.13.8/mcs/class/System.XML'
MONO_PATH="../../class/lib/basic:$MONO_PATH" /Users/Fury/Source/mono-
1.1.13.8/runtime/mono-wrapper  ../../class/lib/basic/mcs.exe
/codepage:28591   -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug
/noconfig -r:mscorlib.dll -r:System.dll -nowarn:0162,0618,0612,0642,1595
-target:library -out:System.Xml.dll System.Xml.XPath/Parser.cs
Mono.Xml.Xsl/PatternParser.cs
Mono.Xml.Xsl/PatternTokenizer.cs @System.Xml.dll.sources

Unhandled Exception: System.ObjectDisposedException: The object was used
after being disposed.
in <0x000ea> System.IO.FileStream:Read (System.Byte[] dest, Int32
dest_offset, Int32 count)
in <0x00039> System.IO.StreamReader:ReadBuffer ()
in <0x00101> System.IO.StreamReader:ReadLine ()
in <0x00250> Mono.CSharp.Driver:LoadArgs (System.String file)
in <0x0022a> Mono.CSharp.Driver:MainDriver (System.String[] args)
in <0x00041> Mono.CSharp.Driver:Main (System.String[] args)
make[8]: *** [../../class/lib/basic/System.Xml.dll] Error 1

Adding --debug to the mono-wrapper command results in the same output with a
few warnings:

** (../../class/lib/basic/mcs.exe:30967): WARNING **: Symbol file
/Users/Fury/Sources/mono-1.1.13.8/mcs/class/lib/basic/mscorlib.dll.mdb has
incorrect version (expected 39, got 38)

** (../../class/lib/basic/mcs.exe:30967): WARNING **: Symbol file
/Users/Fury/Sources/mono-1.1.13.8/mcs/class/lib/basic/mcs.exe.mdb has
incorrect version (expected 39, got 38)

** (../../class/lib/basic/mcs.exe:30967): WARNING **: Symbol file
/Users/Fury/Sources/mono-1.1.13.8/mcs/class/lib/basic/System.dll.mdb has
incorrect version (expected 39, got 38)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060810/6a11002c/attachment.html 


More information about the Mono-devel-list mailing list