Changes between Initial Version and Version 1 of Ticket #1919, comment 1
- Timestamp:
- 07/17/18 09:51:02 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1919, comment 1
initial v1 8 8 You may want to try some of the beta python3 builds you can find here: [https://xpra.org/beta/macos] 9 9 And also try using the native opengl bindings with {{{xpra attach XXXX --opengl=native}}} 10 11 12 Assuming that this is reproducible, we should be able to figure out the cause by running the client like this: 13 {{{ 14 xpra attach XXXXX -d all >& log 15 }}} 16 By the time the process crashes, the log should contain the last few instructions before the crash, which should give us a clue.