Guest User

Untitled

a guest
Feb 12th, 2015
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. 0x00007fff8def69ee in _sseek () from /usr/lib/system/libsystem_c.dylib
  2. (gdb)
  3. Single stepping until exit from function _sseek,
  4. which has no line number information.
  5. Hardware watchpoint 6: *errno_p
  6.  
  7. Old value = 0
  8. New value = 22
  9. 0x00007fff8def6a1a in _sseek () from /usr/lib/system/libsystem_c.dylib
  10. (gdb)
  11. Single stepping until exit from function _sseek,
  12. which has no line number information.
  13. 0x00007fff8def05c1 in fopen () from /usr/lib/system/libsystem_c.dylib
  14. (gdb)
  15. Single stepping until exit from function fopen,
  16. which has no line number information.
  17. 0x0000000100014b3e in ol_aol_init () from /Users/bryanclement/OlegDB/build/lib/liboleg.so
  18. (gdb)
  19. Single stepping until exit from function ol_aol_init,
  20. which has no line number information.
  21. 0x0000000100012a02 in ol_open () from /Users/bryanclement/OlegDB/build/lib/liboleg.so
  22. (gdb)
  23. Single stepping until exit from function ol_open,
  24. which has no line number information.
  25. _test_aol (features=(OL_F_SPLAYTREE | OL_F_LZ4), db=0x7fff5fbff9a0) at src/test.c:668
  26. 668 if (*db == NULL) {
  27. (gdb)
  28. 673 if ((*db)->rcrd_cnt != max_records - 1) {
  29. (gdb)
  30. 679 return 0;
  31. (gdb)
  32. 680 }
  33. (gdb)
  34. test_aol (features=(OL_F_SPLAYTREE | OL_F_LZ4)) at src/test.c:688
  35. 688 _test_db_close(db);
  36. (gdb)
  37. Feb 12 10:25:05 [-] Unlinking /tmp/oleg-knbPIr/testdb.val
  38. Feb 12 10:25:05 [-] Unlinking /tmp/oleg-knbPIr/testdb.aol
  39. 689 return to_return;
  40. (gdb)
  41. Feb 12 10:25:06 [x] Failed.
  42. Feb 12 10:25:06 [x] ERRNO: Invalid argument
  43.  
  44. run_tests (results=0x7fff5fbffbd8) at src/test.c:1139
  45. 1139 results[0] = tests_run;
Advertisement
Add Comment
Please, Sign In to add comment