http://bugzilla.novell.com/show_bug.cgi?id=621864
http://bugzilla.novell.com/show_bug.cgi?id=621864#c2 Carl Ådahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Carl Ådahl <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
