[Mono-bugs] [Bug 508576] New: Seg fault when compiling code with cyclic dependency
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun May 31 11:55:20 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=508576
Summary: Seg fault when compiling code with cyclic dependency
Classification: Mono
Product: Mono: Compilers
Version: 2.4.x
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: mjsmagalhaes.insc at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Development
[+] Description of Problem:
[+] Steps to reproduce the problem:
Compile the following code:
unsafe public struct a
{
a * l;
b * u;
}
unsafe public struct b
{
a * l;
}
[+] Actual Results:
Segmentation fault.
[+] Expected Results:
A library or CS5001.
[+] How often does this happen?
Always.
Additional Information:
This bug was found with the specified hardware/software but it is unknown if it
happens in any other platform.
--
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