On 22 February 2016 at 15:32, Harald Freudenberger <[email protected]> wrote: > On Mon, 2016-02-22 at 14:25 +0000, Dimitri John Ledkov wrote: >> All tests fail on libica 2.6, when stack smashing detection is >> enabled, it appears that after openssl_init() function is where things >> error out. >> ... > > Hello Dimitri > Well, two things: > - use the 'silent' option together with the 'suite.run' script. > Otherwise there's a big chance that your harddisk is full. Remove > the suite.out file ... (We should consider making this the default). > - It's just the very first testcase which is failing: icastats_test > If you comment out the line in the script, the rest of the tests > is working fine. I'll try to provide a fix asap. >
I have been bitten by lack of disk space before, the full command how we run the tests on Debian and Ubuntu is: cd src/tests && LD_LIBRARY_PATH=$(CURDIR)/src/.libs PATH=$(CURDIR)/src:$(CURDIR)/src/.libs:$$PATH ./suite.run silent Thus to make sure that the just built shared libraries and latest binaries are tested. Note that the host system does not have ibmca configured/enabled, and there are no crypto acceleration available on the build machines. All test binaries fail to load / initialise libica, with similar backtraces. -- Regards, Dimitri. ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
