-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b19
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8307800 | 17.0.8 | Matthias Baesken | P4 | Resolved | Fixed | b03 |
Currently we get a rather strange exception in our jtreg tests :
java/nio/channels/DatagramChannel/AdaptorMulticasting.java
java.net.SocketException: Exec format error
at java.base/sun.nio.ch.Net.joinOrDrop4(Native Method)
at java.base/sun.nio.ch.Net.join4(Net.java:708)
at java.base/sun.nio.ch.DatagramChannelImpl.innerJoin(DatagramChannelImpl.java:1606)
at java.base/sun.nio.ch.DatagramChannelImpl.join(DatagramChannelImpl.java:1624)
at Promiscuous.test(Promiscuous.java:176)
at Promiscuous.main(Promiscuous.java:223)
The message could at least be improved, saying that setsockopt failed (plus providing the errno related text).
Example is seen on macOS btw. .
java/nio/channels/DatagramChannel/AdaptorMulticasting.java
java.net.SocketException: Exec format error
at java.base/sun.nio.ch.Net.joinOrDrop4(Native Method)
at java.base/sun.nio.ch.Net.join4(Net.java:708)
at java.base/sun.nio.ch.DatagramChannelImpl.innerJoin(DatagramChannelImpl.java:1606)
at java.base/sun.nio.ch.DatagramChannelImpl.join(DatagramChannelImpl.java:1624)
at Promiscuous.test(Promiscuous.java:176)
at Promiscuous.main(Promiscuous.java:223)
The message could at least be improved, saying that setsockopt failed (plus providing the errno related text).
Example is seen on macOS btw. .
- backported by
-
JDK-8307800 Add handleSocketErrorWithMessage to extend nio Net.c exception message
-
- Resolved
-