[Mono-bugs] [Bug 65594][Nor] Changed - mono_jit_stack_walk gets unneeded debugging data
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Sep 2004 14:26:39 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65594
--- shadow/65594 2004-09-10 13:58:44.000000000 -0400
+++ shadow/65594.tmp.12677 2004-09-10 14:26:39.000000000 -0400
@@ -3,13 +3,13 @@
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Major
+Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -32,6 +32,12 @@
We should either remove that call or make it optional if someone else is
using it.
------- Additional Comments From bmaurer@users.sf.net 2004-09-10 13:58 -------
Gonzalo, other than being a bit slower, what effects does this have?
Why is it `major'?
+
+------- Additional Comments From gonzalo@ximian.com 2004-09-10 14:26 -------
+It was the fact that triggered the debugger problems fixed by the
+locks. Anyway a) Setting to normal: b) Paolo suggested to have another
+function that removes that call and use it in the icall, as this one
+is part of the public interface.