Bug 672034

Summary: [abrt] gnome-shell-2.31.5-7.fc14: gnome-shell:326:run_shell:UnboundLocalError: local variable 'xephyr' referenced before assignment
Product: [Fedora] Fedora Reporter: en-forcer
Component: gnome-shellAssignee: Owen Taylor <otaylor>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: maxamillion, otaylor, samkraju, walters
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:6a9214ea
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-26 15:21:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace none

Description en-forcer 2011-01-23 11:48:34 UTC
abrt version: 1.1.14
architecture: x86_64
cmdline: /usr/bin/python /usr/bin/gnome-shell --xephyr
component: gnome-shell
executable: /usr/bin/gnome-shell
kernel: 2.6.35.10-74.fc14.x86_64
package: gnome-shell-2.31.5-7.fc14
reason: gnome-shell:326:run_shell:UnboundLocalError: local variable 'xephyr' referenced before assignment
release: Fedora release 14 (Laughlin)
time: 1295783085
uid: 500

backtrace
-----
gnome-shell:326:run_shell:UnboundLocalError: local variable 'xephyr' referenced before assignment

Traceback (most recent call last):
  File "/usr/bin/gnome-shell", line 759, in <module>
    normal_exit = run_shell()
  File "/usr/bin/gnome-shell", line 326, in run_shell
    if xephyr:
UnboundLocalError: local variable 'xephyr' referenced before assignment

Local variables in innermost frame:
perf_output: None
shell: None
normal_exit: False

How to reproduce
-----
starting gnome-shell in console with option
  --xephyr              Run a debugging instance inside Xephyr

Comment 1 en-forcer 2011-01-23 11:48:36 UTC
Created attachment 474813 [details]
File: backtrace

Comment 2 Owen Taylor 2011-03-26 15:21:20 UTC
This was fixed upstream at some point, but then the development --xephyr option was removed, so it doesn't really matter anyways. (Running gnome-shell in Xephyr made less and less sense at it gained more integration with the GNOME Session, plus xephyr lost 3D acceleration with the DRI2 switch)