Advertisement
macksting

stack trace

Sep 6th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. CreateCollisionMesh for : (kanara)
  2. ^C
  3. Thread 1 "pioneer" received signal SIGINT, Interrupt.
  4. 0x0000000000643987 in PopulateStarSystemGenerator::PositionSettlementOnPlanet (
  5. this=this@entry=0xc178d20, sbody=0x10a2e6c0,
  6. prevOrbits=std::vector of length 2, capacity 8 = {...})
  7. at StarSystemGenerator.cpp:1380
  8. 1380 if(len < 0.05)
  9. (gdb) bt
  10. #0 0x0000000000643987 in PopulateStarSystemGenerator::PositionSettlementOnPlanet (this=this@entry=0xc178d20, sbody=0x10a2e6c0,
  11. prevOrbits=std::vector of length 2, capacity 8 = {...})
  12. at StarSystemGenerator.cpp:1380
  13. #1 0x00000000006480ca in PopulateStarSystemGenerator::PopulateAddStations (
  14. this=this@entry=0xc178d20, sbody=0x9e97aa0, system=system@entry=0xc1a0860)
  15. at StarSystemGenerator.cpp:1688
  16. #2 0x00000000006473c3 in PopulateStarSystemGenerator::PopulateAddStations (
  17. this=this@entry=0xc178d20, sbody=0x11cd79d0, system=system@entry=0xc1a0860)
  18. at StarSystemGenerator.cpp:1557
  19. #3 0x00000000006473c3 in PopulateStarSystemGenerator::PopulateAddStations (
  20. this=this@entry=0xc178d20, sbody=sbody@entry=0x12616c20, system=0xc1a0860)
  21. at StarSystemGenerator.cpp:1557
  22. #4 0x0000000000648add in PopulateStarSystemGenerator::Apply (this=0xc178d20,
  23. rng=..., galaxy=..., system=..., config=<optimized out>)
  24. at StarSystemGenerator.cpp:1831
  25. #5 0x0000000000633863 in GalaxyGenerator::GenerateStarSystem (this=0x2419890,
  26. galaxy=..., path=..., cache=0x24e9398) at GalaxyGenerator.cpp:202
  27. #6 0x000000000062eb96 in GalaxyGenerator::Generate<StarSystem, GalaxyObjectCache<StarSystem, SystemPath::LessSystemOnly> > (cache=0x24e9398, path=...,
  28. galaxy=..., this=<optimized out>) at ./../galaxy/GalaxyGenerator.h:90
  29. #7 GalaxyObjectCache<StarSystem, SystemPath::LessSystemOnly>::GetCached (
  30. this=0x24e9398, path=...) at GalaxyCache.cpp:62
  31. ---Type <return> to continue, or q <return> to quit---
  32. #8 0x00000000004d9c8e in Galaxy::GetStarSystem (path=..., this=<optimized out>) at galaxy/Galaxy.h:47
  33. #9 l_starsystem_get_nearby_systems (l=0x1593780) at LuaStarSystem.cpp:283
  34. #10 0x000000000079fa3e in luaD_precall (L=L@entry=0x1593780, func=<optimized out>, func@entry=0x18d6ce0, nresults=nresults@entry=1) at ldo.c:318
  35. #11 0x00000000007ad106 in luaV_execute (L=L@entry=0x1593780) at lvm.c:709
  36. #12 0x00000000007a007e in luaD_call (L=0x1593780, func=<optimized out>, nResults=<optimized out>, allowyield=<optimized out>) at ldo.c:395
  37. #13 0x000000000079f07c in luaD_rawrunprotected (L=0x1593780, f=0x797bc0 <f_call>, ud=0x7fffffffdb00) at ldo.c:131
  38. #14 0x00000000007a0473 in luaD_pcall (L=L@entry=0x1593780, func=func@entry=0x797bc0 <f_call>, u=u@entry=0x7fffffffdb00, old_top=80, ef=<optimized out>) at ldo.c:595
  39. #15 0x000000000079cb13 in lua_pcallk (L=L@entry=0x1593780, nargs=nargs@entry=0, nresults=nresults@entry=0, errfunc=errfunc@entry=4, ctx=ctx@entry=0, k=k@entry=0x0) at lapi.c:949
  40. #16 0x00000000004db3bc in pi_lua_protected_call (L=L@entry=0x1593780, nargs=nargs@entry=0, nresults=nresults@entry=0) at LuaUtils.cpp:553
  41. #17 0x00000000004ab5db in LuaEvent::Emit () at LuaEvent.cpp:51
  42. #18 0x00000000004fe26d in Pi::StartGame () at Pi.cpp:1233
  43. #19 0x0000000000505994 in Pi::Start () at Pi.cpp:1325
  44. #20 0x000000000041137c in main (argc=<optimized out>, argv=<optimized out>) at main.cpp:130
  45. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement