Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76964 --- shadow/76964 2005-12-10 19:53:38.000000000 -0500 +++ shadow/76964.tmp.16310 2005-12-10 19:53:38.000000000 -0500 @@ -0,0 +1,164 @@ +Bug#: 76964 +Product: Mono: Runtime +Version: unspecified +OS: other +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: interop +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: mono- svn 54207 compile error + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: +make[8]: Entering directory `/home/hys545/MONO/mcs/class/System.XML' +MONO_PATH="../../class/lib/basic:$MONO_PATH" /usr/src/Haansoft/BUILD/mono/ +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 +System.Xml/XmlTextReader.cs(1692,12): warning CS0168: The variable ` +dummyValue' is declared but never used +System.Xml/XmlReader.cs(1166,16): warning CS0169: The private method ` +System.Xml.XmlReader.CheckSupport()' is never used +Mono.Xml.Xsl/XslKey.cs(101,23): warning CS0169: The private field `Mono. +Xml.Xsl.KeyIndexTable.ctx' is assigned but its value is never used +Mono.Xml.Xsl/XslTransformProcessor.cs(56,8): warning CS0169: The private +field `Mono.Xml.Xsl.XslTransformProcessor.outputStylesheetXmlns' is +assigned but its value is never used +System.Xml/DTDReader.cs(1440,15): warning CS0169: The private method ` +System.Xml.DTDReader.ReadCharacterReference()' is never used +System.Xml/DTDValidatingReader.cs(120,8): warning CS0169: The private field + `Mono.Xml.DTDValidatingReader.dontResetTextType' is assigned but its +value is never used +System.Xml/XmlNodeChangedEventArgs.cs(40,10): warning CS0169: The private +field `System.Xml.XmlNodeChangedEventArgs._oldValue' is assigned but its +value is never used +System.Xml/XmlNodeChangedEventArgs.cs(41,10): warning CS0169: The private +field `System.Xml.XmlNodeChangedEventArgs._newValue' is assigned but its +value is never used +System.Xml.XPath/XPathDocument.cs(100,16): warning CS0169: The private +method `System.Xml.XPath.XPathDocument.Initialize(System.Xml.XmlReader, +System.Xml.XmlSpace, bool)' is never used +System.Xml.Schema/XmlSchemaChoice.cs(201,16): warning CS0169: The private +method `System.Xml.Schema.XmlSchemaChoice.ValidateParticleSection(ref int, +System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.XmlSchemaParticle, +System.Xml.Schema.ValidationEventHandler, System.Xml.Schema.XmlSchema, +bool)' is never used +System.Xml.Schema/XmlSchemaSerializer.cs(118,8): warning CS0169: The +private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_ +XmlSchemaForm(System.Xml.Schema.XmlSchemaForm, string, string, bool, bool, +bool)' is never used +System.Xml.Schema/XmlSchemaSerializer.cs(147,8): warning CS0169: The +private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_ +XmlSchemaDerivationMethod(System.Xml.Schema.XmlSchemaDerivationMethod, +string, string, bool, bool, bool)' is never used +System.Xml.Schema/XmlSchemaSerializer.cs(1094,8): warning CS0169: The +private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_ +XmlSchemaUse(System.Xml.Schema.XmlSchemaUse, string, string, bool, bool, +bool)' is never used +System.Xml.Schema/XmlSchemaSerializer.cs(2101,8): warning CS0169: The +private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_ +XmlSchemaContentProcessing(System.Xml.Schema.XmlSchemaContentProcessing, +string, string, bool, bool, bool)' is never used +System.Xml.Serialization/MapCodeGenerator.cs(41,19): warning CS0169: The +private field `System.Xml.Serialization.MapCodeGenerator.codeCompileUnit' +is assigned but its value is never used +System.Xml.Serialization/MapCodeGenerator.cs(45,18): warning CS0169: The +private field `System.Xml.Serialization.MapCodeGenerator.codeGen' is +assigned but its value is never used +System.Xml.Serialization/SerializationSource.cs(151,8): warning CS0169: +The private field `System.Xml.Serialization.MembersSerializationSource. +writeAccessors' is assigned but its value is never used +System.Xml.Serialization/XmlElementAttribute.cs(49,15): warning CS0169: +The private field `System.Xml.Serialization.XmlElementAttribute.order' is +assigned but its value is never used + +================================================================= +Got a SIGSEGV while executing native code. This usually indicates +a fatal error in the mono runtime or one of the native libraries +used by your application. +================================================================= + +Stacktrace: + +in <0x4> (wrapper managed-to-native) System.Reflection.Emit.TypeBuilder: +create_runtime_class (System.Reflection.Emit.TypeBuilder) +in <0xfffffef5> (wrapper managed-to-native) System.Reflection.Emit. +TypeBuilder:create_runtime_class (System.Reflection.Emit.TypeBuilder) +in <0x2bd> System.Reflection.Emit.TypeBuilder:CreateType () +in <0x26> Mono.CSharp.DeclSpace:CloseType () +in <0xc9> Mono.CSharp.RootContext:CloseTypes () +in <0xaef> Mono.CSharp.Driver:MainDriver (string[]) +in <0x41> Mono.CSharp.Driver:Main (string[]) +in <0x7f74052> (wrapper runtime-invoke) System.Object:runtime_invoke_int_ +string[] (object,intptr,intptr,intptr) + +Native stacktrace: + + /usr/src/Haansoft/BUILD/mono/mono/mini/mono(mono_handle_native_ +sigsegv+0xba) [0x811f7e7] + /usr/src/Haansoft/BUILD/mono/mono/mini/mono [0x80f0298] + [0x865440] + /usr/src/Haansoft/BUILD/mono/mono/mini/mono [0x8136953] + /usr/src/Haansoft/BUILD/mono/mono/mini/mono [0x81369bd] + /usr/src/Haansoft/BUILD/mono/mono/mini/mono(mono_reflection_create_ +runtime_class+0x473) [0x8141e5b] + [0x15e3a9] + [0x15e276] + [0x422eaf] + [0x42278a] + [0x1416f8] + [0x140132] + [0x13a874] + /usr/src/Haansoft/BUILD/mono/mono/mini/mono(mono_runtime_exec_main ++0x94) [0x80ae89b] + /usr/src/Haansoft/BUILD/mono/mono/mini/mono(mono_runtime_run_main+0 +x166) [0x80b1279] + /usr/src/Haansoft/BUILD/mono/mono/mini/mono(mono_main+0x1089) [0x +805d75d] + /lib/libc.so.6(__libc_start_main+0xc5) [0x1c0d4d] + /usr/src/Haansoft/BUILD/mono/mono/mini/mono [0x805c1b1] +make[8]: *** [../../class/lib/basic/System.Xml.dll] Aborted +make[8]: Leaving directory `/home/hys545/MONO/mcs/class/System.XML' +make[7]: *** [do-all] Error 2 +make[7]: Leaving directory `/home/hys545/MONO/mcs/class/System.XML' +make[6]: *** [all-recursive] Error 1 +make[6]: Leaving directory `/home/hys545/MONO/mcs/class' +make[5]: *** [all-recursive] Error 1 +make[5]: Leaving directory `/home/hys545/MONO/mcs' +make[4]: *** [profile-do--basic--all] Error 2 +make[4]: Leaving directory `/home/hys545/MONO/mcs' +make[3]: *** [profiles-do--all] Error 2 +make[3]: Leaving directory `/home/hys545/MONO/mcs' +make[2]: *** [all-local] Error 2 +make[2]: Leaving directory `/home/hys545/MONO/mono/runtime' +make[1]: *** [all-recursive] Error 1 +make[1]: Leaving directory `/home/hys545/MONO/mono' +make: *** [all] Error 2 + + +Steps to reproduce the problem: +1. I deleted mono mcs directory +2. svn update +3. compile + +Actual Results: + + +Expected Results: + + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
