[Python-apps-team] Bug#741023: xpra attach :100 leads to 'segmentation fault'

Wenceslao González-Viñas wens at unav.es
Mon Mar 10 10:53:39 UTC 2014


I removed the /tm/xpra and reinstalled xpra 0.11.4 I removed all the old 
lock files of Xwindow and I killed the Xorg-for-Xpra processes. I put 
the xpra.conf with debugging.

I put 'xpra start :20' giving rise to the attached file :20.log
After setting
DISPLAY=:20 xterm

I put 'xpra attach :20' and I get the error message copied on the 
attached file errormessage.txt

If after that I put 'xpra stop :20' I get the error message: 'connection 
failed: [Errno 111] Connection refused'

Thanks in advanced !



On 08/03/14 04:25, Dmitry Smirnov wrote:
> On Sat, 8 Mar 2014 07:56:26 Antoine Martin wrote:
>>  From the log files that are provided, the poster's error is that there
>> is an X11 server already running on the display he is trying to start.
>> That's what the error message says, almost word for word:
>> "Make sure an X server isn't already running"
> If we trust reporter I think he claims that computer was rebooted just prior
> he reproduced the problem...
>
>> There might be other problems too, but they are occluded by this one.
> Indeed.
>

-- 
________________________________________

Wenceslao González-Viñas

e-mail: wens at unav.es
http://fisica.unav.es/gmm/
FAX:+34 948.425.740
phn:+34 948.425.600 ext: 806500 / 806603

Depto. Física y Matemática Aplicada
Facultad de Ciencias
Universidad de Navarra
c/Irunlarrea 1
E-31008 Pamplona, Navarra, Spain
________________________________________

-------------- next part --------------
A non-text attachment was scrubbed...
Name: :20.log
Type: text/x-log
Size: 9371 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20140310/6a05efc5/attachment.bin>
-------------- next part --------------
xpra client version 0.11.4
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
  warnings.warn(str(e), _gtk.Warning)
/usr/lib/python2.7/dist-packages/xpra/client/gtk_base/__init__.py:7: GtkWarning: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed
  from xpra.x11.gtk_x11 import gdk_display_source
2014-03-10 11:50:01,864 cyxor loaded
2014-03-10 11:50:01,865 importing ('Keyboard',) from xpra.platform.xposix.keyboard (required=True)
2014-03-10 11:50:01,866 Keyboard=<class 'xpra.platform.xposix.keyboard.Keyboard'>
2014-03-10 11:50:01,866 importing ('do_ready', 'do_init', 'ClientExtras', 'get_native_tray_menu_helper_classes', 'get_native_tray_classes', 'get_native_system_tray_classes', 'get_native_notifier_classes', 'system_bell') from xpra.platform.xposix.gui (required=False)
2014-03-10 11:50:01,866 do_ready=<function do_ready at 0x7f7375f91a28> (unchanged)
2014-03-10 11:50:01,866 do_init=<function do_init at 0x7f7375f91938> (unchanged)
2014-03-10 11:50:01,866 ClientExtras=<class 'xpra.platform.xposix.gui.ClientExtras'>
2014-03-10 11:50:01,866 get_native_tray_menu_helper_classes=<function get_native_tray_menu_helper_classes at 0x7f7375f91aa0> (unchanged)
2014-03-10 11:50:01,867 get_native_tray_classes=<function get_native_tray_classes at 0x7f7375f91ed8>
2014-03-10 11:50:01,867 get_native_system_tray_classes=<function get_native_system_tray_classes at 0x7f7375f91f50>
2014-03-10 11:50:01,867 get_native_notifier_classes=<function get_native_notifier_classes at 0x7f7375f91e60>
2014-03-10 11:50:01,867 system_bell=<function system_bell at 0x7f7375f97050>
Traceback (most recent call last):
  File "/usr/bin/xpra", line 6, in <module>
    sys.exit(xpra.scripts.main.main(__file__, sys.argv))
  File "/usr/lib/python2.7/dist-packages/xpra/scripts/main.py", line 66, in main
    return run_mode(script_file, parser, options, args, mode)
  File "/usr/lib/python2.7/dist-packages/xpra/scripts/main.py", line 494, in run_mode
    return run_client(parser, options, args, mode)
  File "/usr/lib/python2.7/dist-packages/xpra/scripts/main.py", line 789, in run_client
    app = make_client(parser.error, opts)
  File "/usr/lib/python2.7/dist-packages/xpra/scripts/main.py", line 862, in make_client
    toolkit_module = __import__(client_module, globals(), locals(), ['XpraClient'])
  File "/usr/lib/python2.7/dist-packages/xpra/client/gtk2/client.py", line 31, in <module>
    from xpra.client.gtk2.border_client_window import BorderClientWindow
  File "/usr/lib/python2.7/dist-packages/xpra/client/gtk2/border_client_window.py", line 10, in <module>
    from xpra.client.gtk2.client_window import ClientWindow
  File "/usr/lib/python2.7/dist-packages/xpra/client/gtk2/client_window.py", line 14, in <module>
    from xpra.client.gtk_base.gtk_client_window_base import GTKClientWindowBase, HAS_X11_BINDINGS
  File "/usr/lib/python2.7/dist-packages/xpra/client/gtk_base/gtk_client_window_base.py", line 25, in <module>
    from xpra.x11.gtk_x11.prop import prop_get, prop_set
  File "/usr/lib/python2.7/dist-packages/xpra/x11/gtk_x11/prop.py", line 27, in <module>
    X11Window = X11WindowBindings()
  File "core_bindings.pyx", line 58, in xpra.x11.bindings.core_bindings.X11CoreBindings.__cinit__ (xpra/x11/bindings/core_bindings.c:807)
AssertionError: display is not set!



More information about the Python-apps-team mailing list