[Mono-bugs] [Bug 77799][Wis] New - error while start debugging (symbol mono_debugger_io_layer)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 16 03:57:17 EST 2006


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 vavra at software602.cz.

http://bugzilla.ximian.com/show_bug.cgi?id=77799

--- shadow/77799	2006-03-16 03:57:17.000000000 -0500
+++ shadow/77799.tmp.31875	2006-03-16 03:57:17.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 77799
+Product: Mono: Debugger
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: cli
+AssignedTo: martin at ximian.com                            
+ReportedBy: vavra at software602.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Summary: error while start debugging (symbol mono_debugger_io_layer)
+
+Hello,
+ I installed your newest binary distribution of mono. 
+
+1) I set up env. variables:
+
+export MV="/opt/mono-1.1.13.4"
+export PATH="$MV/bin:$PATH"
+export PKG_CONFIG_PATH="$MV/lib/pkgconfig:$PKG_CONFIG_PATH"
+export MANPATH="$MV/share/man:$MANPATH"
+export LD_LIBRARY_PATH="$MV/lib:$LD_LIBRARY_PATH"
+
+2) I created a simple a "helloworld" Main.cs, compiled it: mcs -debug 
+using System;
+
+class MainClass
+{
+        public static void Main(string[] args)
+        {
+                Console.WriteLine("Hello World!");
+        }
+}
+
+3) When 'mdb Main.exe':
+
+
+Mono Debugger
+(mdb) run
+Starting program: Main.exe
+/opt/mono-1.1.13.4/lib/mono/1.0/mono-debugger-mini-wrapper: relocation
+error: /opt/mono-1.1.13.4/lib/mono/1.0/mono-debugger-mini-wrapper: symbol
+mono_debugger_io_layer, version VER_1 not defined in file libmono.so.0 with
+link time reference
+Process @1 terminated normally.
+
+Jan


More information about the mono-bugs mailing list