[Mono-bugs] [Bug 75624][Nor] New - heap-prof uses
mono_type_get_full_name() which has disappeared in SVN
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jul 24 18:06:36 EDT 2005
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 brion at pobox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75624
--- shadow/75624 2005-07-24 18:06:36.000000000 -0400
+++ shadow/75624.tmp.20120 2005-07-24 18:06:36.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 75624
+Product: Mono: Tools
+Version: unspecified
+OS:
+OS Details: Mac OS X 10.4.2
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: tools
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: brion at pobox.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: heap-prof uses mono_type_get_full_name() which has disappeared in SVN
+
+Description of Problem:
+The desc-heap profiler module and viewer use the mono_type_get_full_name() function.
+This function was removed on June 15, causing it to fail on current Mono SVN.
+
+Steps to reproduce the problem:
+1. Install mono from SVN
+2. Install heap-prof from SVN
+3. Run a program:
+ mono --profile=heap-desc MWUpdateDaemon.exe
+
+Actual Results:
+dyld: lazy symbol binding failed: Symbol not found: _mono_type_get_full_name
+Referenced from: /opt/monodev/lib/libmono-profiler-desc-heap.so
+Expected in: flat namespace
+dyld: Symbol not found: _mono_type_get_full_name
+Referenced from: /opt/monodev/lib/libmono-profiler-desc-heap.so
+Expected in: flat namespace
+
+Expected Results:
+Program and profiler should work.
+
+How often does this happen?
+Every time.
+
+Additional Information:
+
+Workaround: change uses of mono_type_get_full_name() to mono_type_get_name_full(), which
+was added when the former was removed.
More information about the mono-bugs
mailing list