Advertisement
Guest User

Untitled

a guest
Mar 8th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.78 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0xb795db40 (LWP 2397)]
  3. 0x08521ffc in Urho3D::Renderer2D::ProcessRayQuery(Urho3D::RayOctreeQuery const&, Urho3D::PODVector<Urho3D::RayQueryResult>&) ()
  4. (gdb) backtrace
  5. #0  0x08521ffc in Urho3D::Renderer2D::ProcessRayQuery(Urho3D::RayOctreeQuery const&, Urho3D::PODVector<Urho3D::RayQueryResult>&) ()
  6. #1  0x08215085 in Urho3D::RaycastDrawablesWork(Urho3D::WorkItem const*, unsigned int) ()
  7. #2  0x08401350 in Urho3D::WorkQueue::ProcessItems(unsigned int) ()
  8. #3  0x08402b6f in Urho3D::WorkerThread::ThreadFunction() ()
  9. #4  0x081f9ecf in Urho3D::ThreadFunctionStatic(void*) ()
  10. #5  0xb7fa4f70 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
  11. #6  0xb7ce8bee in clone () from /lib/i386-linux-gnu/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement