Changes between Initial Version and Version 1 of Ticket #1039
- Timestamp:
- 11/23/15 05:17:33 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1039
- Property Owner changed from Antoine Martin to Amit Aronovitch
-
Ticket #1039 – Description
initial v1 2 2 (When I connect with "--opengl=no" it works fine, otherwise I get a segfault). 3 3 4 Tracing the code with pdb, I found that the segfault occcurs at line 178 of client/gl/gl_check.py:5 4 Tracing the code with pdb, I found that the segfault occcurs at line 178 of [/browser/xpra/tags/v0.15.x/src/xpra/client/gl/gl_check.py client/gl/gl_check.py#L178]: 5 {{{ 6 6 gl_version_str = glGetString(GL_VERSION) 7 7 }}} 8 8 installed from deb package 0.15.8+dfsg-1 9 9 Debian sid (unstable), amd64 … … 11 11 12 12 Full log pasted below: 13 13 {{{ 14 14 $ xpra -d all attach :33 15 15 2015-11-22 21:40:14,480 cannot use pycups for printing: No module named cups … … 109 109 2015-11-22 21:40:15,844 GL props={'has_alpha': True, 'gtkglext.version': (1, 2, 0), 'pygdkglext.version': (1, 1, 0), 'gdkgl.version': (1, 4), 'gdkglext.version': (1, 2, 0), 'rgba': True, 'display_mode': ['ALPHA', 'SINGLE'], 'glconfig': <gtk.gdkgl.Config object at 0x7f487c04dd20 (GdkGLConfigImplX11 at 0x2a7f300)>} 110 110 Segmentation fault 111 }}}