Summary: | kmix crash when trying to set input volume | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | Yichao Yu <yyc1992> |
Component: | general | Assignee: | Christian Esken <esken> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | hggdh2, stefan.ev.fuchs |
Priority: | HI | ||
Version: | 4.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
crash log with debug info 1
crash log with debug info 2 stderr or kmix |
Description
Yichao Yu
2012-12-01 04:19:32 UTC
Please recompile kmix with debug symbols enabled and kept. Created attachment 75572 [details]
crash log with debug info 1
Created attachment 75573 [details]
crash log with debug info 2
just happened to save two crash log.... nvm
Created attachment 75574 [details]
stderr or kmix
stderr for the second crash log
So here it is, compiled with -DCMAKE_BUILD_TYPE=RelWithDebInfo hopefully enough. Git commit 2ff2b0f875357f2f0091a433111c5ee74da6bf29 by Christian Esken. Committed on 04/12/2012 at 21:37. Pushed by esken into branch 'master'. Fix crash in the "feedback loop guard" for the case when there is no playback control on a Volume. M +10 -4 gui/mdwslider.cpp http://commits.kde.org/kmix/2ff2b0f875357f2f0091a433111c5ee74da6bf29 Thanks for your bug report. If it happens only on controls without playback, my fix should work. Please test. ---- Footnote: Cannot test that currently myself (Ubuntu 12.10 doesn't want to hotplug my capture capable audio devices), *** Bug 311123 has been marked as a duplicate of this bug. *** *** Bug 311132 has been marked as a duplicate of this bug. *** Well, the crash also happens when there is playback. (when I am making a phone call with GTalk) but this commit does seem to fix it. THX. close? Thanks for your super fast test. I agree that the bug can be closed then. After playing with the problematic part a little bit, I finally understand what you mean by "control without playback" and yes you are right, it happens only on record tab (with no "playback" control). Nvm, I just want to clarify any possible confusion in my previous post. Thx again. |