[Lxr-dev] [ lxr-Bugs-471857 ] Failure checking of ectags broken
Brought to you by:
ajlittoz
From: <no...@so...> - 2001-10-16 20:51:17
|
Bugs item #471857, was opened at 2001-10-16 13:51 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390117&aid=471857&group_id=27350 Category: Lang support Group: current cvs Status: Open Resolution: None Priority: 5 Submitted By: Per Kristian Gjermshus (pergj) Assigned to: Per Kristian Gjermshus (pergj) Summary: Failure checking of ectags broken Initial Comment: In Generic.pm exuberant-ctags is opened as a pipe with open(). The the return value of open is checked, but this only checks if the fork creating the process was successful. If there is no ectags installed or if the invocation went wong no sensible error message is displayed. The return value of the process should be checked more carefully. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390117&aid=471857&group_id=27350 |