This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj and UDP datagrams under freebsd
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Cc: java at gcc dot gnu dot org, mallman at grc dot nasa dot gov
- Date: Sat, 06 Apr 2002 14:28:12 +1200
- Subject: Re: gcj and UDP datagrams under freebsd
- References: <200204052328.g35NSKH02878@latour.rsch.comm.mot.com>
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.