Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Segmentation Fault when compiling circular class trees #25

Open
rolfbjarne opened this issue May 22, 2018 · 0 comments
Open

Segmentation Fault when compiling circular class trees #25

rolfbjarne opened this issue May 22, 2018 · 0 comments

Comments

@rolfbjarne
Copy link
Member

rolfbjarne commented May 22, 2018

Submitted by a community member on 2011-11-18 06:43 UTC

Hello,

I get a segmentationfault when compiling the following code:

Imports System
Public Class Base
	Inherits Base
        Public Sub New(ByVal param As Integer)
        End Sub
End Class

Output:

Visual Basic.Net Compiler version 0.0.0.5943
Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved.

Segmentation fault: 11

Reference: https://bugzilla.xamarin.com/show_bug.cgi?id=2086

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant