Advertisement
Guest User

Untitled

a guest
Mar 20th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. #0 std::__unguarded_partition<light*, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(light const&, light const&)> > (__first=0x7ffda7c8f9f8,
  2. __last=0x7fec77201798, __pivot=0x7ffda7c8f5c0, __comp=...)
  3. at /usr/include/c++/4.9.2/bits/stl_algo.h:1904
  4. #1 0x0000000000508680 in std::__unguarded_partition_pivot<light*, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(light const&, light const&)> > (
  5. __first=0x7ffda7c8f5c0, __last=0x7ffda7c8fdb8, __comp=...)
  6. at /usr/include/c++/4.9.2/bits/stl_algo.h:1922
  7. #2 0x00000000005080a8 in std::__introsort_loop<light*, long, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(light const&, light const&)> > (
  8. __first=0x7ffda7c8f5c0, __last=0x7ffda7c8fdb8, __depth_limit=7, __comp=...)
  9. at /usr/include/c++/4.9.2/bits/stl_algo.h:1952
  10. #3 0x0000000000507787 in std::__sort<light*, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(light const&, light const&)> > (__first=0x7ffda7c8f5c0,
  11. __last=0x7ffda7c8fdb8, __comp=...)
  12. at /usr/include/c++/4.9.2/bits/stl_algo.h:1967
  13. #4 0x0000000000506a22 in std::sort<light*, bool (*)(light const&, light const&)> (__first=0x7ffda7c8f5c0, __last=0x7ffda7c8fdb8, __comp=
  14. 0x5d6053 <light_compare_by_type(light const&, light const&)>)
  15. at /usr/include/c++/4.9.2/bits/stl_algo.h:4717
  16. #5 0x000000000050457a in gr_opengl_deferred_lighting_finish ()
  17. at graphics/gropengldraw.cpp:3176
  18. #6 0x0000000000771ee7 in obj_render_queue_all () at object/objectsort.cpp:405
  19. ---Type <return> to continue, or q <return> to quit---
  20. #7 0x0000000000414481 in game_render_frame (cid=...)
  21. at freespace2/freespace.cpp:3746
  22. #8 0x0000000000415bc7 in game_frame (paused=false)
  23. at freespace2/freespace.cpp:4527
  24. #9 0x0000000000416760 in game_do_frame () at freespace2/freespace.cpp:4913
  25. #10 0x000000000041888b in game_do_state (state=2)
  26. at freespace2/freespace.cpp:6596
  27. #11 0x00000000004d45d7 in gameseq_process_events ()
  28. at gamesequence/gamesequence.cpp:409
  29. #12 0x0000000000419622 in game_main (cmdline=0x23343e0 "-post_process")
  30. at freespace2/freespace.cpp:7163
  31. #13 0x00000000004197ea in main (argc=31, argv=0x7ffda7c97578)
  32. at freespace2/freespace.cpp:7298
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement