List of Frequently Reported Bugs
From Ekiga
[edit]
Identifying the problematic thread
That thread contains this :
#1 0x00002b49bb13ca07 in gnome_gtk_module_info_get () from /usr/lib64/libgnomeui-2.so.0
[edit]
Crash while detecting video devices
See bug : http://bugzilla.gnome.org/show_bug.cgi?id=376078
The faulty thread contains this instruction :
#6 0x00002b49c432d476 in V4LNames::PopulateDictionary () from /usr/lib64/pwlib/device/videoinput/v4l_pwplugin.so
The same problem existed with V4L2.
[edit]
Crash due to a corruption of the transactions PDictionary
See bug : http://bugzilla.gnome.org/show_bug.cgi?id=367982
The faulty thread contains this instruction :
#7 0xb7318f56 in PAbstractDictionary::AbstractSetAt () from /usr/lib/libpt.so.1.10.2
Either called from OnReceivedPDU or from SIPTransaction::Start.
[edit]
Crash due to a corruption of the DNS caching system of PWLIB
See bug : http://bugzilla.gnome.org/show_bug.cgi?id=364480
#5 0xb72e1529 in PIPCacheData::HasAged () from /usr/lib/libpt.so.1.10.2
[edit]
Crash while exiting the application
See bug : http://bugzilla.gnome.org/show_bug.cgi?id=359655
[edit]
Crash when doing H.323 calls
See bug : http://bugzilla.gnome.org/show_bug.cgi?id=361680
[edit]
Crash when unregistering when quitting
See bug : http://bugzilla.gnome.org/show_bug.cgi?id=411438
[edit]
Crash using Slackware 11.0
Slackware 11.0 use ALSA 1.0.11: Upgrade ALSA to 1.0.12 at least. See: Sound troubleshooting
[edit]
2.0.8 bug: can't add an account, "Missing information" dialog
Code change between 2.0.7 and 2.0.8:
if (protocol == 0) // SIP
valid = (username.FindRegEx (regex_username) != P_MAX_INDEX
&& account_name.FindRegEx (regex_accountname) == P_MAX_INDEX);
else // H323
valid = (account_name.FindRegEx (regex_accountname) == P_MAX_INDEX);
Seems related to this bad behavior:
<tivv> yannick: Done. How can I create an account to my local sip server? <yannick> tivv, edit -> account -> add <tivv> yannick: Here you are with "Missing information" dialog. <tivv> yannick: While I DID ENTERED everything. <tivv> yannick: Same dialog if I am trying to modify "default" (created from wizard) account. (...) <tivv> yannick: Yep. "Missing information" "Please make sure to provide a valid account name, host name, and user name." <yannick> tivv, did you filled all fields? <tivv> yannick: Yep. And Wizard did fill all fields. It does not honor even wizard-created account
<luc> tivv: ok launching ekiga <luc> tivv: i check "I don't want to ..." <luc> tivv: in account window, no user preselected <luc> tivv: ok i can confirm your bugs,

