https://bugs.kde.org/show_bug.cgi?id=427382

Méven Car <meven....@enioka.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |meven....@enioka.com

--- Comment #7 from Méven Car <meven....@enioka.com> ---
(In reply to Peter L. Steger from comment #5)
> installed the packages, reboot and started the debugging with the command
> you provided and got the following results (incl. after entering 'c' + 'RET':
> 
> sudo gdb -pid `pidof plasmashell`
> GNU gdb (Ubuntu 9.1-0ubuntu1) 9.1
> Copyright (C) 2020 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 "x86_64-linux-gnu".
> 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".
> Attaching to process 15111
> [New LWP 15112]
> [New LWP 15113]
> [New LWP 15130]
> [New LWP 15131]
> [New LWP 15132]
> [New LWP 15133]
> [New LWP 15134]
> [New LWP 15182]
> [New LWP 15183]
> [New LWP 15184]
> [New LWP 15185]
> [New LWP 15268]
> [New LWP 15335]
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> --Type <RET> for more, q to quit, c to continue without paging--c
> 0x00007f8b05d3aaff in __GI___poll (fds=0x5566bc5bee20, nfds=11, timeout=16)
> at ../sysdeps/unix/sysv/linux/poll.c:29
> 29      ../sysdeps/unix/sysv/linux/poll.c: Datei oder Verzeichnis nicht
> gefunden.
> (gdb) 
> 
Did you enter "c" as instructed ? This traces is not a backtrace just the
output of gdb when starting.
What you did is paused plasmashell which would make it unresponsive, please
retry typing in the gdb command prompt "c" for continue and then hit "enter" .

When this is working it should display :
--Type <RET> for more, q to quit, c to continue without paging--
0x00007f36c2305aff in __GI___poll (fds=0x55dfc53d7c10, nfds=13, timeout=245)
    at ../sysdeps/unix/sysv/linux/poll.c:29
29      ../sysdeps/unix/sysv/linux/poll.c: Aucun fichier ou dossier de ce type.
(gdb) c
Continuing.


Then when a crash happen you will get the backtrace in the console.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to