reirep/mptcp-java

subflow closing error

FaZoREX opened this issue · 0 comments

hello

in a client-server program I encounter this error on the client side when closing some mptcp subflows and create new ones during data reception from the server:

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f79191a7c9f, pid=3322, tid=0x00007f79195ab700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-b11 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libmptcp-api2884198094027225513.so+0xc9f]  Java_com_mptcp_Mptcp__1native_1closeSubflow+0x2a

I appreciate any help.

Feri