GNOME Bugzilla – Bug 578611
Ekiga 3.2.0 +debug : account assistant ends with a crash
Last modified: 2009-04-10 15:38:18 UTC
Steps to reproduce: 1. launch the configuration assistant to create an account 2. after having specified the connection type click "Forward" 3. crash Stack trace: Trace attached Other information:
Created attachment 132469 [details] gdb backtrace of the crash
*** This bug has been marked as a duplicate of 577629 ***
Not sure it's a duplicate. In ekiga 3.2.0, following the advices of Snark in #577629, I corrected the malloc with a g_malloc. Now the preferences panel works. This bug is not about the crash in the preferences panel but when the Configuration Assistant ends. It's **maybe** and *typo* bug (g_malloc => malloc) like #577629, anyway, I don't know if it's the case, and the crash happens in different circonstances.
I have fixed a second occurence of malloc instead of g_malloc. See http://svn.gnome.org/viewvc/ekiga?view=revision&revision=7851 and 7852. My feeling is that it's fixed, could you check by applying that patch (and snark's one)?
You're right, it works now. Thanks