Skip to content

Instantly share code, notes, and snippets.

@tiagovignatti
Created February 26, 2015 21:27
Show Gist options
  • Save tiagovignatti/1986a9cce266c8c415bd to your computer and use it in GitHub Desktop.
Save tiagovignatti/1986a9cce266c8c415bd to your computer and use it in GitHub Desktop.
(gdb) r
Starting program: /media/git/chromium/src/out_gbm/Debug/ozone_demo --user-data-dir=/tmp/chrome --ozone-platform=gbm --ozone-use-surfaceless
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[0226/182633:WARNING:dri_util.cc(147)] Forcing initialization of primary display.
[New Thread 0x7ffff00b3700 (LWP 6196)]
[0226/182633:WARNING:screen_manager.cc(81)] Display controller (crtc=3) already present.
[New Thread 0x7fffef8b2700 (LWP 6197)]
[New Thread 0x7fffef0b1700 (LWP 6198)]
[New Thread 0x7fffef090700 (LWP 6199)]
[New Thread 0x7fffef06f700 (LWP 6200)]
[New Thread 0x7fffef04e700 (LWP 6201)]
[0226/182633:FATAL:gl_image_egl.cc(49)] Check failed: static_cast<GLenum>(0x0) == ::gfx::g_current_gl_context_tls->Get()->glGetErrorFn() (0 vs. 1282)
#0 0x0000004f9bde base::debug::StackTrace::StackTrace()
#1 0x00000042acc2 logging::LogMessage::~LogMessage()
#2 0x000000a19e21 gfx::GLImageEGL::BindTexImage()
#3 0x000000414e36 ui::SurfacelessGlRenderer::BufferWrapper::Initialize()
#4 0x000000415339 ui::SurfacelessGlRenderer::Initialize()
#5 0x000000412a05 DemoWindow::StartOnGpu()
#6 0x00000040fe12 base::internal::RunnableAdapter<>::Run()
#7 0x0000004132f3 _ZN4base8internal12InvokeHelperILb1EvNS0_15RunnableAdapterIM10DemoWindowFvvEEENS0_8TypeListIJRKNS_7WeakPtrIS3_EEEEEE8MakeItSoES6_SB_
#8 0x0000004132a2 _ZN4base8internal7InvokerI13IndexSequenceIJLm0EEENS0_9BindStateINS0_15RunnableAdapterIM10DemoWindowFvvEEEFvPS6_ENS0_8TypeListIJNS_7WeakPtrIS6_EEEEEEENSC_IJNS0_12UnwrapTraitsISE_EEEEENS0_12InvokeHelperILb1EvS9_NSC_IJRKSE_EEEEEFvvEE3RunEPNS0_13BindStateBaseE
#9 0x00000040e44e base::Callback<>::Run()
#10 0x0000004fd7b9 base::debug::TaskAnnotator::RunTask()
#11 0x00000042f651 base::MessageLoop::RunTask()
#12 0x00000042f79b base::MessageLoop::DeferOrRunPendingTask()
#13 0x00000042f985 base::MessageLoop::DoWork()
#14 0x0000004f4ba1 base::MessagePumpLibevent::Run()
#15 0x00000042f260 base::MessageLoop::RunHandler()
#16 0x000000457984 base::RunLoop::Run()
#17 0x00000040dac5 main
#18 0x7ffff4afeec5 __libc_start_main
#19 0x00000040bac4 <unknown>
Program received signal SIGTRAP, Trace/breakpoint trap.
base::debug::(anonymous namespace)::DebugBreak () at ../../base/debug/debugger_posix.cc:228
228 }
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment