Date: Fri, 20 Oct 2006 10:44:34 -0400 From: Kurt Miller <kurt@intricatesoftware.com> To: freebsd-java@freebsd.org Cc: David Xu <davidxu@freebsd.org> Subject: Re: jdk15 can not pass its Java2D test Message-ID: <200610201044.34910.kurt@intricatesoftware.com> 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 10:09 am, David Xu wrote: ... > Script done on Fri Oct 20 21:56:40 2006 > -------------------------- > 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. mlib_malloc is a wrapper for valloc(3): j2se/src/share/native/sun/awt/medialib/mlib_sys.c:76 Perhaps this is a valloc(3) bug in -current. -Kurt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610201044.34910.kurt>