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 443181 - crash in Tasks: This is a report with de...
crash in Tasks: This is a report with de...
Status: RESOLVED DUPLICATE of bug 431342
Product: evolution
Classification: Applications
Component: Tasks
unspecified
Other All
: High critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-06-02 11:35 UTC by bodlak
Modified: 2007-06-03 12:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description bodlak 2007-06-02 11:35:06 UTC
What were you doing when the application crashed?
This is a report with debuginfo, the same problem as with 443143 and 443144. I think it has something to do with the content of mail directory. During the erroneous evolution startup, the folders on the left side of the evolution window are messed, their layout is bad.


Distribution: Fedora release 7 (Moonshine)
Gnome Release: 2.18.0 2007-03-23 (Red Hat, Inc)
BugBuddy Version: 2.18.0

System: Linux 2.6.21-1.3194.fc7 #1 SMP Wed May 23 22:35:01 EDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: Permissive
Accessibility: Disabled
GTK+ Theme: Bluecurve
Icon Theme: Fedora

Memory status: size: 104824832 vsize: 104824832 resident: 23937024 share: 17113088 rss: 23937024 rss_rlim: 4294967295
CPU usage: start_time: 1180783813 rtime: 232 utime: 208 stime: 24 cutime:1 cstime: 4 timeout: 0 it_real_value: 0 frequency: 100

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

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208547616 (LWP 15368)]
[New Thread -1242563696 (LWP 15392)]
0x00710402 in __kernel_vsyscall ()

Thread 1 (Thread -1208547616 (LWP 15368))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 ??
    from /usr/lib/libgnomeui-2.so.0
  • #3 segv_redirect
    at main.c line 408
  • #4 <signal handler called>
  • #5 ??
  • #6 camel_message_info_ptr
    from /usr/lib/libcamel-provider-1.2.so.10
  • #7 ml_tree_value_at
    at message-list.c line 1286
  • #8 etmc_value_at
    at e-tree-memory-callbacks.c line 104
  • #9 e_tree_model_value_at
    at e-tree-model.c line 783
  • #10 e_table_sorting_utils_tree_sort
    at e-table-sorting-utils.c line 287
  • #11 resort_node
    at e-tree-table-adapter.c line 183
  • #12 generate_tree
    at e-tree-table-adapter.c line 374
  • #13 etta_proxy_node_changed
    at e-tree-table-adapter.c line 483
  • #14 g_cclosure_marshal_VOID__POINTER
    from /lib/libgobject-2.0.so.0
  • #15 g_closure_invoke
    from /lib/libgobject-2.0.so.0
  • #16 ??
    from /lib/libgobject-2.0.so.0
  • #17 g_signal_emit_valist
    from /lib/libgobject-2.0.so.0
  • #18 g_signal_emit
    from /lib/libgobject-2.0.so.0
  • #19 e_tree_model_node_changed
    at e-tree-model.c line 259
  • #20 e_tree_memory_thaw
    at e-tree-memory.c line 203
  • #21 regen_list_regened
    at message-list.c line 2477
  • #22 periodic_processing
    at mail-mt.c line 464
  • #23 ??
    from /lib/libglib-2.0.so.0
  • #24 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #25 ??
    from /lib/libglib-2.0.so.0
  • #26 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #27 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #28 main
    at main.c line 586
  • #0 __kernel_vsyscall


----------- .xsession-errors (11 sec old) ---------------------
(evolution:15259): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:15259): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:15259): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
CalDAV Eplugin starting up ...
libnm_glib_nm_state_cb: dbus returned an error.
  (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files
(evolution:15317): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:15317): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:15317): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
CalDAV Eplugin starting up ...
libnm_glib_nm_state_cb: dbus returned an error.
  (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files
(evolution:15368): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:15368): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:15368): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
--------------------------------------------------
Comment 1 palfrey 2007-06-02 23:25:10 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot
to solve the problem, so it will be hard for the developers to fix that crash.
Can you get us a stack trace with debugging symbols? Please see
http://live.gnome.org/GettingTraces for more information on how to do so.
Thanks in advance!
Comment 2 bodlak 2007-06-03 09:39:10 UTC
Here it goes. I installed gtk2, glib2 and gnome-vfs2 debuginfo and crashed the Evolution again. Below you can find new BugBuddy report. HTH!


Distribution: Fedora release 7 (Moonshine)
Gnome Release: 2.18.0 2007-03-23 (Red Hat, Inc)
BugBuddy Version: 2.18.0

System: Linux 2.6.21-1.3194.fc7 #1 SMP Wed May 23 22:35:01 EDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: Permissive
Accessibility: Disabled
GTK+ Theme: Bluecurve
Icon Theme: Fedora

Memory status: size: 104853504 vsize: 104853504 resident: 22917120 share: 16609280 rss: 22917120 rss_rlim: 4294967295
CPU usage: start_time: 1180863320 rtime: 208 utime: 176 stime: 32 cutime:1 cstime: 4 timeout: 0 it_real_value: 0 frequency: 100

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

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208568096 (LWP 4294)]
[New Thread -1272427632 (LWP 4324)]
0x00e17402 in __kernel_vsyscall ()

Thread 1 (Thread -1208568096 (LWP 4294))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 ??
    from /usr/lib/libgnomeui-2.so.0
  • #3 segv_redirect
    at main.c line 408
  • #4 <signal handler called>
  • #5 ??
  • #6 camel_message_info_ptr
    from /usr/lib/libcamel-provider-1.2.so.10
  • #7 ml_tree_value_at
    at message-list.c line 1286
  • #8 etmc_value_at
    at e-tree-memory-callbacks.c line 104
  • #9 e_tree_model_value_at
    at e-tree-model.c line 783
  • #10 e_table_sorting_utils_tree_sort
    at e-table-sorting-utils.c line 287
  • #11 resort_node
    at e-tree-table-adapter.c line 183
  • #12 generate_tree
    at e-tree-table-adapter.c line 374
  • #13 etta_proxy_node_changed
    at e-tree-table-adapter.c line 483
  • #14 IA__g_cclosure_marshal_VOID__POINTER
    at gmarshal.c line 601
  • #15 IA__g_closure_invoke
    at gclosure.c line 490
  • #16 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #17 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #18 IA__g_signal_emit
    at gsignal.c line 2243
  • #19 e_tree_model_node_changed
    at e-tree-model.c line 259
  • #20 e_tree_memory_thaw
    at e-tree-memory.c line 203
  • #21 regen_list_regened
    at message-list.c line 2477
  • #22 periodic_processing
    at mail-mt.c line 464
  • #23 g_timeout_dispatch
    at gmain.c line 3422
  • #24 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #25 g_main_context_iterate
    at gmain.c line 2677
  • #26 IA__g_main_loop_run
    at gmain.c line 2881
  • #27 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #28 main
    at main.c line 586
  • #0 __kernel_vsyscall


----------- .xsession-errors (24 sec old) ---------------------
(evolution:2951): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:2951): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:2951): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:2951): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:2951): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
Varování manažera oken: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x600019 (tilda)
Varování manažera oken: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Varování manažera oken: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x600019 (tilda)
Varování manažera oken: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Varování manažera oken: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x600019 (tilda)
Varování manažera oken: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
CalDAV Eplugin starting up ...
(evolution:4294): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:4294): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:4294): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
--------------------------------------------------
Comment 3 palfrey 2007-06-03 10:11:03 UTC
We're still missing debug symbols for the /usr/lib/libcamel-provider-1.2.so.10 library. I *think* it's in the evolution-data-server package on Fedora, so could you please install the debug symbols for that as well, and get us another trace. Thanks for all your help!
Comment 4 bodlak 2007-06-03 12:41:01 UTC
You're welcome, I am glad to help you. If you still miss some information, just let me know.


Distribution: Fedora release 7 (Moonshine)
Gnome Release: 2.18.0 2007-03-23 (Red Hat, Inc)
BugBuddy Version: 2.18.0

System: Linux 2.6.21-1.3194.fc7 #1 SMP Wed May 23 22:35:01 EDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: Permissive
Accessibility: Disabled
GTK+ Theme: Bluecurve
Icon Theme: Fedora

Memory status: size: 104939520 vsize: 104939520 resident: 23773184 share: 17182720 rss: 23773184 rss_rlim: 4294967295
CPU usage: start_time: 1180874222 rtime: 239 utime: 217 stime: 22 cutime:1 cstime: 4 timeout: 0 it_real_value: 0 frequency: 100

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

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208514848 (LWP 8692)]
[New Thread -1294992496 (LWP 8721)]
0x00b1b402 in __kernel_vsyscall ()

Thread 1 (Thread -1208514848 (LWP 8692))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 ??
    from /usr/lib/libgnomeui-2.so.0
  • #3 segv_redirect
    at main.c line 408
  • #4 <signal handler called>
  • #5 ??
  • #6 camel_message_info_ptr
    at camel-folder-summary.c line 2955
  • #7 ml_tree_value_at
    at message-list.c line 1286
  • #8 etmc_value_at
    at e-tree-memory-callbacks.c line 104
  • #9 e_tree_model_value_at
    at e-tree-model.c line 783
  • #10 e_table_sorting_utils_tree_sort
    at e-table-sorting-utils.c line 287
  • #11 resort_node
    at e-tree-table-adapter.c line 183
  • #12 generate_tree
    at e-tree-table-adapter.c line 374
  • #13 etta_proxy_node_changed
    at e-tree-table-adapter.c line 483
  • #14 IA__g_cclosure_marshal_VOID__POINTER
    at gmarshal.c line 601
  • #15 IA__g_closure_invoke
    at gclosure.c line 490
  • #16 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #17 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #18 IA__g_signal_emit
    at gsignal.c line 2243
  • #19 e_tree_model_node_changed
    at e-tree-model.c line 259
  • #20 e_tree_memory_thaw
    at e-tree-memory.c line 203
  • #21 regen_list_regened
    at message-list.c line 2477
  • #22 periodic_processing
    at mail-mt.c line 464
  • #23 g_timeout_dispatch
    at gmain.c line 3422
  • #24 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #25 g_main_context_iterate
    at gmain.c line 2677
  • #26 IA__g_main_loop_run
    at gmain.c line 2881
  • #27 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #28 main
    at main.c line 586
  • #0 __kernel_vsyscall


----------- .xsession-errors (21 sec old) ---------------------
(evolution:4387): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
Varování manažera oken: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x600019 (tilda)
Varování manažera oken: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Varování manažera oken: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3400067 (OpenOffice)
Varování manažera oken: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Varování manažera oken: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x600019 (tilda)
Varování manažera oken: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
CalDAV Eplugin starting up ...
(evolution:8619): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:8619): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:8619): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
CalDAV Eplugin starting up ...
(evolution:8692): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:8692): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
(evolution:8692): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0
--------------------------------------------------
Comment 5 palfrey 2007-06-03 12:47:52 UTC
Thanks for the details. Marking as duplicate of Bug 431342, as we already have a cluster of details and duplicates of that one.

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