Advertisement
Guest User

Untitled

a guest
May 7th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ... header info...
  2.  
  3. Crashed Thread: 14 QSGRenderThread
  4.  
  5. Exception Type: EXC_BAD_ACCESS (SIGSEGV)
  6. Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
  7.  
  8. ... various threads...
  9.  
  10. Thread 14 Crashed:: QSGRenderThread
  11. 0 libsystem_c.dylib 0x00007fff8fff959b strstr + 39
  12. 1 QtQuick 0x0000000105644484 QSG24BitTextMaskShader::initialize() + 100
  13. 2 QtQuick 0x0000000105619540 QSGBatchRenderer::ShaderManager::prepareMaterial(QSGMaterial*) + 464
  14. 3 QtQuick 0x000000010562436f QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch const*) + 623
  15. 4 QtQuick 0x0000000105626295 QSGBatchRenderer::Renderer::renderBatches() + 757
  16. 5 QtQuick 0x0000000105627957 QSGBatchRenderer::Renderer::render() + 2551
  17. 6 QtQuick 0x00000001056326d4 QSGRenderer::renderScene(QSGBindable const&) + 148
  18. 7 QtQuick 0x000000010563262c QSGRenderer::renderScene() + 28
  19. 8 QtQuick 0x0000000105640f8b QSGRenderContext::renderNextFrame(QSGRenderer*, unsigned int) + 107
  20. 9 QtQuick 0x000000010567ba96 QQuickWindowPrivate::renderSceneGraph(QSize const&) + 646
  21. 10 QtQuick 0x000000010565959f QSGRenderThread::syncAndRender() + 287
  22. 11 QtQuick 0x0000000105659928 QSGRenderThread::run() + 168
  23. 12 QtCore 0x0000000106694e60 QThreadPrivate::start(void*) + 352
  24. 13 libsystem_pthread.dylib 0x00007fff986e0899 _pthread_body + 138
  25. 14 libsystem_pthread.dylib 0x00007fff986e072a _pthread_start + 137
  26. 15 libsystem_pthread.dylib 0x00007fff986e4fc9 thread_start + 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement