Hi all, I have found out that the kgdb host sends my remote gdb an ICMP unreachable packet: 19:30:53.424248 IP 10.0.0.11.32785 > 10.0.0.28.6433: UDP, length 5 19:30:53.424323 IP 10.0.0.11.32785 > 10.0.0.28.6433: UDP, length 14 19:30:53.426292 IP 10.0.0.28 > 10.0.0.11: ICMP 10.0.0.28 udp port 6433 unreachable, length 41 19:30:53.427542 IP 10.0.0.28 > 10.0.0.11: ICMP 10.0.0.28 udp port 6433 unreachable, length 50
This what makes gdb output immediately the connection refused message: (gdb) target remote udp:10.0.0.28:6433 Remote debugging using udp:10.0.0.28:6433 Remote communication error: Connection refused. Any idea why those ICMPs are created ? Should there be an open UDP port viewable by netstat ? because I don't have one... Maybe I should take these questions to the netpoll guys.. Thanks, naziir ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
