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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
