Logs: liberachat/#xmonad
| 2022-04-14 17:27:56 | → | rieper|net joins (~riepernet@sxbeta1.geo.uni-leipzig.de) |
| 2022-04-14 17:28:38 | → | globe_ joins (~globe@stonebay32.com) |
| 2022-04-14 17:28:55 | → | scardina1 joins (~supreme@customer-212-237-101-39.ip4.gigabit.dk) |
| 2022-04-14 17:33:56 | × | theproffesor quits (~theprofff@user/theproffesor) (*.net *.split) |
| 2022-04-14 17:33:56 | × | haskl[error] quits (~haskl@user/haskl) (*.net *.split) |
| 2022-04-14 17:33:56 | × | rieper quits (~riepernet@sxbeta1.geo.uni-leipzig.de) (*.net *.split) |
| 2022-04-14 17:33:56 | × | syg_ quits (~syg@flamebot.net) (*.net *.split) |
| 2022-04-14 17:33:56 | × | steve_ quits (~steve@ool-182c2b80.dyn.optonline.net) (*.net *.split) |
| 2022-04-14 17:33:57 | × | scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (*.net *.split) |
| 2022-04-14 17:33:57 | × | deepy quits (deepy@user/deepy) (*.net *.split) |
| 2022-04-14 17:33:57 | × | redgloboli quits (~redglobol@user/redgloboli) (*.net *.split) |
| 2022-04-14 17:33:57 | × | Benzi-Junior quits (~BenziJuni@dsl-149-64-179.hive.is) (*.net *.split) |
| 2022-04-14 17:33:57 | × | globe quits (~globe@stonebay32.com) (*.net *.split) |
| 2022-04-14 17:37:15 | → | theproffesor joins (~theprofff@user/theproffesor) |
| 2022-04-14 17:37:15 | → | haskl[error] joins (~haskl@user/haskl) |
| 2022-04-14 17:37:15 | → | deepy joins (deepy@user/deepy) |
| 2022-04-14 17:37:15 | → | Benzi-Junior joins (~BenziJuni@dsl-149-64-179.hive.is) |
| 2022-04-14 18:41:15 | <geekosaur> | nice confusing boolean blindness in one of my own modules :( |
| 2022-04-14 18:41:22 | <geekosaur> | not even documented |
| 2022-04-14 18:57:42 | <geekosaur> | I think this is one of those modules I whipped up on the fly for someone and then minimally packaged. |
| 2022-04-14 18:58:10 | <geekosaur> | also, no crash yet |
| 2022-04-14 18:58:21 | <geekosaur> | abastro[m], can you put your config somewhere? |
| 2022-04-14 18:58:25 | <geekosaur> | @where paste |
| 2022-04-14 18:58:25 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
| 2022-04-14 19:29:43 | → | mohab joins (~mohab@156.223.10.66) |
| 2022-04-14 19:30:22 | × | mohab quits (~mohab@156.223.10.66) (Client Quit) |
| 2022-04-14 19:30:52 | → | mohab joins (~mohab@156.223.10.66) |
| 2022-04-14 19:31:00 | × | mohab quits (~mohab@156.223.10.66) (Client Quit) |
| 2022-04-14 21:43:37 | × | jao quits (~jao@92.233.85.247) (Ping timeout: 256 seconds) |
| 2022-04-14 21:56:07 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2022-04-14 21:56:07 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2022-04-14 21:56:08 | × | allbery_b quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-04-14 21:56:32 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-04-14 22:01:08 | <geekosaur> | welp, I think I reproduced the xmonad crash… can't tell for certain but there's an X error of a bad colormap parameter |
| 2022-04-14 22:02:22 | <geekosaur> | hm, lot of noise in the session log |
| 2022-04-14 22:12:40 | <geekosaur> | bleh. restarted okay but now I don't have logs… |
| 2022-04-14 22:12:47 | <geekosaur> | guess I have to wait for debugging |
| 2022-04-14 22:14:05 | <geekosaur> | which means I also have to wait to play with vbox since that's what's crashing it here (which may mean it's unrelated_ |
| 2022-04-14 22:14:07 | <geekosaur> | ) |
| 2022-04-14 22:33:30 | <abastro[m]> | geekosaur: https://github.com/Abastro/pulpmonad/blob/master/app/Main.hs |
| 2022-04-14 22:38:58 | <geekosaur> | hm. that caused me to get a nasty suspicion, but no, it's not the debugStack |
| 2022-04-14 22:39:40 | <geekosaur> | I am reliably able to crash xmonad on 9.2.1 (but not 8.10.7) by starting VirtualBox |
| 2022-04-14 22:39:54 | <geekosaur> | otherwise it's been stable |
| 2022-04-14 22:40:34 | <geekosaur> | and I don't see much of anything else that would do it (mixing forkProcess with threads is a problem, but you don't appear to have anything that uses threads) |
| 2022-04-14 22:51:21 | <geekosaur> | I'm seeing a lot of user error (Error in function getWindowAttributes) but I think that happens anyway |
| 2022-04-14 22:52:17 | <geekosaur> | and some BadDrawable errors which might be related if it's trying to draw a border. wonder if we need to userCode that path or otherwise guard against exceptions if a window goes away while being managed |
| 2022-04-14 23:06:05 | <geekosaur> | switching back to 8.10.7 so I can mess with vbox (or reproduce the problem anyway) |
| 2022-04-14 23:06:49 | <geekosaur> | would like to know what it is about vbox and the second window it appears to open that I have yet to identify (because xmonad crashes when it pops) that is doing this |
| 2022-04-14 23:07:04 | <geekosaur> | even when xmonad doesn't crash there's a lot of border flickering before it settles down |
| 2022-04-14 23:08:25 | <geekosaur> | I can't be the only one using vbox with xmonad |
| 2022-04-14 23:08:38 | <geekosaur> | (haven't done this before, I usually use vmware) |
| 2022-04-14 23:25:03 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 2022-04-14 23:35:08 | <abastro[m]> | Oh right, I have a much simpler repo with more frequent crashes |
| 2022-04-14 23:58:17 | <geekosaur> | back on 8.10.7 and the crashes have stopped… along with the BadDrawable errors |
| 2022-04-14 23:58:42 | <geekosaur> | wonder if it's a timing issue |
| 2022-04-14 23:59:06 | <geekosaur> | sadly vbox is still not behaving |
| 2022-04-15 00:03:10 | <abastro[m]> | Hmm |
| 2022-04-15 00:33:57 | → | rekahsoft joins (~rekahsoft@cpe001b21a2fd89-cm64777ddc63a0.cpe.net.cable.rogers.com) |
| 2022-04-15 00:51:16 | <abastro[m]> | geekosaur: This is also failing: https://github.com/Abastro/xmonad-test/blob/master/app/Main.hs |
| 2022-04-15 00:57:20 | <geekosaur> | sigh. I really need you to capture an X error or exception somehow, or give me a backtrace from a core dump |
| 2022-04-15 00:58:23 | <abastro[m]> | Oh. Sorry that I am bothering you |
| 2022-04-15 00:58:54 | <abastro[m]> | I don't know how to capture X error, tho I guess I could try to dig up the core dump |
| 2022-04-15 00:58:55 | <geekosaur> | not bothering me, just that I can't reproduce it here (the vbox thing seems unrelated) |
| 2022-04-15 00:59:13 | <geekosaur> | any exception or X error shouldbe in ~/.xsession-errors |
| 2022-04-15 00:59:36 | <geekosaur> | you wouldhave to log in on a text console to get it since it would be wiped out if you logged back into an X session |
| 2022-04-15 01:00:31 | <abastro[m]> | Hmmm |
| 2022-04-15 01:01:37 | <geekosaur> | (ctrl-alt-f1 usually) |
| 2022-04-15 01:17:05 | → | darkstardevx joins (~darkstard@50.53.212.60) |
| 2022-04-15 01:37:51 | <abastro[m]> | Uhm why startx not even opening it |
| 2022-04-15 01:47:13 | <abastro[m]> | Welp I was trying to do it from root, meh |
| 2022-04-15 01:55:56 | <abastro[m]> | Somehow I have to install xterm to login from login shell?? |
| 2022-04-15 02:02:42 | <abastro[m]> | Well, I can't seem to run a xsession profile from login shell |
| 2022-04-15 02:21:31 | <abastro[m]> | geekosaur: how do I login from login shell? Uh, I can't seem to do these basic things |
| 2022-04-15 02:33:00 | <abastro[m]> | Okay actually, I can avoid overwriting it by just switching to tty2. |
| 2022-04-15 02:33:33 | <abastro[m]> | However, there is only environment settings going on. |
| 2022-04-15 02:34:31 | <abastro[m]> | Oh, finally found it I guess |
| 2022-04-15 02:38:15 | <abastro[m]> | https://paste.tomsmeding.com/2haEqtNt |
| 2022-04-15 02:49:49 | <abastro[m]> | Posted an issue: https://github.com/xmonad/xmonad/issues/389 |
| 2022-04-15 03:38:00 | × | rekahsoft quits (~rekahsoft@cpe001b21a2fd89-cm64777ddc63a0.cpe.net.cable.rogers.com) (Ping timeout: 248 seconds) |
| 2022-04-15 04:31:25 | → | mohab joins (~mohab@156.223.10.66) |
| 2022-04-15 04:32:23 | × | mohab quits (~mohab@156.223.10.66) (Client Quit) |
| 2022-04-15 04:33:30 | → | mohab joins (~mohab@156.223.10.66) |
| 2022-04-15 04:35:28 | × | mohab quits (~mohab@156.223.10.66) (Client Quit) |
| 2022-04-15 04:38:24 | → | mohab joins (~mohab@156.223.10.66) |
| 2022-04-15 04:38:27 | × | mohab quits (~mohab@156.223.10.66) (Client Quit) |
| 2022-04-15 04:40:16 | → | mohab joins (~mohab@156.223.10.66) |
| 2022-04-15 04:41:25 | × | mohab quits (~mohab@156.223.10.66) (Client Quit) |
| 2022-04-15 05:11:47 | → | MarkLumbao[m] joins (~mark-lumb@2001:470:69fc:105::cfc6) |
| 2022-04-15 05:14:14 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2022-04-15 05:52:04 | <abhixec> | anyone have any luck with hidpi scaling on xmonad? |
| 2022-04-15 06:01:26 | <Solid> | liskin: hotels in the region of zurihac are now going for 200EUR a night Oo |
| 2022-04-15 06:01:32 | <Solid> | and we probably all need four nights each |
| 2022-04-15 06:01:47 | <Solid> | at this point I'm so insanely thankful to our sponsors |
| 2022-04-15 06:02:58 | <abastro[m]> | 200eur for single personnel? |
| 2022-04-15 06:03:12 | <abastro[m]> | abhixec: Well i am using hidpi |
| 2022-04-15 06:04:13 | <abhixec> | abastro[m]: what do you do to scale applications properly when connected to hidpi(5k) monitor? |
| 2022-04-15 06:04:33 | <abastro[m]> | Oh mine is merely 2.5k but |
| 2022-04-15 06:04:34 | <abhixec> | and how do you scale it back to its original size when you disconnect(laptop screen) |
| 2022-04-15 06:04:42 | <abastro[m]> | Hmmm |
| 2022-04-15 06:04:51 | <abastro[m]> | Well that should be more tricky I think |
All times are in UTC.