Date: Fri, 03 Aug 2018 07:52:11 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 230321] java/openjdk8 - SCTP do not work Message-ID: <bug-230321-8522@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230321 Bug ID: 230321 Summary: java/openjdk8 - SCTP do not work Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: java@FreeBSD.org Reporter: timo.voelker@fh-muenster.de Assignee: java@FreeBSD.org Flags: maintainer-feedback?(java@FreeBSD.org) Created attachment 195811 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195811&action= =3Dedit patch file I found an issue with SCTP support in OpenJDK8 for FreeBSD. In my example=20 https://github.com/msvoelker/java-sctp/ it happened that OpenJDK8 calls sendmsg with an buffer address !=3D NULL an= d a buffer length of 0, which is an invalid argument for FreeBSD. I found the c= ode lines in the function Java_sun_nio_ch_sctp_SctpChannelImpl_send0 of jdk/src/solaris/native/sun/nio/ch/sctp/SctpChannelImpl.c Besides that, I changed two ifdef statements for FreeBSD (see attached patch file). If I copy this patch file to the files directory of the OpenJDK8 por= t, I'm able to install OpenJDK and to run the example application. sudo cp patch-jdk-src-solaris-native-sun-nio-ch-sctp-SctpChannelImpl.c /usr/ports/java/openjdk8/files cd /usr/ports/java/openjdk8 sudo make install I just saw that hwh found this issue already for OpenJDK7. https://lists.freebsd.org/pipermail/freebsd-java/2010-September/008906.html Thanks, Timo --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230321-8522>