Advertisement
snake5

random STL crap?

Sep 3rd, 2015
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.43 KB | None | 0 0
  1. #0  __unguarded_partition<__gnu_cxx::__normal_iterator<int*, std::vector<int> >, __gnu_cxx::__ops::_Iter_comp_iter<_AABBTree_SortIndices> > (__comp=..., __pivot=29, __last=405845860, __first=0) at C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/5.1.0/include/c++/bits/stl_algo.h:1900
  2. #1  __unguarded_partition_pivot<__gnu_cxx::__normal_iterator<int*, std::vector<int> >, __gnu_cxx::__ops::_Iter_comp_iter<_AABBTree_SortIndices> > (__comp=..., __last=-1163005939, __first=29) at C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/5.1.0/include/c++/bits/stl_algo.h:1918
  3. #2  std::__introsort_loop<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int, __gnu_cxx::__ops::_Iter_comp_iter<_AABBTree_SortIndices> > (__first=__first@entry=29, __last=..., __last@entry=-1163005939, __depth_limit=7, __depth_limit@entry=8, __comp=...) at C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/5.1.0/include/c++/bits/stl_algo.h:1948
  4. #3  0x63fee4a5 in __sort<__gnu_cxx::__normal_iterator<int*, std::vector<int> >, __gnu_cxx::__ops::_Iter_comp_iter<_AABBTree_SortIndices> > (__comp=..., __last=-1163005939, __first=29) at C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/5.1.0/include/c++/bits/stl_algo.h:1963
  5. #4  sort<__gnu_cxx::__normal_iterator<int*, std::vector<int> >, _AABBTree_SortIndices> (__comp=..., __last=-1163005939, __first=29) at C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/5.1.0/include/c++/bits/stl_algo.h:4729
  6. #5  AABBTree::_MakeNode (this=this@entry=0x8490690, node=14, aabbs=aabbs@entry=0xdf97d90, sampidx_data=0xdf0eac0, sampidx_count=20, depth=depth@entry=1) at ../ext/src/lighter/lighter_math.cpp:751
  7. #6  0x63fee6ab in AABBTree::_MakeNode (this=this@entry=0x8490690, node=node@entry=0, aabbs=aabbs@entry=0xdf97d90, sampidx_data=0xdf91ec0, sampidx_count=40, depth=depth@entry=0) at ../ext/src/lighter/lighter_math.cpp:759
  8. #7  0x63fee0e6 in AABBTree::SetAABBs (this=0x8490690, aabbs=0xdf97d90, count=40) at ../ext/src/lighter/lighter_math.cpp:684
  9. #8  0x63feaf0d in TriTree::SetTris (this=this@entry=0x8490690, tris=0xdf96a28, count=count@entry=40) at ../ext/src/lighter/lighter_math.cpp:791
  10. #9  0x63ff39dc in ltr_Scene::Job_ColInfo_Inner (this=<optimized out>, mi=0x84905f0) at ../ext/src/lighter/lighter.cpp:383
  11. #10 0x63fef58d in ltr_Scene::Job_ColInfo (io=0xfaeff5c) at ../ext/src/lighter/lighter.cpp:389
  12. #11 0x63feeb7b in IntProcess (this=0xde598bc) at ../ext/src/lighter/lighter_int.hpp:209
  13. #12 LTRWorker::threadproc(void*)@4 (arg=0xde598bc) at ../ext/src/lighter/lighter_int.hpp:229
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement