[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 05:37:52 -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 05:36:08 2003
+++ shadow/36382.tmp.2137	Wed Jan  8 05:37:52 2003
@@ -85,6 +85,12 @@
 mono_attach_thread ...
 
 ------- Additional Comments From gkodinov@openlinksw.co.uk  2003-01-08 05:36 -------
 Created an attachment (id=3079)
 testcase for the mono_thread_attach (teste_p.c)
 
+
+------- Additional Comments From gkodinov@openlinksw.co.uk  2003-01-08 05:37 -------
+A while ago I've sent an sample for mono_thread_attach usage.
+Find it attached (teste_p.c to go into samples/embed).
+Use the sample with the gogo.cs from the bug here to find out why 
+the diff attached is needed (in addition to your change).