[Mono-bugs] [Bug 77859][Nor] New - Cannot read DWARF frame info from symbol file

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 20 14:49:55 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 mail at meebey.net.

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

--- shadow/77859	2006-03-20 14:49:55.000000000 -0500
+++ shadow/77859.tmp.20032	2006-03-20 14:49:55.000000000 -0500
@@ -0,0 +1,69 @@
+Bug#: 77859
+Product: Mono: Debugger
+Version: 1.1
+OS: 
+OS Details: Debian GNU/Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: backend
+AssignedTo: martin at ximian.com                            
+ReportedBy: mail at meebey.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cannot read DWARF frame info from symbol file
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When I try to debug any program (helloworld in this case) it will throw
+error about not able to read the symbol files (of 64bit?!? I have x86)
+
+I used mono-debugger 0.12 with Mono 1.1.13.4
+
+Steps to reproduce the problem:
+1. mdb test.exe
+2. 
+3. 
+
+Actual Results:
+meebey at redbull:~/tmp$ mdb test.exe
+Mono Debugger
+(mdb) run
+Starting program: test.exe
+Cannot read DWARF frame info from symbol file `/usr/bin/mono':
+System.OverflowException: This isn't a 64bits machine.
+in [0x0003c] System.IntPtr:.ctor (Int64 i64)
+in [0x0008e] (at
+/home/meebey/data/projects/debian/pkg-mono/mono-debugger/mono-debugger-0.12/arch/Bfd.cs:611)
+Mono.Debugger.Backends.Bfd:create_frame_reader ()
+in [0x0000d] (at
+/home/meebey/data/projects/debian/pkg-mono/mono-debugger/mono-debugger-0.12/arch/Bfd.cs:624)
+Mono.Debugger.Backends.Bfd:load_dwarf ()
+Thread @1 stopped at #0: 0xb7ee7cd5.
+0xb7ee7cd5	ret    
+(mdb) Cannot read DWARF frame info from symbol file
+`/usr/lib/libmono.so.0': System.OverflowException: This isn't a 64bits machine.
+in [0x0003c] System.IntPtr:.ctor (Int64 i64)
+in [0x0008e] (at
+/home/meebey/data/projects/debian/pkg-mono/mono-debugger/mono-debugger-0.12/arch/Bfd.cs:611)
+Mono.Debugger.Backends.Bfd:create_frame_reader ()
+in [0x0000d] (at
+/home/meebey/data/projects/debian/pkg-mono/mono-debugger/mono-debugger-0.12/arch/Bfd.cs:624)
+Mono.Debugger.Backends.Bfd:load_dwarf ()
+
+
+
+Expected Results:
+working debugging
+
+How often does this happen? 
+always, but when I retry it, the errors which symbol file it can't read
+varies...
+To me it sounds like it tries to read the files as I have a 64bit system
+while I have a 32bit system (Pentium 4)
+
+Additional Information:


More information about the mono-bugs mailing list