Bug 1321411 - [abrt] gnome-calendar: icaltime_day_of_year(): gnome-calendar killed by SIGSEGV
Summary: [abrt] gnome-calendar: icaltime_day_of_year(): gnome-calendar killed by SIGSEGV
Keywords:
Status: CLOSED DUPLICATE of bug 1279055
Alias: None
Product: Fedora
Classification: Fedora
Component: libical
Version: 24
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Milan Crha
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:7d06879ebaad09d394bf4636f40...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-26 12:33 UTC by Karl-Heinz Hoetzel
Modified: 2020-04-13 06:27 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-07-07 11:46:13 UTC
Type: ---
Embargoed:
k.h.hoetzel: needinfo-


Attachments (Terms of Use)
File: backtrace (35.40 KB, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: cgroup (259 bytes, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: core_backtrace (3.56 KB, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: dso_list (18.43 KB, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: environ (684 bytes, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: exploitable (100 bytes, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: limits (1.29 KB, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: maps (88.61 KB, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: mountinfo (3.45 KB, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: namespaces (85 bytes, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: open_fds (1011 bytes, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: proc_pid_status (1.10 KB, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details
File: var_log_messages (324 bytes, text/plain)
2016-03-26 12:34 UTC, Karl-Heinz Hoetzel
no flags Details

Description Karl-Heinz Hoetzel 2016-03-26 12:33:57 UTC
Version-Release number of selected component:
gnome-calendar-3.19.92-1.fc24

Additional info:
reporter:       libreport-2.6.4
backtrace_rating: 4
cmdline:        /usr/bin/gnome-calendar --gapplication-service
crash_function: icaltime_day_of_year
executable:     /usr/bin/gnome-calendar
global_pid:     5912
kernel:         4.5.0-0.rc7.git0.2.fc24.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (7 frames)
 #0 icaltime_day_of_year at /usr/src/debug/libical-2.0.0/src/libical/icaltime.c:647
 #1 gcal_year_view_component_added at gcal-year-view.c:1299
 #2 cal_data_model_foreach_subscriber_in_range at e-cal-data-model.c:623
 #3 cal_data_model_process_added_component at e-cal-data-model.c:901
 #4 cal_data_model_notify_recurrences_cb at e-cal-data-model.c:1031
 #9 g_main_context_iteration at gmain.c:3901
 #10 g_application_run at gapplication.c:2381

Potential duplicate: bug 1214596

Comment 1 Karl-Heinz Hoetzel 2016-03-26 12:34:02 UTC
Created attachment 1140595 [details]
File: backtrace

Comment 2 Karl-Heinz Hoetzel 2016-03-26 12:34:04 UTC
Created attachment 1140596 [details]
File: cgroup

Comment 3 Karl-Heinz Hoetzel 2016-03-26 12:34:05 UTC
Created attachment 1140597 [details]
File: core_backtrace

Comment 4 Karl-Heinz Hoetzel 2016-03-26 12:34:07 UTC
Created attachment 1140598 [details]
File: dso_list

Comment 5 Karl-Heinz Hoetzel 2016-03-26 12:34:08 UTC
Created attachment 1140599 [details]
File: environ

Comment 6 Karl-Heinz Hoetzel 2016-03-26 12:34:10 UTC
Created attachment 1140600 [details]
File: exploitable

Comment 7 Karl-Heinz Hoetzel 2016-03-26 12:34:11 UTC
Created attachment 1140601 [details]
File: limits

Comment 8 Karl-Heinz Hoetzel 2016-03-26 12:34:13 UTC
Created attachment 1140602 [details]
File: maps

Comment 9 Karl-Heinz Hoetzel 2016-03-26 12:34:15 UTC
Created attachment 1140603 [details]
File: mountinfo

Comment 10 Karl-Heinz Hoetzel 2016-03-26 12:34:16 UTC
Created attachment 1140604 [details]
File: namespaces

Comment 11 Karl-Heinz Hoetzel 2016-03-26 12:34:18 UTC
Created attachment 1140605 [details]
File: open_fds

Comment 12 Karl-Heinz Hoetzel 2016-03-26 12:34:19 UTC
Created attachment 1140606 [details]
File: proc_pid_status

Comment 13 Karl-Heinz Hoetzel 2016-03-26 12:34:20 UTC
Created attachment 1140607 [details]
File: var_log_messages

Comment 14 Igor Gnatenko 2016-03-27 15:40:24 UTC
Looks like bug in ical.

Comment 15 Milan Crha 2016-03-30 12:28:53 UTC
Thanks for a bug report. It is quite unlikely this being a bug in the libical itself, I guess the problem is that the passed in time structure contains invalid date, which causes read out of the array boundary.

Do you have any reproducer for this, please? The backtrace data suggests that this is related to the Birthdays &  Anniversaries calendar, one of your contacts having Birthday.

Comment 16 Igor Gnatenko 2016-07-07 11:46:13 UTC

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


Note You need to log in before you can comment on or make changes to this bug.