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

Wenceslao González-Viñas wens at unav.es
Mon Mar 10 11:34:33 UTC 2014


An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20140310/57bcad39/attachment.html>
-------------- next part --------------
xpra client version 0.11.4
2014-03-10 12:28:52,611 cyxor loaded
2014-03-10 12:28:52,612 importing ('Keyboard',) from xpra.platform.xposix.keyboard (required=True)
2014-03-10 12:28:52,613 Keyboard=<class 'xpra.platform.xposix.keyboard.Keyboard'>
2014-03-10 12:28:52,613 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 12:28:52,613 do_ready=<function do_ready at 0x7f0162ce6398> (unchanged)
2014-03-10 12:28:52,613 do_init=<function do_init at 0x7f0162ce62a8> (unchanged)
2014-03-10 12:28:52,613 ClientExtras=<class 'xpra.platform.xposix.gui.ClientExtras'>
2014-03-10 12:28:52,613 get_native_tray_menu_helper_classes=<function get_native_tray_menu_helper_classes at 0x7f0162ce6410> (unchanged)
2014-03-10 12:28:52,613 get_native_tray_classes=<function get_native_tray_classes at 0x7f0162ce6848>
2014-03-10 12:28:52,613 get_native_system_tray_classes=<function get_native_system_tray_classes at 0x7f0162ce68c0>
2014-03-10 12:28:52,613 get_native_notifier_classes=<function get_native_notifier_classes at 0x7f0162ce67d0>
2014-03-10 12:28:52,613 system_bell=<function system_bell at 0x7f0162ce6938>
2014-03-10 12:28:52,687 loading codecs
2014-03-10 12:28:52,687 codec_import_check('PIL', 'Python Imaging Library', 'PIL', 'PIL', ('Image',))
2014-03-10 12:28:52,687  PIL found, will check for ('Image',) in PIL
2014-03-10 12:28:52,687  found PIL : <module 'PIL' from '/usr/lib/python2.7/dist-packages/PIL/__init__.pyc'>
2014-03-10 12:28:52,692 codec_import_check('enc_vpx', 'vpx encoder', 'xpra.codecs.vpx', 'xpra.codecs.vpx.encoder', ('Encoder',))
2014-03-10 12:28:52,692  xpra.codecs.vpx found, will check for ('Encoder',) in xpra.codecs.vpx.encoder
2014-03-10 12:28:52,693  found enc_vpx : <module 'xpra.codecs.vpx.encoder' from '/usr/lib/python2.7/dist-packages/xpra/codecs/vpx/encoder.so'>
2014-03-10 12:28:52,693 codec_import_check('dec_vpx', 'vpx decoder', 'xpra.codecs.vpx', 'xpra.codecs.vpx.decoder', ('Decoder',))
2014-03-10 12:28:52,693  xpra.codecs.vpx found, will check for ('Decoder',) in xpra.codecs.vpx.decoder
2014-03-10 12:28:52,693  found dec_vpx : <module 'xpra.codecs.vpx.decoder' from '/usr/lib/python2.7/dist-packages/xpra/codecs/vpx/decoder.so'>
2014-03-10 12:28:52,693 codec_import_check('enc_x264', 'x264 encoder', 'xpra.codecs.enc_x264', 'xpra.codecs.enc_x264.encoder', ('Encoder',))
2014-03-10 12:28:52,693  xpra.codecs.enc_x264 found, will check for ('Encoder',) in xpra.codecs.enc_x264.encoder
2014-03-10 12:28:52,694  found enc_x264 : <module 'xpra.codecs.enc_x264.encoder' from '/usr/lib/python2.7/dist-packages/xpra/codecs/enc_x264/encoder.so'>
2014-03-10 12:28:52,694 codec_import_check('enc_nvenc', 'nvenc encoder', 'xpra.codecs.nvenc', 'xpra.codecs.nvenc.encoder', ('Encoder',))
2014-03-10 12:28:52,694  cannot import enc_nvenc (nvenc encoder): No module named nvenc
2014-03-10 12:28:52,694  xpra was probably built with the option: --without-enc_nvenc
2014-03-10 12:28:52,694 cannot import nvenc: No module named nvenc.encoder
2014-03-10 12:28:52,694 codec_import_check('csc_swscale', 'swscale colorspace conversion', 'xpra.codecs.csc_swscale', 'xpra.codecs.csc_swscale.colorspace_converter', ('ColorspaceConverter',))
2014-03-10 12:28:52,694  xpra.codecs.csc_swscale found, will check for ('ColorspaceConverter',) in xpra.codecs.csc_swscale.colorspace_converter
2014-03-10 12:28:52,695 av pixel mode AV_PIX_FMT_0RGB is not available
2014-03-10 12:28:52,695 av pixel mode AV_PIX_FMT_BGR0 is not available
2014-03-10 12:28:52,695 swscale pixel formats: {'YUV422P': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x7f01570e6e40>, 'BGR': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x7f01570e6d20>, 'BGRX': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x7f01570e6db0>, 'GBRP': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x7f01570e6ed0>, 'RGB': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x7f01570e6cd8>, 'YUV420P': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x7f01570e6df8>, 'XRGB': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x7f01570e6d68>, 'YUV444P': <xpra.codecs.csc_swscale.colorspace_converter.CSCPixelFormat object at 0x7f01570e6e88>}
2014-03-10 12:28:52,695 colorspaces: ['RGB', 'BGR', 'XRGB', 'BGRX', 'YUV420P', 'YUV422P', 'YUV444P', 'GBRP']
2014-03-10 12:28:52,695 SWS_BICUBIC=4
2014-03-10 12:28:52,695 SWS_ACCURATE_RND=262144
2014-03-10 12:28:52,695 ('SWS_BICUBIC', 'SWS_ACCURATE_RND')=262148
2014-03-10 12:28:52,695 SWS_BICUBLIN=64
2014-03-10 12:28:52,695 SWS_ACCURATE_RND=262144
2014-03-10 12:28:52,695 ('SWS_BICUBLIN', 'SWS_ACCURATE_RND')=262208
2014-03-10 12:28:52,696 SWS_FAST_BILINEAR=1
2014-03-10 12:28:52,696 SWS_ACCURATE_RND=262144
2014-03-10 12:28:52,696 ('SWS_FAST_BILINEAR', 'SWS_ACCURATE_RND')=262145
2014-03-10 12:28:52,696 swscale flags: [(30, <xpra.codecs.csc_swscale.colorspace_converter.SWSFlags object at 0x7f01570e91e0>), (60, <xpra.codecs.csc_swscale.colorspace_converter.SWSFlags object at 0x7f01570e9300>), (80, <xpra.codecs.csc_swscale.colorspace_converter.SWSFlags object at 0x7f01570e9210>)]
2014-03-10 12:28:52,696  found csc_swscale : <module 'xpra.codecs.csc_swscale.colorspace_converter' from '/usr/lib/python2.7/dist-packages/xpra/codecs/csc_swscale/colorspace_converter.so'>
2014-03-10 12:28:52,696 codec_import_check('csc_cython', 'cython colorspace conversion', 'xpra.codecs.csc_cython', 'xpra.codecs.csc_cython.colorspace_converter', ('ColorspaceConverter',))
2014-03-10 12:28:52,696  xpra.codecs.csc_cython found, will check for ('ColorspaceConverter',) in xpra.codecs.csc_cython.colorspace_converter
2014-03-10 12:28:52,696  found csc_cython : <module 'xpra.codecs.csc_cython.colorspace_converter' from '/usr/lib/python2.7/dist-packages/xpra/codecs/csc_cython/colorspace_converter.so'>
2014-03-10 12:28:52,696 codec_import_check('csc_opencl', 'OpenCL colorspace conversion', 'xpra.codecs.csc_opencl', 'xpra.codecs.csc_opencl.colorspace_converter', ('ColorspaceConverter',))
2014-03-10 12:28:52,697  xpra.codecs.csc_opencl found, will check for ('ColorspaceConverter',) in xpra.codecs.csc_opencl.colorspace_converter
2014-03-10 12:28:52,699  cannot import csc_opencl (OpenCL colorspace conversion): /usr/lib/python2.7/dist-packages/pyopencl/_cl.so: symbol clRetainDevice, version OPENCL_1.2 not defined in file libOpenCL.so.1 with link time reference
2014-03-10 12:28:52,699  xpra was probably built with the option: --without-csc_opencl
Segmentation fault



More information about the Python-apps-team mailing list