On Fri, 27 Jul 2018, Carnë Draug wrote:
The GLCanvas class from wx causes a segfault. This bug was not
present in Debian Jessie, and is also not present when installing
directly from upstream (although I have not yet managed to do it in
Debian).
Are you running on Wayland by chance?
Seems like it.
$ loginctl show-session 2 -p Type
Type=wayland
I didn't even knew about it, this seems to be the default since I
never changed it.
This may take some time to fix. As a workaround, before using GLCanvas,
you can set:
GDK_BACKEND=x11
and it should work.
Scott