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 626641 - Crash in miUnionNonO, e_shell_sidebar_set_secondary_text at e-shell-sidebar.c line 640
Crash in miUnionNonO, e_shell_sidebar_set_secondary_text at e-shell-sidebar.c...
Status: RESOLVED DUPLICATE of bug 617611
Product: evolution
Classification: Applications
Component: general
2.32.x (obsolete)
Other All
: High critical
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
: 629810 629956 631342 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-08-11 16:08 UTC by David Ronis
Modified: 2013-09-13 01:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.31/2.32



Description David Ronis 2010-08-11 16:08:32 UTC
Version: 2.32.x

What were you doing when the application crashed?
I was copying a calendar entry to several other dates.  It worked for the first 4 cases (all in 2010) but crashed on the 5th, which was in 2011, for what it's worth.


Distribution: Slackware Slackware 12.2.0
Gnome Release: 2.31.6 2010-08-04 (GARNOME)
BugBuddy Version: 2.31.3

System: Linux 2.6.34-rc5-ge520683 #2 SMP PREEMPT Tue Jun 8 13:13:01 EDT 2010 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10899000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Default
Icon Theme: gnome
GTK+ Modules: gnomesegvhandler, canberra-gtk-module

Memory status: size: 245055488 vsize: 245055488 resident: 93536256 share: 29474816 rss: 93536256 rss_rlim: 18446744073709551615
CPU usage: start_time: 1281535827 rtime: 14222 utime: 6236 stime: 7986 cutime:66 cstime: 9 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/opt/garnome-svn-2.90/bin/evolution'

[Thread debugging using libthread_db enabled]
[New Thread 0xac1ffb90 (LWP 30937)]
[New Thread 0xad1ffb90 (LWP 26721)]
[New Thread 0xaf323b90 (LWP 24048)]
[New Thread 0xafb23b90 (LWP 24047)]
[New Thread 0xb13ffb90 (LWP 24023)]
[New Thread 0xb550cb90 (LWP 24022)]
0xb5b8b01d in poll () from /lib/libc.so.6

Thread 2 (Thread 0xac1ffb90 (LWP 30937))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 g_spawn_sync
    at gspawn.c line 385
  • #2 g_spawn_command_line_sync
    at gspawn.c line 699
  • #3 run_bug_buddy
    at gnome-segvhanlder.c line 240
  • #4 bugbuddy_segv_handle
    at gnome-segvhanlder.c line 191
  • #5 <signal handler called>
  • #6 raise
    from /lib/libc.so.6
  • #7 abort
    from /lib/libc.so.6
  • #8 g_assertion_message
    at gtestutils.c line 1358
  • #9 g_assertion_message_expr
    at gtestutils.c line 1369
  • #10 miUnionNonO
    at gdkregion-generic.c line 1114
  • #11 miRegionOp
    at gdkregion-generic.c line 942
  • #12 IA__gdk_region_union
    at gdkregion-generic.c line 1266
  • #13 impl_window_add_update_area
    at gdkwindow.c line 5736
  • #14 gdk_window_invalidate_maybe_recurse_full
    at gdkwindow.c line 5847
  • #15 gtk_widget_invalidate_widget_windows
    at gtkwidget.c line 3962
  • #16 gtk_widget_queue_shallow_draw
    at gtkwidget.c line 3999
  • #17 IA__gtk_widget_queue_resize
    at gtkwidget.c line 3811
  • #18 e_shell_sidebar_set_secondary_text
    at e-shell-sidebar.c line 640
  • #19 e_memo_shell_view_update_sidebar
    at e-memo-shell-view-private.c line 425
  • #20 e_marshal_VOID__INT_INT
    at e-marshal.c line 1016
  • #21 g_closure_invoke
    at gclosure.c line 766
  • #22 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #23 g_signal_emit_valist
    at gsignal.c line 2983
  • #24 g_signal_emit
    at gsignal.c line 3040
  • #25 e_table_model_rows_deleted
    at e-table-model.c line 584
  • #26 redo_queries
    at e-cal-model.c line 2357
  • #27 update_memo_view
    at gnome-cal.c line 1353
  • #28 update_todo_view_async
    at gnome-cal.c line 1261
  • #29 message_proxy
    at gnome-cal.c line 187
  • #30 g_thread_pool_thread_proxy
    at gthreadpool.c line 314
  • #31 g_thread_create_proxy
    at gthread.c line 1897
  • #32 start_thread
    from /lib/libpthread.so.0
  • #33 clone
    from /lib/libc.so.6

	Inferior 1 [process 23952] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]
Comment 1 Akhil Laddha 2010-08-12 04:15:11 UTC
see bug 626151 as well
Comment 2 Akhil Laddha 2010-09-08 05:32:34 UTC
Just got a same crash while navigating dates in calendar mini view.
Comment 3 Milan Crha 2010-09-10 11:58:04 UTC
Could you try to reproduce this under valgrind, whether it'll show something useful, please? Please run valgrind as this:
   $ G_SLICE=always-malloc valgrind evolution &>evo.txt

I suspect something going wrong with the gdk-region, thus what is your version of gtk and gdk, please?
Comment 4 Akhil Laddha 2010-09-16 03:34:21 UTC
*** Bug 629810 has been marked as a duplicate of this bug. ***
Comment 5 Milan Crha 2010-09-23 17:40:56 UTC
*** Bug 629956 has been marked as a duplicate of this bug. ***
Comment 6 Milan Crha 2010-10-04 12:48:18 UTC
heh, OK, it's Thread 2, redo_queries, calls gtk/X function in non-mainthread.
Comment 7 Fabio Durán Verdugo 2010-10-04 23:55:39 UTC
*** Bug 631342 has been marked as a duplicate of this bug. ***
Comment 8 Milan Crha 2010-10-21 10:29:20 UTC
(In reply to comment #6)
> heh, OK, it's Thread 2, redo_queries, calls gtk/X function in non-mainthread.

This was addressed within bug #617611, so I'm marking it as a duplicate.

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