On Fri, Dec 29, 2017 at 5:06 AM, Rainer Dorsch wrote: > Is there something I did wrong or could do more efficiently? Would running > standalone and then loading the core be more memory efficient? If yes, how do > I > do run standalone with the dbgsym packages? Installing them seems not > sufficient....
I think it would be indeed better to let kwin crash and then load the core dump: gdb -batch -n -ex 'set pagination off' -ex bt -ex 'thread apply all bt full' --core $core /usr/bin/kwin_wayland BTW, you might want to consider using one of these to get auto-core-dumps: $ aptitude show core-dump-handler No candidate version found for core-dump-handler Package: core-dump-handler State: not a real package Provided by: apport (2.20.4-3), corekeeper (1.6), minicoredumper (2.0.0-3), systemd-coredump (236-1) -- bye, pabs https://wiki.debian.org/PaulWise

