RFR: 8267353: java/net/SctpSanity.java fails due to Protocol not supported
Jie Fu
jiefu at openjdk.java.net
Wed May 26 15:18:12 UTC 2021
On Wed, 26 May 2021 14:58:47 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> `strace -f` should help, or just add trace message.
Thanks for your help @AlanBateman .
I got the following msg (Connection timed out).
[pid 93582] socket(PF_INET, SOCK_STREAM, IPPROTO_SCTP <unfinished ...>
[pid 93557] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
[pid 93557] futex(0x2b05c03cff78, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 93557] getrusage(0x1 /* RUSAGE_??? */, {ru_utime={0, 0}, ru_stime={0, 0}, ...}) = 0
[pid 93557] getrusage(0x1 /* RUSAGE_??? */, {ru_utime={0, 0}, ru_stime={0, 0}, ...}) = 0
[pid 93557] getrusage(0x1 /* RUSAGE_??? */, {ru_utime={0, 0}, ru_stime={0, 0}, ...}) = 0
[pid 93557] getrusage(0x1 /* RUSAGE_??? */, {ru_utime={0, 0}, ru_stime={0, 0}, ...}) = 0
[pid 93557] futex(0x2b05c03cffa4, FUTEX_WAIT_BITSET_PRIVATE, 5, {10828639, 700862386}, ffffffff <unfinished ...>
[pid 93582] <... socket resumed> ) = -1 EPROTONOSUPPORT (Protocol not supported)
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4199
More information about the net-dev
mailing list