Bug 508576 - Seg fault when compiling code with cyclic dependency
Summary: Seg fault when compiling code with cyclic dependency
Status: RESOLVED DUPLICATE of bug 495112
Alias: None
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: 2.4.x
Hardware: Macintosh Mac OS X 10.5
: P2 - High : Critical
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-31 15:55 UTC by Marcos Magalhaes
Modified: 2009-06-01 10:16 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcos Magalhaes 2009-05-31 15:55:16 UTC
[+] 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.
Comment 1 Marek Safar 2009-06-01 10:16:47 UTC
dup

*** This bug has been marked as a duplicate of bug 495112 ***