[Lxr-dev] [ lxr-Bugs-3581487 ] genxref crash while reading configuration
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2012-10-29 02:21:29
|
Bugs item #3581487, was opened at 2012-10-28 19:21 Message generated for change (Tracker Item Submitted) made by oliwer_ You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3581487&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: genxref Group: v1.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Oliwer (oliwer_) Assigned to: Nobody/Anonymous (nobody) Summary: genxref crash while reading configuration Initial Comment: When launching genxref with the command './genxref --url=http://lxr.domain.com --allversions' I get the following error: No matching configuration at ./genxref line 312, <FILETYPE> line 1. I tried to track down the error and found this a few lines above : if ($option{'url'}) { # Single 'url' @config = (1); # Fake list to prevent looping } This may prevent looping but the rest of the script needed the data in @config. I tried commenting this passage, but then the script exits without any error and without having generating the database files! This was on Debian Squeeze with Perl 5.10.1. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3581487&group_id=27350 |