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 631669 - calendar scroll crash
calendar scroll crash
Status: RESOLVED DUPLICATE of bug 621688
Product: evolution
Classification: Applications
Component: Calendar
3.0.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2010-10-08 11:11 UTC by David Woodhouse
Modified: 2013-09-13 01:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Woodhouse 2010-10-08 11:11:05 UTC
Program received signal SIGSEGV, Segmentation fault.
miCoalesce (prevStart=<value optimized out>, curStart=-1, pReg=<value optimized out>) at gdkregion-generic.c:781
781			*pPrevBox++ = *pCurBox++;
Missing separate debuginfos, use: debuginfo-install hunspell-1.2.12-1.fc14.x86_64
(gdb) bt
  • #0 miCoalesce
    at gdkregion-generic.c line 781
  • #1 miRegionOp
    at gdkregion-generic.c line 989
  • #2 IA__gdk_region_union
    at gdkregion-generic.c line 1266
  • #3 gdk_window_invalidate_maybe_recurse_full
    at gdkwindow.c line 5975
  • #4 gdk_window_invalidate_rect_full
    at gdkwindow.c line 5812
  • #5 IA__gtk_widget_queue_draw_area
    at gtkwidget.c line 3688
  • #6 IA__gtk_widget_queue_draw
    at gtkwidget.c line 3758
  • #7 gtk_range_adjustment_value_changed
    at gtkrange.c line 2719
  • #8 g_closure_invoke
    at gclosure.c line 766
  • #9 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #10 g_signal_emit_valist
    at gsignal.c line 2983
  • #11 g_signal_emit
    at gsignal.c line 3040
  • #12 IA__gtk_adjustment_value_changed
    at gtkadjustment.c line 668
  • #13 e_week_view_on_scroll
    at e-week-view.c line 2602
  • #14 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 86
  • #15 g_closure_invoke
    at gclosure.c line 766
  • #16 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #17 g_signal_emit_valist
    at gsignal.c line 2993
  • #18 g_signal_emit
    at gsignal.c line 3040
  • #19 gtk_widget_event_internal
    at gtkwidget.c line 4992
  • #20 IA__gtk_propagate_event
    at gtkmain.c line 2460
  • #21 IA__gtk_main_do_event
    at gtkmain.c line 1665
  • #22 gdk_event_dispatch
    at gdkevents-x11.c line 2377
  • #23 g_main_dispatch
    at gmain.c line 2149
  • #24 g_main_context_dispatch
    at gmain.c line 2702
  • #25 g_main_context_iterate
    at gmain.c line 2780
  • #26 g_main_loop_run
    at gmain.c line 2988
  • #27 IA__gtk_main
    at gtkmain.c line 1237
  • #28 main
    at main.c line 677

Comment 1 David Woodhouse 2010-10-08 11:12:40 UTC
(gdb) p *pCurBox
Cannot access memory at address 0x30c2000
(gdb) p *pPrevBox
$8 = {x1 = 0, y1 = 0, x2 = 0, y2 = 0}
Comment 2 Milan Crha 2010-10-21 10:27:34 UTC
I suppose this is bug #621688, thus I'm marking it as a duplicate.

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