Advertisement
lamiastella

gdb of calcAreaSum segfault

Aug 5th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. gdb --args ./tracking ../data/fullhd/
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /research/jalal/sdvb/sd-vbs/benchmarks/tracking/tracking-x86/tracking...done.
  12. (gdb) run
  13. Starting program: /research/jalal/sdvb/sd-vbs/benchmarks/tracking/tracking-x86/tracking ../data/fullhd/
  14. Input size - (1080x1920)
  15. Checking error: dimensions mismatch. Expected = 8, Observed = 0
  16. Error in Tracking Map
  17. Cycles elapsed - 22190703694
  18.  
  19.  
  20. Program received signal SIGSEGV, Segmentation fault.
  21. 0x000000000042e7a5 in malloc_consolidate.part.3 ()
  22. (gdb) bt
  23. #0 0x000000000042e7a5 in malloc_consolidate.part.3 ()
  24. #1 0x000000000042fb39 in _int_free ()
  25. #2 0x0000000000404c2b in fFreeHandle (out=<optimized out>) at common/fFreeHandle.c:12
  26. #3 0x000000000040179b in main (argc=<optimized out>, argv=0x7fffffffdbc8) at script_tracking.c:261
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement