<kraem_>
i've got two or three crashes of river when a monitor is connected/disconnected and kanshi is running. not sure what info from the coredumps that are relevent?
<kraem_>
(since updating to 0.2.1 from running commit 3ed71c51e262990d7c4b8cf513f157d463a61fac on master for a couple of months without crashes)
<ifreund>
kraem_: stack traces are always useful, what wlroots version are you running
<kraem_>
0.16.0
<kraem_>
stack traces are bt full?
<ifreund>
kraem_: yep thats right, feel free to drop them in a pastebin here or an issue on github
<leon-p>
edrex[m]: stacktile does indeed use git to get the current version
talismanick has quit [Ping timeout: 252 seconds]
jao has joined #river
<ifreund>
kraem_: did you manage to get a stack trace?
<kraem_>
yeah. bit busy at work, will create an issue tonight
<ifreund>
kraem_: no worries!
jao has quit [Ping timeout: 252 seconds]
notzmv has quit [Read error: Connection reset by peer]
notzmv has joined #river
Nosrep has quit [Remote host closed the connection]
Nosrep has joined #river
Nosrep has quit [Remote host closed the connection]
Nosrep has joined #river
Szadek has quit [Ping timeout: 260 seconds]
<leon-p>
guess whose pinetime arrived today, literally an entire year after he ordered it
<ifreund>
hah, that's fun
<ifreund>
I think one can now order them from the pine64eu store and get much faster shipping
<leon-p>
I'll try to remember that for my next one
Szadek has joined #river
Szadek5 has quit [Ping timeout: 268 seconds]
jao has joined #river
boombim has quit [Ping timeout: 260 seconds]
boombim has joined #river
<scorpion2185[m]>
how can I use wlopm and swayidle to turn off the screen?
<scorpion2185[m]>
or other methods
<jokeyrhyme[m]>
I have swayidle set to run a script to turn off the displays
<kraem_>
not sure it's triggered with kanshi not running as well - i'll have to test with a monitor tomorrow
<ifreund>
hmm, does nix have separate packages for debug symbols?
<kraem_>
i'm not sure. i haven't really debugged anything with gdb before. does that dump indicate i don't have the symbols while analyzing the dump right now or that river weren't built with them?
Szadek has quit [Ping timeout: 260 seconds]
Szadek has joined #river
<kraem_>
seems i have to build river with them. let me fix that when i have time and test again :)
<ifreund>
kraem_: just building river in debug mode should cause it to log a stacktrace to stderr if it crashes fyi
<kraem_>
might do that if i don't succeed building with the symbols using nix. it's a fun experiment to get some more experience trying with the symbols first though :)
<ifreund>
many distros have e.g. a river-dbg package you could install to get symbols but that doesn't seem to be the case for nixos
<kraem_>
yep, as well as blog post explaining how to do it. i'll make an attempt after work some time this week, otherwise i'll just build in debug mode.
<ifreund>
cool, thanks for taking the time to get the stack trace. I haven't been able to reproduce the crash despite having multiple monitors and kanshi running all the time