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 741667 - SEGFPE with default calendar daily view immediately kills Evolution in e_day_view_convert_position_in_main_canvas()
SEGFPE with default calendar daily view immediately kills Evolution in e_day_...
Status: RESOLVED DUPLICATE of bug 740370
Product: evolution
Classification: Applications
Component: Calendar
3.12.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
: 741796 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-12-17 18:00 UTC by Guy Stalnaker
Modified: 2014-12-22 07:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GDB bactrace (6.71 KB, text/x-log)
2014-12-17 18:00 UTC, Guy Stalnaker
Details

Description Guy Stalnaker 2014-12-17 18:00:00 UTC
Created attachment 292917 [details]
GDB bactrace

GDB log output "bt full" is uploaded.

Using EWS with Office365 account. Mail/Contacts work. Calendar appears to have data with the short window of time I have to view what is displayed before Evolution segfaults. I cannot change to another view (weekly, monthly) before segfault occurs to see if only Daily view causes the segfault.
Comment 1 Milan Crha 2014-12-22 07:48:52 UTC
*** Bug 741796 has been marked as a duplicate of this bug. ***
Comment 2 Milan Crha 2014-12-22 07:49:58 UTC
Thanks for a bug report. Please paste backtraces inline, it's much easier when searching for duplicates.

Program received signal SIGFPE, Arithmetic exception.
0x00007fff731215cf in e_day_view_convert_position_in_main_canvas (day_view=0x555558299440, x=114, y=0, y@entry=617, 
    day_return=0x7fffffffd5d0, row_return=0x7fffffffd5cc, event_num_return=event_num_return@entry=0x7fffffffd5d4) at e-day-view.c:8158
8158	e-day-view.c: No such file or directory.
  • #0 e_day_view_convert_position_in_main_canvas
    at e-day-view.c line 8158
  • #1 e_day_view_on_main_canvas_motion
    at e-day-view.c line 4770
  • #2 ??
    from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  • #3 g_closure_invoke
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #4 ??
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #5 g_signal_emit_valist
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #6 g_signal_emit
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #7 ??
    from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  • #8 ??
    from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  • #9 gtk_main_do_event
    from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  • #10 ??
    from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  • #11 g_main_context_dispatch
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #12 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #13 g_main_loop_run
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #14 gtk_main
    from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  • #15 main
    at main.c line 685
  • #0 e_day_view_convert_position_in_main_canvas
    at e-day-view.c line 8158
  • #1 e_day_view_on_main_canvas_motion
    at e-day-view.c line 4770
  • #2 ??
    from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  • #3 g_closure_invoke
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #4 ??
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #5 g_signal_emit_valist
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #6 g_signal_emit
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  • #7 ??
    from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  • #8 ??
    from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  • #9 gtk_main_do_event
    from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  • #10 ??
    from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  • #11 g_main_context_dispatch
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #12 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #13 g_main_loop_run
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #14 gtk_main
    from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  • #15 main
    at main.c line 685

Comment 3 Milan Crha 2014-12-22 07:51:08 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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