Helping out with JDK 9 on BSD
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Mon Feb 1 22:55:50 UTC 2016
On 2016-02-01 23:29, Magnus Ihse Bursie wrote:
> On 2016-02-01 23:11, Magnus Ihse Bursie wrote:
>> _______________________________________________
>> freebsd-java at freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-java
>> To unsubscribe, send any mail to "freebsd-java-unsubscribe at freebsd.org"
>
> I'm not sure what's happening here. My emails are being stripped of
> content. :-( I'll try to resend using my private SMTP server.
Didn't work either. I give up. Seems the content is filtered by mailman? :(
I'll try to post a few highlights anyway:
This might be due to a different interpretation/implementation of
pthreads in FreeBSD, see e.g.
https://lists.freebsd.org/pipermail/freebsd-threads/2009-June/004563.html.
I can't really say this situation applies (I can't find usages of
pthread_key_delete) but maybe there's a similar issue.
One approach would be to compile a debug build (configure
--enable-debug) and see if the "initializing TLS more than once" assert
is triggered.
Or try recompiling with -DUSE_LIBRARY_BASED_TLS_ONLY. I don't think it
should matter, but maybe.
/Magnus
>
> /Magnus
> _______________________________________________
> freebsd-java at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe at freebsd.org"
More information about the freebsd-java
mailing list