Summary: | media-libs/alsa-lib-1.0.23 crash when compiled with sys-devel/gcc-4.4.5 / -O3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | John Powers <jopowrr> |
Component: | [OLD] Core system | Assignee: | Gentoo ALSA team [DISABLED] <alsa-bugs> |
Status: | RESOLVED OBSOLETE | ||
Severity: | minor | CC: | jopowrr |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 915000 |
Description
John Powers
2011-09-19 08:26:18 UTC
The bug can be worked-around quite easily, for example by replacing -O3 with -O2 CFLAG for alsa-lib. Add the following to /etc/portage/env/media-libs/alsa-lib: CFLAGS=$(echo $CFLAGS | sed -s 's/-O *[0-9]\+/-O2/g') Contrary to what uname output could suggest here, user-land part of my system is x86 and the bug should be reproducible on x86 architecture. The only x86_64 part is the kernel which shouldn't be relevant since the bug does not appear to be in kernel. If you see this still with current stable gcc (like 4.6, 4.7, 4.8) and alsa-lib-1.0.27, please let us know No reason to keep this open without update from the reporter -> Closing |