Bug 1071544

Summary: [abrt] evolution: apply_and_free_fixups(): evolution killed by SIGABRT
Product: [Fedora] Fedora Reporter: Igor Gnatenko <ignatenko>
Component: evolutionAssignee: Matthew Barnes <mbarnes>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: fabiano, lucilanga, mbarnes, mcrha, nalimilan, neilsbb
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/67c619b2103f7d16884f4bd9f8c70b4e294976ca
Whiteboard: abrt_hash:aca3175f49bfe6d8d934a1c61ac3f5c1ec49b913
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-17 11:25:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Igor Gnatenko 2014-03-01 15:19:54 UTC
Description of problem:
Changed settings

Version-Release number of selected component:
evolution-3.11.90-2.fc21

Additional info:
reporter:       libreport-2.1.12
backtrace_rating: 4
cmdline:        evolution
crash_function: apply_and_free_fixups
executable:     /usr/bin/evolution
kernel:         3.14.0-0.rc4.git1.1.fc21.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #5 apply_and_free_fixups at dbus-marshal-recursive.c:113
 #6 replacement_block_replace at dbus-marshal-recursive.c:1227
 #7 reader_set_basic_variable_length at dbus-marshal-recursive.c:1300
 #8 _dbus_type_reader_set_basic at dbus-marshal-recursive.c:1394
 #9 set_basic_field at dbus-marshal-header.c:371
 #10 _dbus_header_set_field_basic at dbus-marshal-header.c:1291
 #11 _dbus_message_iter_close_signature at dbus-message.c:2465
 #13 dbus_message_iter_append_basic at dbus-message.c:2671
 #14 emit_event at event.c:505
 #15 state_event_listener at event.c:688

Comment 1 Igor Gnatenko 2014-03-01 15:20:00 UTC
Created attachment 869376 [details]
File: backtrace

Comment 2 Igor Gnatenko 2014-03-01 15:20:02 UTC
Created attachment 869377 [details]
File: cgroup

Comment 3 Igor Gnatenko 2014-03-01 15:20:06 UTC
Created attachment 869378 [details]
File: core_backtrace

Comment 4 Igor Gnatenko 2014-03-01 15:20:09 UTC
Created attachment 869379 [details]
File: dso_list

Comment 5 Igor Gnatenko 2014-03-01 15:20:11 UTC
Created attachment 869380 [details]
File: environ

Comment 6 Igor Gnatenko 2014-03-01 15:20:13 UTC
Created attachment 869381 [details]
File: limits

Comment 7 Igor Gnatenko 2014-03-01 15:20:15 UTC
Created attachment 869382 [details]
File: maps

Comment 8 Igor Gnatenko 2014-03-01 15:20:17 UTC
Created attachment 869383 [details]
File: open_fds

Comment 9 Igor Gnatenko 2014-03-01 15:20:22 UTC
Created attachment 869384 [details]
File: proc_pid_status

Comment 10 Igor Gnatenko 2014-03-01 15:20:24 UTC
Created attachment 869385 [details]
File: var_log_messages

Comment 11 Milan Bouchet-Valat 2014-04-12 21:27:36 UTC
*** Bug 1086840 has been marked as a duplicate of this bug. ***

Comment 12 Milan Crha 2014-04-14 12:20:13 UTC
*** Bug 1087039 has been marked as a duplicate of this bug. ***

Comment 13 Milan Bouchet-Valat 2014-04-14 12:32:13 UTC
I've seen this several times in a row, each time when disconnecting my network cable. I had applied upgrades without restarting, so there may have been a discrepancy between libraries.

Comment 14 Milan Bouchet-Valat 2014-04-14 17:13:20 UTC
Actually I've seen it again when unplugging the cable, after having restarted the machine. So it should be worth investigating.

Comment 15 Milan Crha 2014-04-16 11:04:26 UTC
(In reply to Milan Bouchet-Valat from comment #14)
> Actually I've seen it again when unplugging the cable, after having
> restarted the machine. So it should be worth investigating.

Are you running rawhide, or Fedora 20 with COPR repo with evolution 3.12.x?

Comment 16 Milan Bouchet-Valat 2014-04-16 12:30:30 UTC
Stock Fedora 20, with Evo 3.10.4, contrary to Igor (you have the details on the duplicate reports).

Comment 17 Milan Crha 2014-04-17 11:25:34 UTC
Aha, after reading the backtrace more carefully, evolution does gtk calls in other than the main thread, which can lead to memory corruption. Here a change for a mail account had been received from an evolution-source-registry process and an attempt to update account's editor UI was made immediately, which causes the gtk call being done in a dedicated thread, instead in the main thread.

I moved this upstream as [1]. Please see it for any further updates.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=728414

Comment 18 Milan Crha 2014-09-01 09:49:09 UTC
*** Bug 1130877 has been marked as a duplicate of this bug. ***