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 246614 - Crash when closing windows
Crash when closing windows
Status: RESOLVED DUPLICATE of bug 245236
Product: evolution
Classification: Applications
Component: general
unspecified
Other other
: Normal blocker
: ---
Assigned To: Evolution Triage Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2003-07-19 14:19 UTC by Boris Goldowsky
Modified: 2003-07-22 17:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Boris Goldowsky 2003-07-19 14:19:43 UTC
Description of Problem:

Whenever I close a popup window used to edit a
contact or task, evolution crashes.

Steps to reproduce the problem:

I've attached output of what happens when I do the
following:
1. start evolution
2. double-click a task in the tasklist
3. click the close button on the resulting window.

Actual Results:

[bc@yuff evolution-1.4.3]$ gdb evolution
GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General
Public License, and you are
welcome to change it and/or distribute copies of
it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type
"show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(gdb) run
Starting program: /opt/garnome/bin/evolution
[New Thread 1093357760 (LWP 15999)]
[New Thread 1116949808 (LWP 16000)]
[New Thread 1125342512 (LWP 16001)]
[New Thread 1133735216 (LWP 16005)]
[New Thread 1142127920 (LWP 16007)]
[New Thread 1150520624 (LWP 16008)]
[New Thread 1158913328 (LWP 16009)]
[New Thread 1167306032 (LWP 16010)]
[Thread 1167306032 (LWP 16010) exited]

(evolution:15999): e-table-CRITICAL **: file
e-table-item.c: line 1045 (eti_unfreeze):
assertion `eti->frozen_count > 0' failed
 
(evolution:15999): e-table-CRITICAL **: file
e-table-item.c: line 1045 (eti_unfreeze):
assertion `eti->frozen_count > 0' failed
 
(evolution:15999): e-table-CRITICAL **: file
e-table-item.c: line 1045 (eti_unfreeze):
assertion `eti->frozen_count > 0' failed
 
  [ ... many more of these, perhaps one for each
task in the list ... ]

Program received signal SIGSEGV, Segmentation fault.

Thread 1093357760 (LWP 15999)

  • #0 gtk_widget_get_toplevel
    at gtkwidget.c line 5407
  • #1 gtk_widget_get_screen_unchecked
    at gtkwidget.c line 4801
  • #2 gtk_widget_has_screen
    at gtkwidget.c line 4874
  • #3 recompute_idle_func
    at gtkentry.c line 2481
  • #4 g_idle_dispatch
    at gmain.c line 3241
  • #5 g_main_dispatch
    at gmain.c line 1720
  • #6 g_main_context_dispatch
    at gmain.c line 2268
  • #7 g_main_context_iterate
    at gmain.c line 2349
  • #8 g_main_loop_run
    at gmain.c line 2569
  • #9 bonobo_main
    at bonobo-main.c line 294
  • #10 main
    at main.c line 637
  • #11 __libc_start_main
    from /lib/tls/libc.so.6

Thread 1093357760 (LWP 15999)

  • #0 gtk_widget_get_toplevel
    at gtkwidget.c line 5407
  • #1 gtk_widget_get_screen_unchecked
    at gtkwidget.c line 4801
  • #2 gtk_widget_has_screen
    at gtkwidget.c line 4874
  • #3 recompute_idle_func
    at gtkentry.c line 2481
  • #4 g_idle_dispatch
    at gmain.c line 3241
  • #5 g_main_dispatch
    at gmain.c line 1720
  • #6 g_main_context_dispatch
    at gmain.c line 2268
  • #7 g_main_context_iterate
    at gmain.c line 2349
  • #8 g_main_loop_run
    at gmain.c line 2569
  • #9 bonobo_main
    at bonobo-main.c line 294
  • #10 main
    at main.c line 637
  • #11 __libc_start_main
    from /lib/tls/libc.so.6

Expected Results:

The window ought to close gracefully, I should think.

How often does this happen? 

every time.

Additional Information:

compiled via garnome 0.25.1 on redhat 9.
Comment 1 Gerardo Marin 2003-07-22 17:49:59 UTC

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