Summary: | Crash de K mix au démarrage | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | mtparet <epervieror> |
Component: | general | Assignee: | Christian Esken <esken> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | ceesvn, nagrigoriadis, quinntin, terraagua, testdude281 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mageia RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mtparet
2011-07-25 08:36:40 UTC
*** Bug 278430 has been marked as a duplicate of this bug. *** *** Bug 278839 has been marked as a duplicate of this bug. *** I had the same problem on: OS : Arch Linux KDE Platform Version : 4.0.7-1 Qt Version : 4.7.3-3 Additional info can be found here : https://bbs.archlinux.org/viewtopic.php?id=124118 Edit : KDE Platform Version : 4.7.0-1 According to the stacktrace and the KDE version (4.6.3), the crash is in the line marked with "<<<": if (snd_mixer_poll_descriptors_revents(_handle, m_fds, m_count, &revents) >= 0) { [...] snd_mixer_handle_events(_handle); // <<< [...] } The point is that "_handle" is quite sure correct, as one can see it has been used a couple of lines in snd_mixer_poll_descriptors_revents(). So I don't know why ALSA claims an "assertion failure". Unless ALSA prints out what exaclty it believes to be wrong or somebody who has this error can debug it, there are slim chances that this problem gets fixed. Are there any ALSA messages, or is anyone of the bug reporters able to do debugging? I have the same issue on an intel atom netbook, running gentoo linux, kde 4.7.0 The crash only occurs the first time that I log in, if I log out and log in again, it runs fine. Also, the login sounds are playing, and the login is manual, so everything should be loaded already. I checked the .xsession-errors, and there is no relevant information that I can find. (only a week old entry about nepomuk) The current version of alsa-lib (the package that owns the /usr/lib/libasound.so.2 library) is: 1.0.23 I can't find any log for alsa :-/ So there is 2 things I'll try next: try to upgrade alsa-lib to 1.0.24 (to match the version in the kernel) and then see if I can find or enable the log for alsa. No difference using alsa-lib 1.0.24 Oh how annoying, I rebuilt alsa-lib with full debugging support, and then the crash stops happening! Could this possibly be related to some ICE on optimization issue? I'm using GCC 4.6.1 with -march=atom ... Hmmm, the problem goes away when I build alsa-lib with anything other than "-O2 -march=atom". I suspect my case is an GCC bug. Possibly a rather obscure one. :-/ I am now pretty sure that this bug is practically the same as #209975. I'll merge these bugs. And the good thing is that I now probably have a patch for the issue. *** This bug has been marked as a duplicate of bug 209975 *** |