Bug 1254071

Summary: [abrt] guake: guake_app.py:308:__init__:SystemError: NULL result without error in PyObject_Call
Product: [Fedora] Fedora Reporter: Jiri Popelka <jpopelka>
Component: guakeAssignee: Pierre-YvesChibon <pingou>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: arduinux, davidpocina, herb-, miguel, pingou, rhodain
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/a2f83a5394ea8e10c4b9dc7886f8bb0ff62a4127
Whiteboard: abrt_hash:cab81c41ac19476dd16303761022cc925a96f8fb
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-11 07:46:32 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: environ none

Description Jiri Popelka 2015-08-17 06:23:06 UTC
Description of problem:
Trying to start Guake

Version-Release number of selected component:
guake-0.7.2-3.fc23

Additional info:
reporter:       libreport-2.6.2
cmdline:        python2 -m guake.main
dso_list:       python-libs-2.7.10-4.fc23.x86_64
executable:     /usr/lib64/python2.7/site-packages/guake/main.py
kernel:         4.1.3-200.fc22.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
guake_app.py:308:__init__:SystemError: NULL result without error in PyObject_Call

Traceback (most recent call last):
  File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib64/python2.7/site-packages/guake/main.py", line 239, in <module>
    exec_main()
  File "/usr/lib64/python2.7/site-packages/guake/main.py", line 235, in exec_main
    if not main():
  File "/usr/lib64/python2.7/site-packages/guake/main.py", line 151, in main
    instance = Guake()
  File "/usr/lib64/python2.7/site-packages/guake/guake_app.py", line 308, in __init__
    self.hotkeys = guake.globalhotkeys.GlobalHotkey()
SystemError: NULL result without error in PyObject_Call

Local variables in innermost frame:
colormap: <gtk.gdk.Colormap object at 0x7f1d24af3690 (GdkColormap at 0x5626f432b1c0)>
img: '/usr/share/pixmaps/guake/guake-tray.png'
evtbox: <gtk.EventBox object at 0x7f1d2564f0f0 (GtkEventBox at 0x5626f4301a50)>
screen: <gtk.gdk.ScreenX11 object at 0x7f1d24af3640 (GdkScreenX11 at 0x5626f4137780)>
composited_changed: <function composited_changed at 0x7f1d24af1410>
self: Guake(path="/usr/share/guake/guake.glade")
hide_context_menu: <function hide_context_menu at 0x7f1d24af1500>
destroy: <function destroy at 0x7f1d24af1578>
window_event: <function window_event at 0x7f1d24af15f0>
double_click: <function double_click at 0x7f1d24af1488>

Potential duplicate: bug 1248754

Comment 1 Jiri Popelka 2015-08-17 06:23:09 UTC
Created attachment 1063627 [details]
File: backtrace

Comment 2 Jiri Popelka 2015-08-17 06:23:10 UTC
Created attachment 1063628 [details]
File: environ

Comment 3 Jiri Popelka 2015-09-11 07:46:32 UTC

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