[Mono-bugs] [Bug 80738][Nor] New - Unexpected exception on IA-64

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Feb 6 08:11:37 EST 2007


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 gilles.grospellier at cea.fr.

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

--- shadow/80738	2007-02-06 08:11:37.000000000 -0500
+++ shadow/80738.tmp.22818	2007-02-06 08:11:37.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 80738
+Product: Mono: Runtime
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details: Only on IA-64 machine
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: JIT
+AssignedTo: lupus at ximian.com                            
+ReportedBy: gilles.grospellier at cea.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Unexpected exception on IA-64 
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. The following line throws an exception on IA-64
+
+System.Environment.SetEnvironmentVariable("foo","bar");
+
+Actual Results:
+throws an exception in Microsoft.Win32.RegistryKey.GetHiveName
+
+Expected Results:
+
+
+How often does this happen? 
+always
+
+Additional Information:
+it used to work with version 1.1.16.1
+it only happen on IA-64 and works well on x86 and opteron.
+
+In the method GetHiveName, i have changed the switch with several 'if 
+else' and it works.


More information about the mono-bugs mailing list