Question #227954 on rohc changed: https://answers.launchpad.net/rohc/+question/227954
Didier Barvaux requested more information: Atik, > but "netstat -n" and "ps as" shows client process is running and connected to server, Hmm, maybe the client is frozen in the GnuTLS cleanup. Could you kill the current process, then following the instructions below: 1/ enable coredums: ulimit -c unlimited 2/ start the client as you did before 3/ when the client "freezes", cause it to abort: kill -ABRT <pid of the iprohc_client process> > after kill -USR1 $( cat /var/run/iprohc_server.pid ), gives the following. > and server died with "Segmentation fault" > ... Printing statistics at server while client was not fully connected seems not to work. I fixed the problem in the main branch of the IP/ROHC application [1]. Take revision 105 or later if you want to test. Thank you for reporting that problem! Regards, Didier [1] https://code.launchpad.net/~didier-barvaux/rohc/iprohc -- You received this question notification because you are a member of ROHC Team, which is an answer contact for rohc. _______________________________________________ Mailing list: https://launchpad.net/~rohc Post to : [email protected] Unsubscribe : https://launchpad.net/~rohc More help : https://help.launchpad.net/ListHelp

