https://bugzilla.novell.com/show_bug.cgi?id=387669


           Summary: Suspected miscompilation of IronRuby
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


How to reproduce:

svn co -r 101 http://ironruby.rubyforge.org/svn/trunk ironruby
cd ironruby
wget http://sparcs.kaist.ac.kr/~tinuviel/download/IronRuby/patch-mono-r100
patch -p0 < patch-mono-r100
rake compile mono=1
touch empty.rb
mono build/mono_debug/ir.exe empty.rb

Result:

unknown: index (ArgumentError)

Workaround (and a possible hint to what's wrong):

svn up -r 100 src/microsoft.scripting.core/generation/environmentallocator.cs
rake compile mono=1
mono build/mono_debug/ir.exe empty.rb


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to