Bug 863595

Summary: [abrt] libreport-gtk-2.0.14-1.fc17: Process /usr/bin/report-gtk was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: Brooks Sorensen <blsorensen>
Component: libreportAssignee: Jakub Filak <jfilak>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: abrt-devel-list, bzilla110, dvlasenk, jberan, jfilak, jmoskovc, kklic, mlichvar, mmilata, mnowak, mtoman
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:858db9e0cebd52dc3f00fb0a9954ce55bf3daa20
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-20 15:07:07 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: core_backtrace
none
File: environ
none
File: limits
none
File: backtrace
none
File: cgroup
none
File: maps
none
File: dso_list
none
File: var_log_messages
none
File: open_fds none

Description Brooks Sorensen 2012-10-06 00:53:30 UTC
Description of problem:
Was creating a new virtual machine with VMware Workstation 9 and running Evolution mail client. 
System was running slow while creating the pre-allocated hard disk on a standard HDD, 500 GB. 
Don't know if thats related to this issue.


Version-Release number of selected component:
libreport-gtk-2.0.14-1.fc17

Additional info:
libreport version: 2.0.14
abrt_version:   2.0.13
backtrace_rating: 4
cmdline:        report-gtk -e report_uReport -e report_Bugzilla -e post_report -- /var/spool/abrt/oops-2012-10-05-20:08:37-5461-1
crash_function: secrets_collection_create_text_item
kernel:         3.5.4-2.fc17.x86_64

truncated backtrace:
:Thread no. 1 (10 frames)
: #0 secrets_collection_create_text_item at secrets.c:943
: #1 save_options at secrets.c:1285
: #2 save_event_config at secrets.c:1327
: #3 libreport_save_event_config_data_to_user_storage at secrets.c:1415
: #4 libreport_show_event_config_dialog at event_config_dialog.c:389
: #5 on_configure_event_cb at wizard.c:261
: #6 _g_closure_invoke_va at gclosure.c:840
: #9 gtk_real_button_released at gtkbutton.c:2007
: #14 gtk_button_button_release at gtkbutton.c:1842
: #16 _gtk_marshal_BOOLEAN__BOXEDv at gtkmarshalers.c:130

Comment 1 Brooks Sorensen 2012-10-06 00:53:33 UTC
Created attachment 622521 [details]
File: core_backtrace

Comment 2 Brooks Sorensen 2012-10-06 00:53:35 UTC
Created attachment 622522 [details]
File: environ

Comment 3 Brooks Sorensen 2012-10-06 00:53:36 UTC
Created attachment 622523 [details]
File: limits

Comment 4 Brooks Sorensen 2012-10-06 00:53:38 UTC
Created attachment 622524 [details]
File: backtrace

Comment 5 Brooks Sorensen 2012-10-06 00:53:40 UTC
Created attachment 622525 [details]
File: cgroup

Comment 6 Brooks Sorensen 2012-10-06 00:53:42 UTC
Created attachment 622526 [details]
File: maps

Comment 7 Brooks Sorensen 2012-10-06 00:53:43 UTC
Created attachment 622527 [details]
File: dso_list

Comment 8 Brooks Sorensen 2012-10-06 00:53:45 UTC
Created attachment 622528 [details]
File: var_log_messages

Comment 9 Brooks Sorensen 2012-10-06 00:53:46 UTC
Created attachment 622529 [details]
File: open_fds

Comment 10 Jakub Filak 2012-10-08 14:11:47 UTC
commit a64e8af7a78373f2409beb547dfad53c8fce7075
Author: Jakub Filak <jfilak>
Date:   Sun Oct 7 21:55:35 2012 +0200

    check D-Bus err name without leaking nor crashing
    
    - closes: rhbz#863595
    
    Signed-off-by: Jakub Filak <jfilak>

Comment 11 Fedora Update System 2012-10-11 14:01:45 UTC
abrt-2.0.15-1.fc17,libreport-2.0.16-1.fc17,btparser-0.20-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/abrt-2.0.15-1.fc17,libreport-2.0.16-1.fc17,btparser-0.20-1.fc17

Comment 12 Fedora Update System 2012-10-12 02:55:25 UTC
Package abrt-2.0.15-1.fc17, libreport-2.0.16-1.fc17, btparser-0.20-1.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing abrt-2.0.15-1.fc17 libreport-2.0.16-1.fc17 btparser-0.20-1.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-15968/abrt-2.0.15-1.fc17,libreport-2.0.16-1.fc17,btparser-0.20-1.fc17
then log in and leave karma (feedback).

Comment 13 BLS 2012-10-12 04:32:20 UTC
Awesome : )

Have't been pushed yet but I will try once a day until I get the updated packages. I'll update if there's any other issues.

-Thanks

(new account for more privacy...btw)

Comment 14 Jakub Filak 2012-10-12 07:19:23 UTC
I forgot to add a message of the commit to libreport's git which fixes this bug. So here it is.

commit a64e8af7a78373f2409beb547dfad53c8fce7075
Author: Jakub Filak <jfilak>
Date:   Sun Oct 7 21:55:35 2012 +0200

    check D-Bus err name without leaking nor crashing
    
    - closes: rhbz#863595
    
    Signed-off-by: Jakub Filak <jfilak>

Comment 15 Fedora Update System 2012-10-18 00:33:58 UTC
Package abrt-2.0.16-1.fc17, libreport-2.0.16-1.fc17, btparser-0.20-1.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing abrt-2.0.16-1.fc17 libreport-2.0.16-1.fc17 btparser-0.20-1.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-15968/abrt-2.0.16-1.fc17,libreport-2.0.16-1.fc17,btparser-0.20-1.fc17
then log in and leave karma (feedback).

Comment 16 Fedora Update System 2012-12-20 15:07:11 UTC
abrt-2.0.16-1.fc17, libreport-2.0.16-1.fc17, btparser-0.20-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.