gcj and UDP datagrams under freebsd
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Fri Apr 5 18:33:00 GMT 2002
Loren James Rittle wrote:
>Compiling your code and running it, I see the same crash:
>
>#2 0x2830b105 in _Jv_MonitorEnter (obj=0x285a8b8c)
>
>with FLAGS == 7 and addr == obj, assert(!(addr & FLAGS));
>
>Yup, that doesn't fly on this platform unless some care is used for
>all memory allocations. Until we figure out how to fully address the
>situation, you could disable the hash synchronization code. Drop this
>line:
>
Yes, it would be good if you could figure out what "obj" is here (should
be easy to figure out from the stack trace), and why it isn't 8-byte
aligned.
>Since I doubt I will be able to fix this before 3.1 release, I think
>this should be disabled on the branch.
>
Sounds ok to me.
regards
Bryce.
More information about the Java
mailing list