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=81388 --- shadow/81388 2007-04-17 00:11:32.000000000 -0400 +++ shadow/81388.tmp.16597 2007-04-17 00:11:32.000000000 -0400 @@ -0,0 +1,49 @@ +Bug#: 81388 +Product: Mono: Runtime +Version: 1.2 +OS: GNU/Linux [Other] +OS Details: Ubuntu edgy on i686, generic linux on arm9 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: io-layer +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: MONO_IOMAP environment variable not working on x86 + +Description of Problem: +As per the summary, setting MONO_IOMAP=all on the x86 platform has no +effect. It works on the ARM platform (as described in +http://www.mono-project.com/IOMap) however. + +Steps to reproduce the problem: +1. C# File: +string filename = "config\\config.ini"; +TextReader tr = new StreamReader(filename); +Console.WriteLine(tr.ReadLine()); +tr.Close() + +2. Command Line: + +export MONO_IOMAP=all +mono test.exe + +Actual Results: +Unhandled Exception: System.IO.FileNotFoundException: File not found. : +config\config.ini +... + +Expected Results: +It should print out the first line of config\config.ini. This works under +.NET, and for some reason, it also works using Mono on the ARM platform. + +How often does this happen? +100% + +Additional Information: +Possibly the reason for Bug#81383? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
