Re: [Ekiga-devel-list] Crash on... startup!



I think I know what is happening Opal tries to insert entries with
duplicate keys into a map. Look at attached log. I had inserted an extra
cerr line into opal/src/sip/handlers.cxx:1633.
  handler->m_byAOR =
m_byAOR.insert(IndexMap::value_type(MakeUrlKey(handler->GetAddressOfRecord(), handler->GetMethod()), handler)).first;
cerr << "******** m_byAOR.insert: " <<
MakeUrlKey(handler->GetAddressOfRecord(), handler->GetMethod()) << endl;

This was from a computer with two interfaces a public one 134.76.145.30%
eth0 and a private one 192.168.21.30%eth1. E.g. for 500 ekiga net Ekiga
starts a subscriber for each of the interfaces, but opal constructs the
same key for the map, the second one will presumably not be inserted but
is falsely deleted when the subscriber finishes.
Michael

Am Donnerstag, den 08.10.2009, 06:52 +0200 schrieb Julien Puydt:
> Julien Puydt a écrit :
> > I'll try to update my ptlib&opal to see if I have just been unlucky.
> 
> No love : still crashing.
> 
> Snark
> _______________________________________________
> Ekiga-devel-list mailing list
> Ekiga-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Attachment: ekiga-stderr.txt.gz
Description: GNU Zip compressed data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]