Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0xb57d2b40 (LWP 3233)]
  3. 0xad237040 in ?? () from /home/olly/Simba/Plugins/libMatchTempl32.so
  4. (gdb) bt
  5. #0 0xad237040 in ?? () from /home/olly/Simba/Plugins/libMatchTempl32.so
  6. #1 0xad2317f0 in cv::dft(cv::_InputArray const&, cv::_OutputArray const&, int, int) () from /home/olly/Simba/Plugins/libMatchTempl32.so
  7. #2 0xad16dfec in cv::crossCorr(cv::Mat const&, cv::Mat const&, cv::Mat&, cv::Size_<int>, int, cv::Point_<int>, double, int) ()
  8. from /home/olly/Simba/Plugins/libMatchTempl32.so
  9. #3 0xad16fce8 in cv::matchTemplate(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, int) ()
  10. from /home/olly/Simba/Plugins/libMatchTempl32.so
  11. #4 0xad15449c in matchTempl ()
  12. from /home/olly/Simba/Plugins/libMatchTempl32.so
  13. #5 0xae78d662 in ?? () from /home/olly/Simba/Plugins/libSPS.so
  14. #6 0xae78d766 in ?? () from /home/olly/Simba/Plugins/libSPS.so
  15. #7 0x084acca6 in RUNCODE (CODE=0x9315c5c "(", DOCONTINUE=BTRUE,
  16. INITIALVARSTACK=0xaddd6004, INITIALJUMP=0)
  17. at /home/olly/Simba/Units/lape/lpinterpreter.pas:575
  18. #8 0x08359b73 in TLPTHREAD__EXECUTE (this=<error reading variable>)
  19. at /home/olly/Simba/Units/MMLAddon/mmlpsthread.pas:1651
  20. #9 0x080cc1f6 in CLASSES_THREADFUNC$POINTER$$LONGINT ()
  21. #10 0x0807d08b in CTHREADS_THREADMAIN$POINTER$$POINTER ()
  22. #11 0xb7faef70 in start_thread (arg=0xb57d2b40) at pthread_create.c:312
  23. #12 0xb755f47e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
  24. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement