[Mono-bugs] [Bug 41973][Cri] New - mini aborts a program that mono can run

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 26 Apr 2003 14:58:41 -0400 (EDT)


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

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

--- shadow/41973	Sat Apr 26 14:58:41 2003
+++ shadow/41973.tmp.26077	Sat Apr 26 14:58:41 2003
@@ -0,0 +1,81 @@
+Bug#: 41973
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: RedHat 8.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pedroabelleira@yahoo.es               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: mini aborts a program that mono can run
+
+Please fill in this template when reporting a bug, unless you know what you 
+are doing.
+Description of Problem:
+
+mini crashes when running an app mono is able to run. The stack trace is:
+
+Unhandled Exception: System.Reflection.TargetInvocationException: Exception 
+has been thrown by the target of an invocation. ---> System.
+NullReferenceException: A null value was found where an object instance was 
+required
+in <0x0054c> 00 System.Resources.ResourceReader:ReadHeaders ()
+in <0x0016b> 00 System.Resources.ResourceReader:.ctor (System.IO.Stream)
+in <0x000af> 00 System.Resources.ResourceSet:.ctor (System.IO.Stream)
+in (unmanaged) /home/pedro/tmp/mono/lib/libmini.so.0 [0x40042657]
+in (unmanaged) /home/pedro/tmp/mono/lib/libmini.so.
+0(mono_runtime_invoke+0x27) [0x40090691]
+in (unmanaged) /home/pedro/tmp/mono/lib/libmini.so.
+0(mono_runtime_invoke_array+0x1d4) [0x4009144e]
+in (unmanaged) /home/pedro/tmp/mono/lib/libmini.so.0 [0x40096c42]
+in <0x0009a> 00 System.Reflection.MonoCMethod:Invoke (object,System.
+Reflection.BindingFlags,System.Reflection.Binder,object[],System.
+Globalization.CultureInfo)
+--- End of inner exception stack trace ---
+
+in <0x000e3> 00 System.Reflection.MonoCMethod:Invoke (object,System.
+Reflection.BindingFlags,System.Reflection.Binder,object[],System.
+Globalization.CultureInfo)
+in <0x00022> 00 System.Reflection.MonoCMethod:Invoke (System.Reflection.
+BindingFlags,System.Reflection.Binder,object[],System.Globalization.
+CultureInfo)
+in <0x00047> 00 System.Reflection.ConstructorInfo:Invoke (object[])
+in <0x00226> 00 System.Activator:CreateInstance (System.Type,object[],
+object[])
+in <0x0002d> 00 System.Activator:CreateInstance (System.Type,object[])
+in <0x0016d> 00 System.Resources.ResourceManager:InternalGetResourceSet 
+(System.Globalization.CultureInfo,bool,bool)
+in <0x00099> 00 System.Resources.ResourceManager:GetString (string,System.
+Globalization.CultureInfo)
+in <0x00016> 00 System.Resources.ResourceManager:GetString (string)
+in <0x00068> 00 ICSharpCode.Core.Services.ResourceService:GetString 
+(string)
+in <0x000fc> 00 ICSharpCode.Core.Services.MessageService:ShowError (System.
+Exception,string)
+in <0x004aa> 00 ICSharpCode.SharpDevelop.SharpDevelopMain:Main (string[])
+
+It could be a non implemented method/class, as part of the assemblies that 
+the program uses are compiled in .NET
+I'll try to update this report when I have more data.
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information: