http://bugzilla.novell.com/show_bug.cgi?id=587491

http://bugzilla.novell.com/show_bug.cgi?id=587491#c7


--- Comment #7 from Benjamin Reed <[email protected]> 2010-04-30 22:25:35 UTC 
---
(In reply to comment #6)
> Benjamin,
> 
>   Can you run this in gdb and set a breakpoint on mini-ppc.c:2903 and give me
> the value of:
> 
> target
> code
> ins
> ovf

Hmm, am I doing something wrong?  I'm really not at all familiar with gdb.

---(snip!)---
GNU gdb 6.3.50-20050815 (Apple version gdb-967) (Tue Jul 14 02:15:14 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc-apple-darwin"...Reading symbols for shared
libraries ...... done

(gdb) set args --config
"/sw/src/fink.build/mono-2.6.4-1/mono-2.6.4/runtime/etc/mono/config"
//class/lib/monolite/mcs.exe /out:build/deps/basic-profile-check.exe
build/deps/basic-profile-check.cs
(gdb) break mini-ppc.c:2903
Breakpoint 1 at 0x8e3e0: file mini-ppc.c, line 2903.
(gdb) r
Starting program: /sw/src/fink.build/mono-2.6.4-1/mono-2.6.4/mono/mini/mono
--config "/sw/src/fink.build/mono-2.6.4-1/mono-2.6.4/runtime/etc/mono/config"
//class/lib/monolite/mcs.exe /out:build/deps/basic-profile-check.exe
build/deps/basic-profile-check.cs
Reading symbols for shared libraries +++++warning: Could not find object file
"/sw/src/fink.build/libiconv-1.12-3/libiconv-1.12/lib/.libs/iconv.o" - no debug
information available for "./iconv.c".

warning: Could not find object file
"/sw/src/fink.build/libiconv-1.12-3/libiconv-1.12/lib/.libs/localcharset.o" -
no debug information available for "./../libcharset/lib/localcharset.c".

warning: Could not find object file
"/sw/src/fink.build/libiconv-1.12-3/libiconv-1.12/lib/.libs/relocatable.o" - no
debug information available for "./relocatable.c".

............................................................................
done

Breakpoint 1, ppc_patch_full (code=0x81c400 "@�", target=0x7c01596e <Address
0x7c01596e out of bounds>, is_fd=0) at mini-ppc.c:2903
2903                                    g_assert_not_reached ();
(gdb) target
Argument required (target name).  Try `help target'
(gdb) code
Undefined command: "code".  Try "help".
(gdb) ins
The history is empty.
(gdb) ovf
Undefined command: "ovf".  Try "help".
(gdb) 
---(snip!)---

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to