Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2006 11:12:05 +0800
From:      David Xu <davidxu@freebsd.org>
To:        freebsd-java@freebsd.org
Cc:        kurt@intricatesoftware.com
Subject:   Re: jdk15 can not pass its Java2D test
Message-ID:  <200610221112.05172.davidxu@freebsd.org>
In-Reply-To: <200610202209.02804.davidxu@freebsd.org>
References:  <200610180716.15918.davidxu@freebsd.org> <200610200844.15826.lists@intricatesoftware.com> <200610202209.02804.davidxu@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 20 October 2006 22:09, David Xu wrote:
> --------------------------
> in frame #7, the image pointer's is 0x53157000, it looks like a
> valid address, but the memory it pointing is inaccessible, so I think
> the mlib_malloc() just returned an unusable memory address.
> The gdb's output for libthr seems better than for libpthread.
>
> David Xu

I have replaced valloc with malloc, now java is running the test flawlessly,
it seems our valloc() has a bug.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610221112.05172.davidxu>