[Mono-bugs] [Bug 77799][Wis] Changed - error while start debugging
(symbol mono_debugger_io_layer)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Mar 16 04:26:44 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.32489 2006-03-16 04:26:44.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77799
Product: Mono: Debugger
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: cli
AssignedTo: martin at ximian.com
ReportedBy: vavra at software602.cz
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -47,6 +47,34 @@
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
+
+------- Additional Comments From vavra at software602.cz 2006-03-16 04:26 -------
+Yesterday was the installer version mono-1.1.13.4_0-installer.bin to
+which I reported this bug.
+
+Today is a little version change to mono-1.1.13.4_1-installer.bin.
+The bug is resolved but now I see only assembler instructions. I'm
+really confused ;-( :
+
+# mdb Main.exe
+Mono Debugger
+(mdb) run
+Starting program: Main.exe
+Thread @1 stopped at #0: 0x081bdfd5.
+0x081bdfd5 ret
+(mdb) s
+Thread @1 stopped at #0: 0x08074554 in mono_debugger_init+0x74.
+0x08074554 mov %ebp,%esp
+(mdb) s
+Thread @1 stopped at #0: 0x08074556 in mono_debugger_init+0x76.
+0x08074556 pop %ebp
+(mdb) s
+Thread @1 stopped at #0: 0x08074557 in mono_debugger_init+0x77.
+0x08074557 ret
+(mdb) s
+Thread @1 stopped at #0: 0x081bdfd5.
+0x081bdfd5 ret
+
More information about the mono-bugs
mailing list