[Mono-bugs] [Bug 689138] New: Compiler generates incorrect IL when using 7zip SDK

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 21 13:04:01 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=689138#c0


           Summary: Compiler generates incorrect IL when using 7zip SDK
    Classification: Mono
           Product: Mono: Compilers
           Version: 2.10.x
          Platform: x86-64
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: msafar at novell.com
        ReportedBy: jdluzen at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16

When using the 7zip SDK compiled with Mono, an IndexOutOfRange exception is
thrown with either Mono or MS.NET. When compiled with MS.NET, everything works
on Mono and MS.NET. I am only passing 'b' on the command line for benchmarking.

Reproducible: Always

Steps to Reproduce:
1. Get the LZMA SDK, http://www.7-zip.org/sdk.html
2. Compile the LzmaAlone solution with MonoDevelop using Mono as the compiler
3. Debug or run without debug
Actual Results:  
System.IndexOutOfRangeException: Index was outside the bounds of the array,
SevenZip.Compression.LZ.InWindow.GetIndexByte(Int32 index).

Expected Results:  
Continues to run.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list