while i'm tried run sems [commit 3c118eb2be1e5fdd363194a38d23ce9150e9b046] i saw that sems endlessly waiting for something

then i'm examined it under gdb and found infinite loop at:

int AmConfig::finalizeIPConfig():

AmConfig.cpp:
894         while(addr_it != it->addrs.end()) {
895           if(Ifs[i].LocalIP == addr_it->addr)
896             break;
897         }

and similar below

AmConfig.cpp:
906         while(addr_it != it->addrs.end()) {
907           if(Ifs[i].LocalSIPIP == addr_it->addr)
908             break;
909         }

in both cases, the iterator never incremented.
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to