[Mono-bugs] [Bug 29852][Maj] New - Thresher (http://sourceforge.net/projects/thresher/) crashes mcs

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
4 Sep 2002 03:05:52 -0000


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 kiwnix@yahoo.es.

http://bugzilla.ximian.com/show_bug.cgi?id=29852

--- shadow/29852	Tue Sep  3 23:05:52 2002
+++ shadow/29852.tmp.21521	Tue Sep  3 23:05:52 2002
@@ -0,0 +1,71 @@
+Bug#: 29852
+Product: Mono/MCS
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: anon cvs compiled 04-september-2002
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: kiwnix@yahoo.es               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Thresher (http://sourceforge.net/projects/thresher/) crashes mcs
+
+Description of Problem:
+
+In the compilation of Thresher mcs crashes before throwing some errors:
+
+in the directory "Thresher/IRC/source"
+
+mcs -r ../lib/log4net.dll @listing 
+./Ctcp/CtcpListener.cs(44) error CS0117:
+`System.Text.RegularExpressions.Category' does not contain a definition for
+`GetInstance'
+./Ctcp/CtcpListener.cs(128) error CS0117:
+`System.Text.RegularExpressions.Category' does not contain a definition for
+`Warn'
+
+Unhandled Exception: System.InvalidCastException: Cannot cast from source
+type to destination type
+in <0x00a9c> 00 Mono.CSharp.Switch:CheckSwitch (Mono.CSharp.EmitContext)
+in <0x000de> 00 Mono.CSharp.Switch:Resolve (Mono.CSharp.EmitContext)
+in <0x00118> 00 Mono.CSharp.Block:Resolve (Mono.CSharp.EmitContext)
+in <0x0009f> 00 Mono.CSharp.If:Resolve (Mono.CSharp.EmitContext)
+in <0x00118> 00 Mono.CSharp.Block:Resolve (Mono.CSharp.EmitContext)
+in <0x00100> 00 Mono.CSharp.EmitContext:EmitTopBlock
+(Mono.CSharp.Block,Mono.CSharp.InternalParameters,Mono.CSharp.Location)
+in <0x005c5> 00 Mono.CSharp.MethodData:Emit
+(Mono.CSharp.TypeContainer,Mono.CSharp.Block,object)
+in <0x0001f> 00 Mono.CSharp.Method:Emit (Mono.CSharp.TypeContainer)
+in <0x0027b> 00 Mono.CSharp.TypeContainer:Emit ()
+in <0x004dd> 00 Mono.CSharp.RootContext:EmitCode ()
+in <0x00732> 00 Mono.CSharp.Driver:MainDriver (string[])
+in <0x0000b> 00 Mono.CSharp.Driver:Main (string[])
+
+Additional Information:
+
+listing is the following file:
+--- BEGIN FILE ---
+./CommandBuilder.cs
+./Connection.cs
+./ConnectionArgs.cs
+./Ctcp/CtcpListener.cs
+./Ctcp/CtcpResponder.cs
+./Ctcp/CtcpSender.cs
+./Ctcp/CtcpUtil.cs
+./Delegates.cs
+./Enums.cs
+./Identd.cs
+./Listener.cs
+./RFC2812Codes.cs
+./RFC2812Util.cs
+./Sender.cs
+./UserInfo.cs
+./WhoisInfo.cs
+
+--- END FILE ---