Summary: | app-emulation/virt-manager-4.1.0-r1 - Segmentation fault (core dumped) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Virtualization Team <virtualization> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | leonchik1976, miso.privoznik |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=943343 https://bugs.gentoo.org/show_bug.cgi?id=946778 https://bugs.gentoo.org/show_bug.cgi?id=950440 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Leonid Kopylov
2024-11-12 18:00:47 UTC
same for libvirtd: # systemctl status libvirtd × libvirtd.service - libvirt legacy monolithic daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; preset: disabled) Active: failed (Result: core-dump) since Tue 2024-11-12 20:20:16 IST; 26s ago Invocation: 5b370b37adbf4a68a698e103ce20ba61 TriggeredBy: × libvirtd-admin.socket × libvirtd.socket × libvirtd-ro.socket Docs: man:libvirtd(8) https://libvirt.org/ Process: 215823 ExecStart=/usr/sbin/libvirtd $LIBVIRTD_ARGS (code=dumped, signal=SEGV) Main PID: 215823 (code=dumped, signal=SEGV) Nov 12 20:20:16 server01 systemd[1]: libvirtd.service: Failed with result 'core-dump'. Nov 12 20:20:16 server01 systemd[1]: Failed to start libvirt legacy monolithic daemon. Nov 12 20:20:16 server01 systemd[1]: libvirtd.service: Scheduled restart job, restart counter is at 5. Nov 12 20:20:16 server01 systemd[1]: libvirtd.service: Start request repeated too quickly. Nov 12 20:20:16 server01 systemd[1]: libvirtd.service: Failed with result 'core-dump'. Nov 12 20:20:16 server01 systemd[1]: Failed to start libvirt legacy monolithic daemon. Nov 12 20:20:23 server01 systemd[1]: libvirtd.service: Start request repeated too quickly. Nov 12 20:20:23 server01 systemd[1]: libvirtd.service: Failed with result 'core-dump'. Nov 12 20:20:23 server01 systemd[1]: Failed to start libvirt legacy monolithic daemon. # gdb /usr/sbin/libvirtd GNU gdb (Gentoo 15.2 vanilla) 15.2 Copyright (C) 2024 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-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://bugs.gentoo.org/>. 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 /usr/sbin/libvirtd... (No debugging symbols found in /usr/sbin/libvirtd) (gdb) run Starting program: /usr/bin/libvirtd [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib64/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x00007ffff751b020 in pthread_mutex_init () from /usr/lib64/libc.so.6 (gdb) bt #0 0x00007ffff751b020 in pthread_mutex_init () at /usr/lib64/libc.so.6 #1 0x00007ffff4333784 in ??? () at /usr/lib64/libmbedcrypto.so.7 #2 0x00007ffff430c15e in mbedtls_entropy_init () at /usr/lib64/libmbedcrypto.so.7 #3 0x00007ffff6f4846d in ??? () at /usr/lib64/libssh.so.4 #4 0x00007ffff6f149ff in ??? () at /usr/lib64/libssh.so.4 #5 0x00007ffff7fcd54e in call_init () at /lib64/ld-linux-x86-64.so.2 #6 0x00007ffff7fcd63c in _dl_init () at /lib64/ld-linux-x86-64.so.2 #7 0x00007ffff7fe56e0 in _dl_start_user () at /lib64/ld-linux-x86-64.so.2 #8 0x0000000000000001 in ??? () #9 0x00007fffffffd510 in ??? () #10 0x0000000000000000 in ??? () (gdb) (In reply to Leonid Kopylov from comment #2) > # gdb /usr/sbin/libvirtd > GNU gdb (Gentoo 15.2 vanilla) 15.2 > Copyright (C) 2024 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-pc-linux-gnu". > Type "show configuration" for configuration details. > For bug reporting instructions, please see: > <https://bugs.gentoo.org/>. > 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 /usr/sbin/libvirtd... > (No debugging symbols found in /usr/sbin/libvirtd) > (gdb) run > Starting program: /usr/bin/libvirtd > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/usr/lib64/libthread_db.so.1". > > Program received signal SIGSEGV, Segmentation fault. > 0x00007ffff751b020 in pthread_mutex_init () from /usr/lib64/libc.so.6 > (gdb) bt > #0 0x00007ffff751b020 in pthread_mutex_init () at /usr/lib64/libc.so.6 > #1 0x00007ffff4333784 in ??? () at /usr/lib64/libmbedcrypto.so.7 > #2 0x00007ffff430c15e in mbedtls_entropy_init () at > /usr/lib64/libmbedcrypto.so.7 > #3 0x00007ffff6f4846d in ??? () at /usr/lib64/libssh.so.4 > #4 0x00007ffff6f149ff in ??? () at /usr/lib64/libssh.so.4 > #5 0x00007ffff7fcd54e in call_init () at /lib64/ld-linux-x86-64.so.2 > #6 0x00007ffff7fcd63c in _dl_init () at /lib64/ld-linux-x86-64.so.2 > #7 0x00007ffff7fe56e0 in _dl_start_user () at /lib64/ld-linux-x86-64.so.2 > #8 0x0000000000000001 in ??? () > #9 0x00007fffffffd510 in ??? () > #10 0x0000000000000000 in ??? () > (gdb) problem resolved after rebuilding net-libs/libssh, net-libs/libssh2, net-libs/mbedtls |