ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
ian| has joined #wayland
<ian|>
with the function `wl_registry_bind(state.wl_registry, id, &zxdg_decoration_manager_v1_interface, 1)` what do i pass as `id`?
ian| has quit [Quit: Page closed]
cool110 has joined #wayland
cool110 is now known as Guest3870
Guest3507 has quit [Ping timeout: 480 seconds]
eruditehermit has quit [Ping timeout: 480 seconds]
leon-anavi has quit [Remote host closed the connection]
leon-anavi has joined #wayland
kts has joined #wayland
kts has quit [Ping timeout: 480 seconds]
soreau has quit [Remote host closed the connection]
soreau has joined #wayland
leon-anavi has quit [Remote host closed the connection]
EggBap has joined #wayland
<EggBap>
Hey there, i'm running Debian Trixie. I have some core dumps appearing in my home directory. When I use File it says they are from /usr/bin/Xwayland. I'd like to try and help, but not sure where to go next :)
<MrCooper>
EggBap: coredumpctl from the systemd-coredump package allows getting backtraces from core dumps easily
nysach has joined #wayland
kts has joined #wayland
nysach has quit [Remote host closed the connection]
shoragan has quit [Ping timeout: 480 seconds]
mtretter has quit [Ping timeout: 480 seconds]
pH5 has quit [Ping timeout: 480 seconds]
nysach has joined #wayland
plouton has joined #wayland
nysach has quit [Remote host closed the connection]
feaneron has quit [Quit: feaneron]
kts has quit [Quit: Leaving]
<EggBap>
MrCooper: that program tells me that no core dumps have been found
<MrCooper>
did you just install the package?
<MrCooper>
if so, it'll collect core dumps from now on
EggBap has quit [Ping timeout: 480 seconds]
nerdopolis has joined #wayland
leon-anavi has joined #wayland
pH5 has joined #wayland
shoragan has joined #wayland
EggBap has joined #wayland
<EggBap>
ahhh, okay, makes sense. I'll remove the current ones and wait for some future crashes :D
<ofourdan>
EggBap: also check the journalctl logs at the time of the issue, that might give a hint on what happened
<EggBap>
will do, thank you both
<ofourdan>
also important, please make sure to have the debug packages installed so we can make sense of the backtraces. With that, and the codedump (as you mentioned you have code dumps in your home directory), you can get the backtrace using gdb.
<ofourdan>
(I do not remember how to install debug packages in Debian though)