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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 8 Jul 2004 08:17:14 -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 meddochat@zonnet.nl.

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

--- shadow/61243	2004-07-08 03:35:42.000000000 -0400
+++ shadow/61243.tmp.9087	2004-07-08 08:17:14.000000000 -0400
@@ -34,6 +34,77 @@
 
 
 ------- Additional Comments From meddochat@zonnet.nl  2004-07-08 03:35 -------
 Created an attachment (id=8497)
 new test app, again lgpl
 
+
+------- Additional Comments From meddochat@zonnet.nl  2004-07-08 08:17 -------
+when running using mint, it looks like it has to do something with 
+Char.ToString(). details from mint:
+
+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: 0x00013 ldsfld.o   in System.IO.File:Exists (string) 
+([0x8957ec0] )
+#3: 0x0000e call       in System.Configuration.ConfigurationData:Load 
+(string) (0x89b6fe0 [0x8957ec0] )
+#4: 0x00014 callvirt   in System.Configuration.DefaultConfig:Init () 
+()
+#5: 0x00003 vcallvirt  in 
+System.Configuration.DefaultConfig:GetConfig (string) (0x8956c30 
+[0x8957f40] )
+#6: 0x00025 callvirt   in 
+System.Configuration.ConfigurationSettings:GetConfig (string) 
+([0x8957f40] )
+#7: 0x00003 call       in 
+TerWoord.Frameworks.GUI.ConfigurationFactory:.cctor () ()
+#8: 0x00004 ldsfld.o   in 
+TerWoord.Frameworks.GUI.Application:Initialize () ()
+#9: 0x00002 vcall      in 
+TerWoord.Frameworks.GUI.Application:GetBackEndControlForBaseControl 
+(TerWoord.Frameworks.GUI.BaseControl) ([0x8957f80] )
+#10: 0x00009 call       in TerWoord.Frameworks.GUI.BaseControl:.ctor 
+() ()
+#11: 0x00005 vcall      in TerWoord.Frameworks.GUI.Control:.ctor () ()
+#12: 0x00001 vcall      in 
+TerWoord.Frameworks.GUI.ContainerControl:.ctor () ()
+#13: 0x00001 vcall      in TerWoord.Frameworks.GUI.Window:.ctor () ()
+#14: 0x00001 vcall      in TerWoord.Frameworks.GUI.XmlWindow:.ctor () 
+()
+#15: 0x00001 vcall      in ProefWindow:.ctor () ()
+#16: 0x0000c newobj     in proef1:Main (string[]) ([0x894a8e0] )
+--- End of inner exception stack trace ---
+
+#0: 0x00013 ldsfld.o   in System.IO.File:Exists (string) 
+([0x8957ec0] )
+#1: 0x0000e call       in System.Configuration.ConfigurationData:Load 
+(string) (0x89b6fe0 [0x8957ec0] )
+#2: 0x00014 callvirt   in System.Configuration.DefaultConfig:Init () 
+()
+#3: 0x00003 vcallvirt  in 
+System.Configuration.DefaultConfig:GetConfig (string) (0x8956c30 
+[0x8957f40] )
+#4: 0x00025 callvirt   in 
+System.Configuration.ConfigurationSettings:GetConfig (string) 
+([0x8957f40] )
+#5: 0x00003 call       in 
+TerWoord.Frameworks.GUI.ConfigurationFactory:.cctor () ()
+#6: 0x00004 ldsfld.o   in 
+TerWoord.Frameworks.GUI.Application:Initialize () ()
+#7: 0x00002 vcall      in 
+TerWoord.Frameworks.GUI.Application:GetBackEndControlForBaseControl 
+(TerWoord.Frameworks.GUI.BaseControl) ([0x8957f80] )
+#8: 0x00009 call       in TerWoord.Frameworks.GUI.BaseControl:.ctor 
+() ()
+#9: 0x00005 vcall      in TerWoord.Frameworks.GUI.Control:.ctor () ()
+#10: 0x00001 vcall      in 
+TerWoord.Frameworks.GUI.ContainerControl:.ctor () ()
+#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] )
+