I have been experiencing crashes (relatively) recently, and after quite some trial and error, my ctwm install appears to at the very least be part in it The crashes are not entirely consistent, but consistent enough that I have been able to reproduce them for one commit and unable to for the previous.
The crash has been happening when the league of legends-application run through wine launches its 3D game-client (the window attempts to fill the screen, and pretty much immediately crashes to the linux terminal I launched ctwm from). (these use github revisions, if those happen to differ from bazaar) good? (or at least I have not been able to reproduce a crash): Fixup a few minor bugs and slightly improve some edge cases. 21d29c118d61adb562a947bdd9f8ea9aa51482a2 bad (or at least I have reproduced crashes): Land some fixups of OTP and EWMH interaction. e5ea26e47445acb24f153b3d422209e809babce0 (still) bad: (head) Pull together a few bits to start writing a Developer's Manual. f2d70dbd5d9cb677c4448ef4bd43eb94e9d499e3 This part of the Xserver log (the full log including abouts 1000 lines of wine output https://gist.github.com/Meriipu/21a35f964127216b059741992e5dfdaa ): ``` ctwm: /var/tmp/portage/x11-wm/ctwm-9999/work/ctwm-9999/otp.c:249: OtpCheckConsistencyVS: Assertion `PRI(owl) >= priority' failed. xinit: connection to X server lost waiting for X server to shut down XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":1.0" after 188 requests (187 known processed) with 0 events remaining. (...) XIO: fatal IO error 61 (No data available) on X server ":1.0" after 601 requests (601 known processed) with 0 events remaining. (II) Server terminated successfully (0). Closing log file. ``` Alternatively, are there any other system setups that might have caused behaviour like this, say if the commit only happens to trigger or enable the misbehaviour of a different system component?
