[Mono-bugs] [Bug 36382][Maj] Changed - NullReference exception thrown not correct by System.Diagnostics.StackTrace class

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 8 Jan 2003 06:52:35 -0500 (EST)


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 gkodinov@openlinksw.co.uk.

http://bugzilla.ximian.com/show_bug.cgi?id=36382

--- shadow/36382	Wed Jan  8 06:03:03 2003
+++ shadow/36382.tmp.20546	Wed Jan  8 06:52:35 2003
@@ -1,12 +1,12 @@
 Bug#: 36382
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 8.0
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gkodinov@openlinksw.co.uk               
@@ -97,6 +97,15 @@
 
 ------- Additional Comments From dietmar@ximian.com  2003-01-08 06:03 -------
 The problem is that I dont understand mono_thread_attach(). Please can
 you try to explain why we need it, and how it works?
 
 - Dietmar
+
+------- Additional Comments From gkodinov@openlinksw.co.uk  2003-01-08 06:52 -------
+see the attached teste_p.c - basically mono_thread_attach solves the 
+problem of a pthreads application wanting to do things in mono from 
+an allready created thread. mono_thread_attach will give the 
+allready existing pthread the nessesary ammount of setup to look 
+like it's created by the managed code, hence to be able to execute 
+mono commands. There was a discussion re. it in the mnono list (for 
+the patch it was introduced with).