[Mono-bugs] [Bug 387669] New: Suspected miscompilation of IronRuby

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed May 7 07:08:50 EDT 2008


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: mono-bugs at lists.ximian.com
        ReportedBy: sanxiyn at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list