Bug 425686 - Segfault for kmixctrl 4.6 at startup
Summary: Segfault for kmixctrl 4.6 at startup
Status: RESOLVED DUPLICATE of bug 425469
Alias: None
Product: kmix
Classification: Applications
Component: KMix Panel Docking (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Christian Esken
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-22 20:01 UTC by Potomac
Modified: 2020-08-22 21:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Potomac 2020-08-22 20:01:05 UTC
SUMMARY
I use archlinux (a rolling release linux distro),
since a recent update I notice at startup segmentation fault related to kmixctrl (version 4.6) in dmesg :

[   72.047675] kmixctrl[787]: segfault at 0 ip 0000000000000000 sp 00007ffd2a3ff0e8 error 14 in kmixctrl[5628352c9000+2000]
[   72.047682] Code: Bad RIP value.

You can also trigger the bug by opening a console, then type "kmixctrl", you will notice a segmentation fault message, if you use the last release version of KDE plasma, kde frameworks application, and QT5 (5.15 version).

the backtrace :

(gdb) bt 
#0  0x0000000000000000 in ?? ()
#1  0x00007ffff606b2c1 in ?? () from /usr/lib/pulseaudio/libpulsecommon-13.0.so
#2  0x00007ffff606d860 in pa_socket_client_unref () from /usr/lib/pulseaudio/libpulsecommon-13.0.so
#3  0x00007ffff72c5c58 in ?? () from /usr/lib/libpulse.so.0
#4  0x00007ffff72c5d72 in ?? () from /usr/lib/libpulse.so.0
#5  0x00007ffff7f2b41d in ?? () from /usr/lib/libkmixcore.so.5
#6  0x00007ffff7f2b439 in ?? () from /usr/lib/libkmixcore.so.5
#7  0x00007ffff7f07a15 in Mixer::~Mixer() () from /usr/lib/libkmixcore.so.5
#8  0x00007ffff7f07a2a in Mixer::~Mixer() () from /usr/lib/libkmixcore.so.5
#9  0x00007ffff7f012e7 in MixerToolBox::deinitMixer() () from /usr/lib/libkmixcore.so.5
#10 0x0000555555556796 in ?? ()
#11 0x00007ffff74dc152 in __libc_start_main () from /usr/lib/libc.so.6
#12 0x000055555555683e in ?? ()


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Archlinux 64 bits, 
(available in About System)
KDE Plasma Version:  5.19.4-2
KDE Frameworks Version: 5.73
Qt Version: 5.15

ADDITIONAL INFORMATION
Despite the segfault kmix seems to work (volume applet is Ok).
Comment 1 Antonio Rojas 2020-08-22 21:01:46 UTC

*** This bug has been marked as a duplicate of bug 425469 ***