Patches item #500430, was opened at 2002-01-07 07:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=500430&group_id=3152
Category: other Group: None Status: Open Resolution: None Priority: 5 Submitted By: patrick o'leary (pjaol) >Assigned to: Kriston Rehberg (kriston) Summary: bug fix for ns_hostbyaddr Initial Comment: ns_hostbyaddr can cause a libthread crash on Sun OS 7+, under high load, with ip address's which cannot be resolved. This comes from NsTclGetByCmd (in tclsock.c) returning TCL_ERROR, which get pushed into ns_log. This solution returns TCL_OK for all events, replaces ns_hostbyaddr with ns_get_hostbyaddr. The result is pushed into the TCL result string. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=500430&group_id=3152
