GNOME Bugzilla – Bug 769725
crash in gtktextview with clipboard on wayland
Last modified: 2016-09-10 16:28:05 UTC
Came across this while testing Builder on the flight to GUADEC. gtk+ commit da2e612fa8f00ae2eca72d136037652d87c27d2a (gdb) bt
+ Trace 236518
That is an error while sending a request to the compositor. Any chance to capture the error message ? The code should produce one: if (wl_closure_send(closure, proxy->display->connection)) wl_abort("Error sending request: %s\n", strerror(errno));
I haven't been able to reproduce this one yet, but if I do I'll make sure I copy that as well.
not much we can do here without more information
I haven't been able to reproduce since, so fine to close.