Issue description: One of my program(A) got binded with an UDP port (20500) which should be assigned to another program(B), here are the steps for trace down where A binded this port: 1. start the process with strace log: strace -f -s 128 -o proxy.strace ./pxyserverapp_redhat 2. Find out the […]