This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj and UDP datagrams under freebsd


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.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]