Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1275774

Summary: gnome-abrt segmentation fault at startup
Product: [Fedora] Fedora Reporter: info <info>
Component: gnome-abrtAssignee: Jakub Filak <jfilak>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: jberan, jfilak, mhabrnal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-27 20:41:47 UTC Type: Bug
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
strace of gnome-abrt none

Description info@kobaltwit.be 2015-10-27 17:14:28 UTC
Description of problem:
When starting gnome-abrt from the command line, I get this:

$ gnome-abrt 
/usr/lib64/python3.4/site-packages/gnome_abrt/application.py:41: Warning: g_path_get_basename: assertion 'file_name != NULL' failed
  app = wrappers.get_app_for_cmdline(cmdline)
/usr/lib64/python3.4/site-packages/gnome_abrt/application.py:41: Warning: g_strsplit: assertion 'string != NULL' failed
  app = wrappers.get_app_for_cmdline(cmdline)
Segmentation fault (core dumped)

Version-Release number of selected component (if applicable):
gnome-abrt-1.2.0-3.fc22.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Open shell (I'm using konsole as I'm running a Plasma session)
2. Enter gnome-abrt<enter>

Actual results:
gnome-abrt crashes as displayed above

Expected results:
gnome-abrt should launch and show my system crashes

Additional info:

Comment 1 info@kobaltwit.be 2015-10-27 17:43:45 UTC
Created attachment 1086946 [details]
strace of gnome-abrt

As requested on irc by striker, I'm adding an strace of the crash, generated with this command:
$ strace -Tttvfrs 1024 -o /tmp/gnome-abrt_$(date +%F).strace gnome-abrt

Comment 2 info@kobaltwit.be 2015-10-27 20:30:46 UTC
Just tested that this also happens on F23.

If it matters, I'm using sddm instead of gdm.

Whether the running session is Gnome or Plasma doesn't seem to matter. The crash happens in both environments.

It's kind of bad that gnome-abrt is crashing, because it now becomes way more difficult to submit crash reports (including gnome-abrt's own crash).

Comment 3 info@kobaltwit.be 2015-10-27 20:41:47 UTC
I figured out how to properly submit a bug report using abrt-cli for the gnome-abrt crash. So I'll mark this one as a duplicate.

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