[Mono-bugs] [Bug 75132][Maj] Changed - segfault when running a .NET
1.1 app compiled with MS.NET 2.0
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 24 13:08:14 EDT 2005
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 matt.hargett at logiclibrary.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75132
--- shadow/75132 2005-08-23 21:43:21.000000000 -0400
+++ shadow/75132.tmp.17823 2005-08-24 13:08:14.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs at ximian.com
ReportedBy: matt.hargett at logiclibrary.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: segfault when running a .NET 2.0 compiled binary
+Summary: segfault when running a .NET 1.1 app compiled with MS.NET 2.0
Description of Problem:
We usually compile and run our product using mono, but compiling in VS2005
beta 2 and running under mono causes mono to segfault. We aren't using
generics or any C# 2.0 features -- this all compiles and runs just fine in
VS2003 as well.
@@ -89,6 +89,13 @@
will have an idea when this might work in mono. (I'd like to be able
to use mono --profile on this assembly.)
------- Additional Comments From bmaurer at users.sf.net 2005-08-23 21:43 -------
We are just missing the method. It's an annoyence to have bugs for
each missing 2.0 api.
+
+------- Additional Comments From matt.hargett at logiclibrary.com 2005-08-24 13:08 -------
+Maybe I forgot to mention -- the original bug is a program that
+compiles/runs fine in .NET 1.1 -- no 2.0 features or APIs are used.
+The fact it's barfing on Array.Sort(), which is pretty common makes me
+think this is something easy to take a quick look at. Let me know what
+I can do to help debug this further.
More information about the mono-bugs
mailing list