Changes between Initial Version and Version 1 of Ticket #2663
- Timestamp:
- Aug 24, 2008, 12:06:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2663 – Description
initial v1 1 1 I was trying to use telnet to test my POP3 server. I got connected to it, got the banner but at the first command I tried to send, it got stuck. I am not sure if it sent the command or if it got stuck just after I pressed enter and before sending it. Debugging the main (and only) telnet thread shows this backtrace: 2 3 {{{ 2 4 (gdb) bt 3 5 #0 0xffff0102 in ?? () … … 8 10 #5 0x0020f270 in tn () 9 11 #6 0x00210145 in main () 10 (gdb) 12 (gdb) 13 }}} 14