New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 846157 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

ChromeOS browser test logs full or ALSA log errors.

Project Member Reported by noel@chromium.org, May 24 2018

Issue description

Probably can't use ALSA in browser_tests in prod.  Is there chrome flag to disable ALSA use?  Or perhaps it should be be disabled by BUILD file for chromeOS browser_tests?

./out/Release/chrome --user-data-dir=/tmp/cros-users
[145519:145519:0524/094222.365097:ERROR:zygote_host_impl_linux.cc(112)] SUID sandbox binary is missing. Won't be able to adjust OOM scores.
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM default

 

Comment 1 by noel@chromium.org, May 24 2018

Labels: OS-Chrome
I'm a bit confused. Are ChromeOS browser tests calling into Cast code (assuming so, since the bug is assigned to me)? If so, why?

If you set the use_alsa GN arg to false, ALSA will not be used.

Sign in to add a comment