[Mono-bugs] [Bug 74727][Wis] New - Segmentation fault when compiling with Nemerle using AssemblyBuilderAccess.Save
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Apr 2005 16:44:56 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by nazgul@omega.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=74727
--- shadow/74727 2005-04-25 16:44:56.000000000 -0400
+++ shadow/74727.tmp.3442 2005-04-25 16:44:56.000000000 -0400
@@ -0,0 +1,47 @@
+Bug#: 74727
+Product: Mono: Runtime
+Version: 1.0
+OS:
+OS Details: PLD linux, mono svn 24 Apr 2005
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: nazgul@omega.pl
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Segmentation fault when compiling with Nemerle using AssemblyBuilderAccess.Save
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+mono crashes with Segmentation Fault when running Nemerle compiler on
+simple example.
+Compiler was compiled with AssemblyBuilderAccess.Save mode passed to
+AssemblyBuilder (which also prevents compiler bootstrap).
+The crash seems to be occuring in System.Type.IsAssignableFrom function
+performed on external IComparable and locally created TypeBuilder. I was
+not able to reproduce it in small C# example utilizing S.R.E, so I attach
+full assemblies and example to trigger bug.
+
+
+Steps to reproduce the problem:
+1. mono ncc.exe -nostdlib -r Nemerle.stage1 lexicographic.n
+
+Actual Results:
+[nemweb@lilith test]$ mono ncc.exe lexicographic.n -nostdlib -r
+Nemerle.stage1.dll
+Segmentation fault__________________________________________
+
+
+Expected Results:
+finished compilation
+
+How often does this happen?
+Always. It is also present in mono 1.1.6
+
+Additional Information: