Hi Paul, many thanks for your reply.
I installed the dbgsym packages, but when running inside gdb rd@xbian:~$ gdb kwin_wayland GNU gdb (Debian 7.12-6+b1) 7.12.0.20161007-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabihf". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from kwin_wayland...Reading symbols from /usr/lib/ debug/.build-id/91/494219560dcdb6f7874172e03bcac638cca773.debug...done. done. (gdb) set pagination 0 (gdb) run --drm --xwayland plasma-phone Starting program: /usr/bin/kwin_wayland --drm --xwayland plasma-phone [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". it consumes a large amout of memory and I do not reach the segfault but I also do not see any UI coming up :-/ 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.... Thanks Rainer On Donnerstag, 28. Dezember 2017 07:36:27 CET Paul Wise wrote: > On Thu, Dec 28, 2017 at 5:27 AM, Rainer Dorsch wrote: > > Do you have any idea what I might have done wrong? Are there any logs > > available (first time I am running wayland and not an xserver)? > > Sounds like a bug in kwin, please install debug symbols (run > find-dbgsym-packages from debian-goodies on the core dump) and report > a bug. -- Rainer Dorsch http://bokomoko.de/ Jabber: [email protected]

