Skip to content

Instantly share code, notes, and snippets.

@tiagovignatti
Created March 3, 2014 13:06
Show Gist options
  • Save tiagovignatti/9324536 to your computer and use it in GitHub Desktop.
Save tiagovignatti/9324536 to your computer and use it in GitHub Desktop.
root@fisu:/home/tiago/git/chromium/src/out_kms/out/Debug# ./content_shell --no-sandbox --user-data-dir=/tmp/chrome --ozone-platform=dri
[21099:21099:0303/150540:427257024325:ERROR:audio_manager_pulse.cc(251)] Failed to connect to the context. Error: Connection refused
[21099:21099:0303/150540:427257059676:ERROR:window_tree_host_ozone.cc(49)] Not implemented reached in virtual void aura::WindowTreeHostOzone::Show()
[21099:21099:0303/150540:427257059726:ERROR:window_tree_host_ozone.cc(58)] Not implemented reached in virtual void aura::WindowTreeHostOzone::SetBounds(const gfx::Rect&)
[21118:21118:0303/150540:427257063993:ERROR:renderer_main.cc(224)] Running without renderer sandbox
[21099:21114:0303/150540:427257123868:WARNING:proxy_service.cc(903)] PAC support disabled because there is no system implementation
[21099:21110:0303/150541:427257150541:WARNING:event_factory_evdev.cc(65)] touchpad device not supported: /dev/input/event5
[21099:21110:0303/150541:427257188175:ERROR:event_device_info.cc(18)] failed EVIOCGBIT(0, 8) on fd 54
[21099:21110:0303/150541:427257188237:ERROR:event_factory_evdev.cc(59)] failed to get device information for /dev/input/mouse0
[21099:21110:0303/150541:427257208171:ERROR:event_device_info.cc(18)] failed EVIOCGBIT(0, 8) on fd 54
[21099:21110:0303/150541:427257208244:ERROR:event_factory_evdev.cc(59)] failed to get device information for /dev/input/mice
[21099:21099:0303/150541:427257134266:FATAL:dri_skbitmap.cc(146)] Check failed: request.size == bitmap->getSize().
[0x00000079c7a0] base::debug::StackTrace::StackTrace()
[0x0000006e049d] logging::LogMessage::~LogMessage()
[0x000004a21dd7] gfx::DriAllocator::AllocatePixels()
[0x000004a21bd1] gfx::DriAllocator::allocPixelRef()
[0x000000f8cabb] SkBitmap::allocPixels()
[0x000004a22309] gfx::DriSkBitmap::Initialize()
[0x000004a22849] gfx::DriSurface::Initialize()
[0x0000049e9869] gfx::DriSurfaceFactory::RealizeAcceleratedWidget()
[0x000003bcbd0c] content::SoftwareOutputDeviceOzone::SoftwareOutputDeviceOzone()
[0x000003bbbcb5] content::CreateSoftwareOutputDevice()
[0x000003bbc04f] content::GpuProcessTransportFactory::CreateOutputSurface()
[0x0000012c5998] ui::Compositor::CreateOutputSurface()
[0x0000013c1f60] cc::LayerTreeHost::CreateOutputSurface()
[0x000001425d53] cc::SingleThreadProxy::CreateAndInitializeOutputSurface()
[0x0000013c3683] cc::LayerTreeHost::InitializeOutputSurfaceIfNeeded()
[0x000001428327] cc::SingleThreadProxy::CommitAndComposite()
[0x000001427e47] cc::SingleThreadProxy::CompositeImmediately()
[0x0000013c3612] cc::LayerTreeHost::Composite()
[0x0000012c5571] ui::Compositor::Draw()
[0x0000012cd062] base::internal::RunnableAdapter<>::Run()
[0x0000012cbf6a] base::internal::InvokeHelper<>::MakeItSo()
[0x0000012cab77] base::internal::Invoker<>::Run()
[0x000000438711] base::Callback<>::Run()
[0x0000006e9428] base::MessageLoop::RunTask()
[0x0000006e954c] base::MessageLoop::DeferOrRunPendingTask()
[0x0000006e9a73] base::MessageLoop::DoWork()
[0x00000078d4f1] base::MessagePumpLibevent::Run()
[0x0000006e8f6d] base::MessageLoop::RunHandler()
[0x000000723e0c] base::RunLoop::Run()
[0x0000038a5e5b] content::BrowserMainLoop::MainMessageLoopRun()
[0x0000038a37b6] content::BrowserMainLoop::RunMainMessageLoopParts()
[0x00000358c43a] content::BrowserMainRunnerImpl::Run()
[0x00000042a86f] ShellBrowserMain()
[0x000000426dd5] content::ShellMainDelegate::RunProcess()
[0x0000004f6d17] content::RunNamedProcessTypeMain()
[0x0000004f7f92] content::ContentMainRunnerImpl::Run()
[0x0000004f6133] content::ContentMain()
[0x000000426155] main
[0x7f6d6367a76d] __libc_start_main
[0x000000426069] <unknown>
Aborted (core dumped)
root@fisu:/home/tiago/git/chromium/src/out_kms/out/Debug#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment