[reSIProcate] DnsResult::lookupInternal assert(0)

julien julien at aplix.co.jp
Wed Nov 29 02:12:05 CST 2006


Hello everyone,
I am having some problems when calling stack->process(fdset);
I often get an assertion error inside DnsResult:lookupInternal (line 330)

Could someone give me some informations on how to avoid this assertion 
error?
Sorry to be so vague, but I am having trouble identifying the cases when 
this assertion occur...

Thank you for your help

else // port specified so we know the transport
{
mPort = uri.port();
if (mInterface.isSupported(mTransport, V6) || 
mInterface.isSupported(mTransport, V4))
{
lookupHost(mTarget);
}
else
{
-> assert(0);
if (mHandler) mHandler->handle(this);
}
}

-- 
Julien Saito
ジュリアン 齋藤
julien at aplix.co.jp





More information about the resiprocate-devel mailing list