[lsb-bugs] [Bug 2753] olver-core fails to generate a report, missing windows-1251.enc

bugzilla-daemon at linux-foundation.org bugzilla-daemon at linux-foundation.org
Wed Sep 8 08:27:17 PDT 2010


http://bugs.linuxbase.org/show_bug.cgi?id=2753

--- Comment #11 from Roman Zybin <phoenix at ispras.ru> 2010-09-08 08:27:17 PDT ---
Well, let's check all the report generation process step by step

cd /opt/lsb/test/olver-core
1) create some $REPORT_DIR for results
run
./tools/TraceTools/bin/stargen -J-Xmx512m -crpfm false -d $REPORT_DIR/report -x
$REPORT_DIR/res.xml -mfpsc 1000 -bdbs xml:./tools/BugDB/BugDB.xml
$DIR_WITH_TRACES/*.ut*

2) create another $REPORT_DIR for results
run alternative variant
 ./tools/reportgen/report.pl -J-Xmx512m -crpfm false -d $REPORT_DIR/report -x
$REPORT_DIR/res.xml -mfpsc 1000 -bdbs xml:./tools/BugDB/BugDB.xml
$DIR_WITH_TRACES/*.ut*

Both processes should generate valid $REPORT_DIR/res.xml files. 
Check if it finished with </Report> end tag.

Also check
perl -MXML::SAX -MData::Dumper -e 'print Dumper(XML::SAX->parsers);'
and
cat ./tools/share/perl/SAX.ini
for available parsers.

-- 
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the lsb-bugs mailing list