[Mono-bugs] [Bug 655319] New: SRE: ILGen emits ldnull instead of 'new object[0]'
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Nov 22 13:47:18 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=655319
https://bugzilla.novell.com/show_bug.cgi?id=655319#c0
Summary: SRE: ILGen emits ldnull instead of 'new object[0]'
Classification: Mono
Product: Mono: Class Libraries
Version: 2.8.x
Platform: All
OS/Version: All
Status: NEW
Severity: Major
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: xacc.ide at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Community User
Blocker: ---
Description of Problem:
Been busy working out the kinks with IronScheme on Mono, then I saw this
happening. Unfortunately, I do not have a small test case, as the error was
noted doing a bootstrap.
Steps to reproduce the problem:
1. Emit a 'new object[0]' to the ILStream
Actual Results:
A null
Expected Results:
An 'object[0]'
How often does this happen?
Not enough testing, but happens every time I do a bootstrap build on
IronScheme.
Additional Information:
None yet.
--
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