[Clam-devel] segfault in TestFFT
    Pau Arumi 
    parumi at iua.upf.edu
       
    Thu May 24 08:15:18 PDT 2007
    
    
  
David, do you have any idea why functional tests in linux (see
testfarm) are broken?
It segfaults at TestFFT.cxx line 84 (copied below) while deleting
a factory created processing. Debugging I saw that the pointer
value was 0x10. But no idea why this happens...
void setUp()
{
	mProcessing = 
(CLAM::FFT_base*)CLAM::Factory<CLAM::Processing>::GetInstance().Create(getProcessing());
}
void tearDown()
{
	delete mProcessing;
}
    
    
More information about the clam-devel
mailing list