[Mono-bugs] [Bug 58453][Min] Changed - Gentoo/yellowdog ppc have old broken ucontext struct
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 8 Sep 2004 18:55:08 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58453
--- shadow/58453 2004-08-27 18:18:56.000000000 -0400
+++ shadow/58453.tmp.4871 2004-09-08 18:55:08.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 58453
Product: Mono: Runtime
Version: unspecified
OS: other
OS Details: Gentoo ppc
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: arrakis42@videotron.ca
@@ -112,6 +112,12 @@
------- Additional Comments From lupus@ximian.com 2004-05-13 15:36 -------
Then we need to know how struct pt_regs is defined on your system.
You need a way to access all the user-mode machine registers from the
ucontext (gregs, floating point, cr, lr, instruction pointer).
See mono_arch_handle_exception() in the file to see what you need to
implement.
+
+------- Additional Comments From miguel@ximian.com 2004-09-08 18:55 -------
+Can we close this bug? It seems like newer versions have fixed this.
+
+In any case, am setting this to NEEDINFO until the requested
+information is provided