[Mono-bugs] [Bug 621864] Compiler crash in gmcs, MethodBuilder, "LocalVariableReference did not set its type after Resolve called"

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 13 07:51:11 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=621864

http://bugzilla.novell.com/show_bug.cgi?id=621864#c2


Carl Ådahl <carl.adahl at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carl.adahl at gmail.com

--- Comment #2 from Carl Ådahl <carl.adahl at gmail.com> 2010-07-13 11:51:10 UTC ---
The crash does not happen if I change lines 41-49 in SellerItemsLogic.cs from
LINQ query syntax to extension method syntax:

ar.Items =    sourceItems
        .OrderBy(si => si.EndDate)
        .Select(si => new SellerItem()
        {
            TimeLeft = si.EndDate - ar.ServerDateTime,
            MaxBid = si.MaxBid,
            TotalBids = si.TotalBids,
            ShortDescription = si.ShortDescription
        });

-- 
Configure bugmail: http://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