Comment 3 for bug 141344

Revision history for this message
Mats (matsben) wrote :

This problem is unrelated to DNS SRV records (which is indeed supported).
It seems that there is a circular reference in the disco tree somehow, where a (JID node) combination references itself. This is the only way I can see this happen.
I have therefore added a fallback for this case to ease debugging:

    incr treeRefCount
    if {$treeRefCount > 20} {
 puts "+++ max refCount had been reached, likely a circular reference in disco tree: vstruct=$vstruct"
    }

This shall be used together with
set debugLevel 4
in Coccinella.tcl as usual.
Best would be if I could get an account there myself, but there is no online registration.