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

Issue 781268 link

Starred by 3 users

Issue metadata

Status: Duplicate
Merged: issue 783792
Owner:
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

ozone headless may fail to generate output

Project Member Reported by rjkroege@chromium.org, Nov 3 2017

Issue description

./content_shell --ozone-platform=headless  --ozone-dump-file=/tmp --no-sandbox <URL> fails to generate output


 
Cc: mshoyk...@gmail.com sadrul@chromium.org
This is an ozone ECS build:

use_ozone=true
toolkit_views=false
ozone_auto_platforms=false
ozone_platform_headless=true
ozone_platform_x11=true
use_debug_fission=false
treat_warnings_as_errors=false
enable_vr=false
media_use_ffmpeg=false
use_libpci=false
use_cups=false
use_udev=false
use_dbus=false
use_glib=false
use_gio=false
use_pulseaudio=false
use_alsa=false
use_kerberos=false
remove_webcore_debug_symbols = true
enable_nacl = false
cc_wrapper="ccache"
clang_use_chrome_plugins=false

Components: Internals>GPU
Labels: Proj-Ozone
Owner: kylec...@chromium.org
Status: Assigned (was: Untriaged)
kylechar@ you fixed? I suspect you made a different bug?
Mergedinto: 783792
Status: Duplicate (was: Assigned)
This was being caused because Ozone headless was using GL with osmesa instead of software renderering. Adding --disable-gpu forces using software renderering and fixes this. I filled crbug.com/783792 for making GL with osmesa write to a file.

Sign in to add a comment