Advertisement
Guest User

Untitled

a guest
May 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x00007f7700d4b78e in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0
  3. (gdb) bt
  4. #0 0x00007f7700d4b78e in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0
  5. #1 0x00007f7700d4fb61 in PyEval_EvalCodeEx () from /usr/lib/libpython2.6.so.1.0
  6. #2 0x00007f7700ce2619 in ?? () from /usr/lib/libpython2.6.so.1.0
  7. #3 0x00007f7700cbb473 in PyObject_Call () from /usr/lib/libpython2.6.so.1.0
  8. #4 0x00007f7700d48686 in PyEval_CallObjectWithKeywords () from /usr/lib/libpython2.6.so.1.0
  9. #5 0x00007f7700d66ce9 in PyEval_CallFunction () from /usr/lib/libpython2.6.so.1.0
  10. #6 0x00000000005a7717 in boost::python::call<boost::python::api::object, char const*> (callable=0x204dcf8, a0=<value optimized out>)
  11. at /home/t7g/q/src/thirdparty/boost/boost/python/call.hpp:66
  12. #7 0x00000000005a2dae in operator()<const char*> (args=...) at /home/t7g/q/src/thirdparty/boost/boost/python/object_call.hpp:19
  13. #8 __script__readFile (args=...) at /home/t7g/q/src/intensity/script_engine_embedding.h:523
  14. #9 0x00000000005ebf15 in v8::internal::Builtin_HandleApiCall(v8::internal::Arguments) ()
  15. #10 0x00007f76cebe216a in ?? ()
  16. #11 0x00007f76cebe6a01 in ?? ()
  17. #12 0x00007f76cebe2101 in ?? ()
  18. #13 0x00007ffffbc29830 in ?? ()
  19. #14 0x00007ffffbc29890 in ?? ()
  20. #15 0x00007f76cec813f3 in ?? ()
  21. #16 0x00007f76f1474e39 in ?? ()
  22. #17 0x00007f76f1080919 in ?? ()
  23. #18 0x00007f76f806c231 in ?? ()
  24. #19 0x00007f76f1080919 in ?? ()
  25. #20 0x00007f76f80679f9 in ?? ()
  26. #21 0x00007f76ceae29a1 in ?? ()
  27. ---Type <return> to continue, or q <return> to quit---
  28. #22 0x00007f76f10003f1 in ?? ()
  29. #23 0x00007ffffbc298d0 in ?? ()
  30. #24 0x00007f76cebe2d52 in ?? ()
  31. #25 0x00007f76f8062159 in ?? ()
  32. #26 0x00007f76f1474e39 in ?? ()
  33. #27 0x00007f76f1399281 in ?? ()
  34. #28 0x0000000100000000 in ?? ()
  35. #29 0x00007f76ceae29a1 in ?? ()
  36. #30 0x0000000700000000 in ?? ()
  37. #31 0x00007ffffbc29910 in ?? ()
  38. #32 0x00007f76ced5e182 in ?? ()
  39. #33 0x00007f76ce8ef3b9 in ?? ()
  40. #34 0x00007f76f1399281 in ?? ()
  41. #35 0x00007f76f8073c99 in ?? ()
  42. #36 0x00007f76f8062159 in ?? ()
  43. #37 0x00007f76cea52ec1 in ?? ()
  44. #38 0x00007f76f10003f1 in ?? ()
  45. #39 0x00007ffffbc29948 in ?? ()
  46. #40 0x00007f76cebe30d8 in ?? ()
  47. #41 0x00007f76ce8b5959 in ?? ()
  48. #42 0x00007f76cea52ec1 in ?? ()
  49. #43 0x00007f76cebe3041 in ?? ()
  50. #44 0x0000000500000000 in ?? ()
  51. ---Type <return> to continue, or q <return> to quit---
  52. #45 0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement