Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Created July 20, 2018 11:26
Show Gist options
  • Save spacepluk/3821039462797d52e6c6b8edba4b42b5 to your computer and use it in GitHub Desktop.
Save spacepluk/3821039462797d52e6c6b8edba4b42b5 to your computer and use it in GitHub Desktop.
* thread #7, stop reason = EXC_BAD_ACCESS (code=1, address=0x3b0)
* frame #0: 0x00007fff467c3e2d libGL.dylib`glGetString + 15
frame #1: 0x000000010026aba8 examplesDebug`bgfx::gl::getGLString(_name=7936) at renderer_gl.cpp:1045
frame #2: 0x0000000100246993 examplesDebug`bgfx::gl::RendererContextGL::init(this=0x00000001226f1000, _init=0x000070000e5172a8) at renderer_gl.cpp:1804
frame #3: 0x0000000100246859 examplesDebug`bgfx::gl::rendererCreate(_init=0x000070000e5172a8) at renderer_gl.cpp:3983
frame #4: 0x000000010021d090 examplesDebug`bgfx::rendererCreate(_init=0x000070000e5172a8) at bgfx.cpp:2204
frame #5: 0x000000010021d2e2 examplesDebug`bgfx::Context::rendererExecCommands(this=0x0000000120fad040, _cmdbuf=0x0000000122476858) at bgfx.cpp:2255
frame #6: 0x000000010021ca85 examplesDebug`bgfx::Context::renderFrame(this=0x0000000120fad040, _msecs=-1) at bgfx.cpp:1906
frame #7: 0x000000010021c803 examplesDebug`bgfx::Context::swap(this=0x0000000120fad040) at bgfx.cpp:1846
frame #8: 0x0000000100218f38 examplesDebug`bgfx::Context::frameNoRenderWait(this=0x0000000120fad040) at bgfx.cpp:1811
frame #9: 0x00000001002186cf examplesDebug`bgfx::Context::init(this=0x0000000120fad040, _init=0x000070000e5174f0) at bgfx.cpp:1485
frame #10: 0x000000010021ffc3 examplesDebug`bgfx::init(_init=0x000070000e5174f0) at bgfx.cpp:2913
frame #11: 0x00000001000019fb examplesDebug`(anonymous namespace)::ExampleHelloWorld::init(this=0x0000000100473720, _argc=2, _argv=0x00007ffeefbff480, _width=1280, _height=720) at helloworld.cpp:38
frame #12: 0x0000000100136356 examplesDebug`entry::runApp(_app=0x0000000100473720, _argc=2, _argv=0x00007ffeefbff480) at entry.cpp:513
frame #13: 0x000000010013676d examplesDebug`entry::main(_argc=2, _argv=0x00007ffeefbff480) at entry.cpp:630
frame #14: 0x00000001001395a2 examplesDebug`entry::MainThreadEntry::threadFunc(_thread=0x00000001004e5f60, _userData=0x00000001004e5f50) at entry_glfw.cpp:867
frame #15: 0x0000000100329d85 examplesDebug`bx::Thread::entry(this=0x00000001004e5f60) at thread.cpp:294
frame #16: 0x0000000100329d2d examplesDebug`bx::ThreadInternal::threadFunc(_arg=0x00000001004e5f60) at thread.cpp:89
frame #17: 0x00007fff65004661 libsystem_pthread.dylib`_pthread_body + 340
frame #18: 0x00007fff6500450d libsystem_pthread.dylib`_pthread_start + 377
frame #19: 0x00007fff65003bf9 libsystem_pthread.dylib`thread_start + 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment