After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 578611 - Ekiga 3.2.0 +debug : account assistant ends with a crash
Ekiga 3.2.0 +debug : account assistant ends with a crash
Status: RESOLVED DUPLICATE of bug 577629
Product: ekiga
Classification: Applications
Component: GUI
3.2.x
Other All
: Normal critical
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-10 15:07 UTC by Raphaël
Modified: 2009-04-10 15:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdb backtrace of the crash (29.33 KB, text/plain)
2009-04-10 15:07 UTC, Raphaël
Details

Description Raphaël 2009-04-10 15:07:06 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:
Comment 1 Raphaël 2009-04-10 15:07:48 UTC
Created attachment 132469 [details]
gdb backtrace of the crash
Comment 2 Eugen Dedu 2009-04-10 15:10:19 UTC

*** This bug has been marked as a duplicate of 577629 ***
Comment 3 Raphaël 2009-04-10 15:20:08 UTC
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.
Comment 4 Eugen Dedu 2009-04-10 15:27:59 UTC
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)?
Comment 5 Raphaël 2009-04-10 15:38:18 UTC
You're right, it works now. Thanks