[Mono-bugs] [Bug 57548][Cri] Changed - mono/test delegate1.exe (crashes)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 15:56:57 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57548
--- shadow/57548 2004-05-13 15:25:20.000000000 -0400
+++ shadow/57548.tmp.32001 2004-05-25 15:56:57.000000000 -0400
@@ -10,13 +10,12 @@
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: umuff@quark.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: mono/test delegate1.exe (crashes)
(gdb) r
Starting program: /usr/local/mono/bin/mono --debug delegate1.exe
Reading symbols for shared libraries ++++++++. done
@@ -115,6 +114,38 @@
#11 0x0107ac28 in async_invoke_thread (data=0x0) at threadpool.c:243
#12 0x01078d98 in start_wrapper (data=0x0) at threads.c:239
#13 0x010b73c0 in timed_thread_start_routine (args=0x44e080) at timed-thread.c:129
#14 0x900247e8 in _pthread_body ()
(gdb)
+
+------- Additional Comments From miguel@ximian.com 2004-05-25 15:56 -------
+Dick, there are some io-layer-isms involved here, different runs give
+different results, here are some bits:
+
+mac$ mono delegate1.exe
+
+** ERROR **: file wait.c: line 70 (WaitForSingleObjectEx): assertion
+failed: (thr_ret == 0)
+aborting...
+
+Running it a few times might give later:
+
+mac$ mono delegate1.exe
+Test.F from delegate: 3Test.F from delegate: 3Test.F from delegate:
+3Test.F from delegate: 3
+
+
+
+Async Callback STATE1
+Async Callback STATE4
+
+** ERROR **: file wait.c: line 70 (WaitForSingleObjectEx): assertion
+failed: (thr_ret == 0)
+aborting...
+mac$ mono delegate1.exe
+Test.F from delegate: 2Test.F from delegate: 2
+
+
+Async Callback STATE2
+^C
+