[Mono-bugs] [Bug 566324] crash whole use Mono.Tasklets

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 18 02:42:59 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=566324

http://bugzilla.novell.com/show_bug.cgi?id=566324#c3


--- Comment #3 from Mark Junker <mjscod at gmx.de> 2010-02-18 07:42:58 UTC ---
Ah, it seems that there are two different problems. When I use your test
application, I get the following output:

Unhandled Exception: System.OutOfMemoryException: Out of memory
  at (wrapper managed-to-native) Mono.Tasklets.Continuation:store
(intptr,int,System.Exception&)
  at Mono.Tasklets.Continuation.Store (Int32 state) [0x00000] in
C:\cygwin\tmp\monobuild\build\BUILD\mono-2.6.1\mcs\class\Mono.Tasklets\Mono.Tasklets\Continuation.cs:81
  at Program.Main () [0x00006] in
C:\Users\marjun\Documents\Projects\TestMicroThreading\TestMicroThreading01\bug-566324_test.cs:9

When I use my test application, I get the following output:

Stacktrace:

  at (wrapper managed-to-native) Mono.Tasklets.Continuation.mark (intptr)
<0x00004>
  at (wrapper managed-to-native) Mono.Tasklets.Continuation.mark (intptr)
<0x00004>
  at Mono.Tasklets.Continuation.Mark () [0x00000] in
C:\cygwin\tmp\monobuild\build\BUILD\mono-2.6.1\mcs\class\Mono.Tasklets\Mono.Tasklets\Continuation.cs:72
  at TestMicroThreading01.MainClass.TestContinuation () [0x00006] in
C:\Users\marjun\Documents\Projects\TestMicroThreading\TestMicroThreading01\Main.cs:10
  at TestMicroThreading01.MainClass.Main (string[]) [0x00000] in
C:\Users\marjun\Documents\Projects\TestMicroThreading\TestMicroThreading01\Main.cs:24
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object
(object,intptr,intptr,intptr) <IL 0x0001d, 0x00043>

After this output, the application crashes (Windows complains about a
non-functional mono.exe).

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list