[Mono-bugs] [Bug 61243][Nor] Changed - Segmentation Fault instead of NullReferenceException

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 16 Jul 2004 15:02:34 -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 medvitz@medvitz.net.

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

--- shadow/61243	2004-07-08 08:17:14.000000000 -0400
+++ shadow/61243.tmp.31783	2004-07-16 15:02:34.000000000 -0400
@@ -105,6 +105,52 @@
 #11: 0x00001 vcall      in TerWoord.Frameworks.GUI.Window:.ctor () ()
 #12: 0x00001 vcall      in TerWoord.Frameworks.GUI.XmlWindow:.ctor () 
 ()
 #13: 0x00001 vcall      in ProefWindow:.ctor () ()
 #14: 0x0000c newobj     in proef1:Main (string[]) ([0x894a8e0] )
   
+
+------- Additional Comments From medvitz@medvitz.net  2004-07-16 15:02 -------
+
+I found this while searching for a problim that I am having installing
+mono 1.0 on an AMD64 machine.  Everything compiles, then whine I do a
+make install, the gacutil.exe fails with a similar message.  See below
+
+make[1]: Entering directory
+`/home/medvitz/Development/Mono/mono-1.0/runtime/net_1_1'
+make[1]: Nothing to be done for `install-exec-am'.
+/bin/sh ../../mkinstalldirs /usr/local/lib
+ /usr/bin/install -c -m 644 mscorlib.dll /usr/local/lib/mscorlib.dll
+MONO_PATH=. ../../mono/interpreter/mint --config ../../data/config
+./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /gacdir
+/usr/local/lib /root /usr/local/lib
+ 
+Unhandled Exception: System.TypeInitializationException: An exception
+was thrown by the type initializer for System.IO.Path --->
+System.NullReferenceException: Null Reference (SIGSEGV)
+#0: 0x00000            in System.Char:ToString () ()
+#1: 0x00016 call       in System.IO.Path:.cctor () ()
+#2: 0x0000b ldsfld.o   in System.IO.FileSystemInfo:CheckPath (string)
+(0x5cad20 [0x5cbf18] )
+#3: 0x00008 vcallvirt  in System.IO.DirectoryInfo:.ctor (string)
+(0x5cad20 [0x5cbf18] )
+#4: 0x00005 newobj     in Mono.Tools.Driver:EnsureLib (string)
+([0x5cbf18] )
+#5: 0x00197 call       in Mono.Tools.Driver:Main (string[]) ([0x5d4ee0] )
+--- End of inner exception stack trace ---
+ 
+#0: 0x0000b ldsfld.o   in System.IO.FileSystemInfo:CheckPath (string)
+(0x5cad20 [0x5cbf18] )
+#1: 0x00008 vcallvirt  in System.IO.DirectoryInfo:.ctor (string)
+(0x5cad20 [0x5cbf18] )
+#2: 0x00005 newobj     in Mono.Tools.Driver:EnsureLib (string)
+([0x5cbf18] )
+#3: 0x00197 call       in Mono.Tools.Driver:Main (string[]) ([0x5d4ee0] )
+ 
+make[1]: *** [install-data-local] Error 1
+make[1]: Leaving directory
+`/home/medvitz/Development/Mono/mono-1.0/runtime/net_1_1'
+
+
+
+If this is actually a separate issue, let me know and I will create a
+new item.