This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [gcj trunk / gnu-classpath] String.format(...) undefined
Hanno Meyer-Thurow writes:
> On Wed, 21 Feb 2007 12:19:18 +0000
> Andrew Haley <aph@redhat.com> wrote:
>
> > Try this [...]
>
> The segfault disappears. Though, the tests still fail.
> I wonder how to print Java strings with gdb.
> 'p <var>' or 'p (char*) <var>' do not.
p _Jv_Debug(object)
Anyway, if you can get me an easily reproducible test case I'll have a
look. Let me know what to download, how to run it, etc.
Andrew.