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

--- Comment #11 from Andrius Štikonas <[email protected]> ---
(In reply to joseteluisete from comment #10)
> I installed gdb.
> I run ...
> 
>    gdb partitionmanager
>    (gdb) run
> 
> It returned ...
> 
>    Starting program: /usr/bin/partitionmanager 
>    [Thread debugging using libthread_db enabled]
>    Using host libthread_db library "/usr/lib/libthread_db.so.1".
>    [New Thread 0x7ffff2102640 (LWP 34995)]
>    [New Thread 0x7fffebf3c640 (LWP 35002)]
>    Loaded backend plugin:  "pmsfdiskbackendplugin"
>    [New Thread 0x7fffe8e3d640 (LWP 35003)]
>    [New Thread 0x7fffd7fff640 (LWP 35004)]
>    [New Thread 0x7fffde5a0640 (LWP 35005)]
>    [New Thread 0x7fffddd9f640 (LWP 35006)]
>    [New Thread 0x7fffdd0d4640 (LWP 35007)]
>    [New Thread 0x7fffdc8d3640 (LWP 35008)]
>    [New Thread 0x7fffd77fe640 (LWP 35009)]
>    [New Thread 0x7fffd6ffd640 (LWP 35010)]
>    "Using backend plugin: pmsfdiskbackendplugin (1)"
>    "Scanning devices..."
>    [New Thread 0x7fffd4a56640 (LWP 35094)]
>    "Device found: loop0"
>    smartctl initialization failed for  "/dev/loop0" :  No such file or
> directory
>    error during smart output parsing for  "/dev/loop0" :  No such file or
> directory
>    unknown file system type  ""  on  "/dev/loop0"
> 
>    Thread 12 "m_DeviceScanner" received signal SIGSEGV, Segmentation fault.
>    [Switching to Thread 0x7fffd4a56640 (LWP 35094)]
>    0x00007ffff7efca53 in ?? () from /usr/lib/libkpmcore.so.10
> 
> 
> I don't know if this is important but I recently updated the system and the
> process showed this ...
> 
>    /usr/bin/grub-probe: warning: unknown device type nvme0n1
> 
> I hope this is useful.
> Is there anything else I can do to give you more information?
> Greetings!

Can you run
thread apply all bt

inside gdb after crash happens.

We'll probably need to install some packages that contain debug symbols but
let's start with thread apply all bt

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

Reply via email to