From: Anton D. <ad...@na...> - 2008-09-08 10:45:09
|
Hi developers! I found 1 issue? Bug? I don’t know but at least it is rather nervous thing: My command line is: /home/adu/proj/obj/bin/i386-linux-thread-multi/debug/XML_Parser --dtd /home/adu/dtds/Database_1_0.dtd --ini_file /home/adu/ini_files/LambdaINI.xml /home/adu/FileToParse.xml.gz --strategy 'Find all BR-like tags' --gui_mode Bolded parts – are the main parts of cmd. Symbol = we are not using in definitions of binary flags!! (it’s by customer design) And that what I’ve saw in valkyries’ GUI: *--args: | + −− /usr/local/bin/valgrind-3.3.1/bin/valgrind + −− --log-file=/tmp/valkyrie-logs/<LOGNAME>.xml + −− --tool=memcheck + −− --child-silent-after-fork=yes + −− --xml=yes + −− --show-reachable=yes + −− /home/adu/proj/obj/bin/i386-linux-thread-multi/debug/XML_Parser + −− --dtd + −− /home/adu/dtds/Database_1_0.dtd + −− --ini_file + −− /home/adu/ini_files/LambdaINI.xml + −− /home/adu/FileToParse.xml.gz + −− --strategy + −− 'Find + −− all + −− BR-like + −− tags' + −− --gui_mode AND that’s wrong. I expected to see this: *--args: | + −− /usr/local/bin/valgrind-3.3.1/bin/valgrind + −− --log-file=/tmp/valkyrie-logs/<LOGNAME>.xml + −− --tool=memcheck + −− --child-silent-after-fork=yes + −− --xml=yes + −− --show-reachable=yes + −− /home/adu/proj/obj/bin/i386-linux-thread-multi/debug/XML_Parser + −− --dtd /home/adu/dtds/Database_1_0.dtd + −− --ini_file /home/adu/ini_files/LambdaINI.xml + −− /home/adu/FileToParse.xml.gz + −− --strategy 'Find all BR-like tags' + −− --gui_mode P.S. for binary flag --strategy 'Find all BR-like tags' Even if I will use symbol “ (double quotes) against ‘ (single quote) the result will be the same. Regards, Anton. _______________________________________________________________ The contents of this message, together with any attachments, are intended only for the use of the individual or entity to which they are addressed and contains information that is confidential and could be a trade secret of Nangate. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this message, or any attachment, is strictly prohibited. If you have received this message in error, please notify the original sender by return E-mail and delete this message, along with any attachments, from your computer. Thank you. |