[Mono-bugs] [Bug 57548][Cri] Changed - mono/test delegate1.exe
(crashes)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 21 19:32:35 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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=57548
--- shadow/57548 2004-06-28 14:10:43.000000000 -0400
+++ shadow/57548.tmp.7441 2005-06-21 19:32:35.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 57548
Product: Mono: Runtime
Version: unspecified
OS: Mac OS X 10.3
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Critical
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: umuff at quark.com
QAContact: mono-bugs at ximian.com
@@ -352,6 +352,38 @@
70 g_assert (thr_ret == 0);
71
72 if(_wapi_handle_test_capabilities (handle,
73 WAPI_HANDLE_CAP_OWN)==TRUE) {
74 if(_wapi_handle_ops_isowned (handle)==TRUE) {
+
+------- Additional Comments From bmaurer at users.sf.net 2005-06-21 19:32 -------
+This seems to be fixed on svn:
+
+g5-mono:~/trunk/mono/mono/tests nbuilder$ uname -a
+Darwin g5-mono.boston.ximian.com 7.9.0 Darwin Kernel Version 7.9.0:
+Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC
+ Power Macintosh powerpc
+g5-mono:~/trunk/mono/mono/tests nbuilder$ mono --version
+Mono JIT compiler version 1.1.8.1, (C) 2002-2005 Novell, Inc and
+Contributors. www.mono-project.com
+ TLS: normal
+ GC: Included Boehm (with typed GC)
+ SIGSEGV : normal
+ Globalization: normal
+g5-mono:~/trunk/mono/mono/tests nbuilder$ mono --debug delegate1.exe || x
+Test.F from delegate: 1
+Test.F from delegate: 3
+Test.F from delegate: 2
+Test.F from delegate: 4
+Async Callback STATE3
+Async Callback STATE2
+Async Callback STATE1
+Result = 1
+Async Callback STATE4
+cant execute EndInvoke twice ... OK
+completed1: True
+completed2: True
+completed3: True
+completed4: True
+g5-mono:~/trunk/mono/mono/tests nbuilder$
+
More information about the mono-bugs
mailing list