[Mono-bugs] [Bug 74455][Maj] Changed - deadlock in mono_method_desc_new?
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 9 Apr 2005 17:43:04 -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=74455
--- shadow/74455 2005-04-07 16:08:33.000000000 -0400
+++ shadow/74455.tmp.25250 2005-04-09 17:43:04.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 74455
Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: james@ximian.com
@@ -32,6 +32,16 @@
------- Additional Comments From vargaz@gmail.com 2005-04-06 21:47 -------
These traces look corrupt. method_desc_new is a very simple function
which involves no locking/waiting on mutexes. Would it be possible to
run the application with a runtime compiled with debugging info
(i.e. -g instead of -O2) ?
+
+------- Additional Comments From miguel@ximian.com 2005-04-09 17:43 -------
+James, ping?
+
+I asked Naresh yesterday for you folks to rebuild Mono with -g and try
+out the new packages.
+
+Can you provide us either a test case, or a better stack trace?
+
+Setting the bug to [NEEDINFO] until we get more data.