[Clam-devel] Unhandled exception in SMSAnalysis
Xavier Amatriain
xavier at create.ucsb.edu
Sat Apr 21 00:20:20 PDT 2007
Not that it affects any of the current processes but I found out some
time ago
that line 35 in SMSAnalysis.cxx always rises an unhandled exception:
mAudioProvider.ConnectToIn( mCore.GetInPort( "Input Audio" ));
This rises an exception in Outport.hxx:139
ConnectToConcreteIn( dynamic_cast<ProperInPort&>(in) );
Meaning that the input port for SMSAnalysis and the one for
SMSAnalysisCore do
not have the same type, right?
As I said, this is not covered by current tests as we don't use
SMSAnalysis in the context of a Network but use SMSAnalysisCore directly.
But thought it was worth pointing out.
XA
More information about the clam-devel
mailing list