Bugzilla – Bug 508576
Seg fault when compiling code with cyclic dependency
Last modified: 2009-06-01 10:16:47 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.
dup *** This bug has been marked as a duplicate of bug 495112 ***