[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:03:03 -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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36382
--- shadow/36382 Wed Jan 8 05:37:52 2003
+++ shadow/36382.tmp.29802 Wed Jan 8 06:03:03 2003
@@ -1,12 +1,12 @@
Bug#: 36382
Product: Mono/Runtime
Version: unspecified
OS: Red Hat 8.0
OS Details:
-Status: REOPENED
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gkodinov@openlinksw.co.uk
@@ -91,6 +91,12 @@
------- 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).
+
+------- 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