jdk15 can not pass its Java2D test

Kurt Miller kurt at intricatesoftware.com
Fri Oct 20 07:53:21 PDT 2006


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


More information about the freebsd-java mailing list