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 246745 - Evolution crashes when adding a contact if the Contacts view is open
Evolution crashes when adding a contact if the Contacts view is open
Status: RESOLVED DUPLICATE of bug 245236
Product: evolution
Classification: Applications
Component: Contacts
pre-1.5 (obsolete)
Other All
: Normal major
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2003-07-22 20:42 UTC by Vesa Halttunen
Modified: 2003-07-24 00:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vesa Halttunen 2003-07-22 20:42:40 UTC
Description of Problem:
Evolution crashes when adding a contact if the Contacts view is open

Steps to reproduce the problem:
1. Open the Contacts folder
2. Click on New
3. Fill name and mobile phone number and click Save and Close

Actual Results:
Evolution crashes after saving the contact (the contact is saved though)

Expected Results:
The new contact should just appear in the Contacts view

How often does this happen?
Every time

Additional Information:
GCC 3.3, Linux 2.4.21, GNOME 2.2


Debugging Information:

Backtrace was generated from '/usr/local/gnome2/bin/evolution'

[New Thread 16384 (LWP 17902)]
[New Thread 32769 (LWP 17903)]
[New Thread 16386 (LWP 17904)]
[New Thread 32771 (LWP 17905)]
[New Thread 49156 (LWP 17906)]
[New Thread 81925 (LWP 17917)]
[New Thread 98310 (LWP 17918)]
[New Thread 114695 (LWP 17919)]
[New Thread 131080 (LWP 17920)]
[New Thread 147465 (LWP 17921)]
[New Thread 163850 (LWP 17922)]
0x40ef12cc in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 16384 (LWP 17902))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 libgnomeui_module_info_get
    from /usr/local/gnome2/lib/libgnomeui-2.so.0
  • #2 segv_redirect
  • #3 __pthread_sighandler
    from /lib/libpthread.so.0
  • #4 <signal handler called>
  • #5 gtk_widget_get_toplevel
    from /usr/local/gnome2/lib/libgtk-x11-2.0.so.0
  • #6 gtk_widget_get_child_visible
    from /usr/local/gnome2/lib/libgtk-x11-2.0.so.0
  • #7 gtk_widget_has_screen
    from /usr/local/gnome2/lib/libgtk-x11-2.0.so.0
  • #8 gtk_entry_get_type
    from /usr/local/gnome2/lib/libgtk-x11-2.0.so.0
  • #9 g_idle_dispatch
    from /usr/local/gnome2/lib/libglib-2.0.so.0
  • #10 g_main_dispatch
    from /usr/local/gnome2/lib/libglib-2.0.so.0
  • #11 g_main_context_dispatch
    from /usr/local/gnome2/lib/libglib-2.0.so.0
  • #12 g_main_context_iterate
    from /usr/local/gnome2/lib/libglib-2.0.so.0
  • #13 g_main_loop_run
    from /usr/local/gnome2/lib/libglib-2.0.so.0
  • #14 bonobo_main
    from /usr/local/gnome2/lib/libbonobo-2.so.0
  • #15 main
  • #16 __libc_start_main
    from /lib/libc.so.6
  • #0 waitpid
    from /lib/libpthread.so.0

Comment 1 Vesa Halttunen 2003-07-22 20:58:01 UTC
Uh. What a backtrace - I wonder how Bug Buddy managed to do that. When
running gdb manually I get the following. Might make much more sense
(even though the same is included in the above mess).

Program received signal SIGSEGV, Segmentation fault.

Thread 16384 (LWP 18363)

  • #0 gtk_widget_get_toplevel
    from /usr/local/gnome2/lib/libgtk-x11-2.0.so.0
  • #1 gtk_widget_get_child_visible
    from /usr/local/gnome2/lib/libgtk-x11-2.0.so.0
  • #2 gtk_widget_has_screen
    from /usr/local/gnome2/lib/libgtk-x11-2.0.so.0
  • #3 gtk_entry_get_type
    from /usr/local/gnome2/lib/libgtk-x11-2.0.so.0
  • #4 g_idle_dispatch
    from /usr/local/gnome2/lib/libglib-2.0.so.0
  • #5 g_main_dispatch
    from /usr/local/gnome2/lib/libglib-2.0.so.0
  • #6 g_main_context_dispatch
    from /usr/local/gnome2/lib/libglib-2.0.so.0
  • #7 g_main_context_iterate
    from /usr/local/gnome2/lib/libglib-2.0.so.0
  • #8 g_main_loop_run
    from /usr/local/gnome2/lib/libglib-2.0.so.0
  • #9 bonobo_main
    from /usr/local/gnome2/lib/libbonobo-2.so.0
  • #10 main
  • #11 __libc_start_main
    from /lib/libc.so.6

Is this a problem in glib/gtk? I do have 2.2.2 installed.
Comment 2 Vesa Halttunen 2003-07-22 21:07:40 UTC
It seems that the Contacts view doesn't have to be open for the crash
to occur but it doesn't happen every time if it isn't.
Comment 3 Gerardo Marin 2003-07-24 00:46:28 UTC

*** This bug has been marked as a duplicate of 245236 ***