Summary: | KMix crashes when new ALSA card is added | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | Alexey Chernov <4ernov> |
Component: | general | Assignee: | Christian Esken <esken> |
Status: | CLOSED FIXED | ||
Severity: | crash | CC: | jvoss |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Alexey Chernov
2011-05-20 22:58:00 UTC
Created attachment 61562 [details]
New crash information added by DrKonqi
kmix (3.8) on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.2
- What I was doing when the application crashed:
I plugged in an M-Audio Xsession pro and the Kmix window was open, it crashed instantly.
-- Backtrace (Reduced):
#6 0x00007f3957c4560c in KMixWindow::recreateGUI (this=0x1a74d90, saveConfig=<value optimized out>, mixerId=<value optimized out>, forceNewTab=<value optimized out>) at /var/tmp/portage/kde-base/kmix-4.6.2/work/kmix-4.6.2/kmix/apps/kmix.cpp:555
#7 0x00007f3957c45b26 in KMixWindow::plugged (this=0x1a74d90, driverName=<value optimized out>, dev=...) at /var/tmp/portage/kde-base/kmix-4.6.2/work/kmix-4.6.2/kmix/apps/kmix.cpp:748
#8 0x00007f3957c47390 in KMixWindow::qt_metacall (this=0x1a74d90, _c=<value optimized out>, _id=<value optimized out>, _a=0x7fff817850d0) at /var/tmp/portage/kde-base/kmix-4.6.2/work/kmix-4.6.2_build/kmix/kmix.moc:134
[...]
#10 0x00007f3957c69fa9 in KMixDeviceManager::plugged (this=0x7f3964200e60, _t1=0x7f3957c7daf5 "ALSA", _t2=<value optimized out>, _t3=<value optimized out>) at /var/tmp/portage/kde-base/kmix-4.6.2/work/kmix-4.6.2_build/kmix/kmixdevicemanager.moc:95
#11 0x00007f3957c6ae47 in KMixDeviceManager::pluggedSlot (this=0x1c896f0, udi=...) at /var/tmp/portage/kde-base/kmix-4.6.2/work/kmix-4.6.2/kmix/core/kmixdevicemanager.cpp:134
If you unplugged the card before, this crash can be explained. There is a unplug/replug problem since distributions changed from HAL to UDEV. It is fixed in KDE4.7.1 and trunk: http://mail.kde.org/pipermail/kde-hardware-devel/2011-August/001455.html Can you retry with KDE4.7.1 or KDE4.8? I didn't updated to 4.7.1 yet, but I'll test it as soon as it's updated. I think this cause is possible as the bug appears when I remove/add ALSA module of V4L2 tuner. I think for UDEV it's as if the card was removed and inserted back. No reply from bug reporter. Closing bug. Sorry for no reply. Can't reproduce for 4.8.2 anymore so it seems to be fixed. Thanks for closing. |