Guest User

Untitled

a guest
Mar 9th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. (gdb) run
  2. Starting program: /usr/bin/scantool
  3. [Thread debugging using libthread_db enabled]
  4. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  5. scantool: Interface set to default: CARSIM on /dev/null
  6. scantool: freediag version 1.06
  7. scantool: Type HELP for a list of commands
  8. scantool: Type SCAN to start ODBII Scan
  9. scantool: Then use MONITOR to monitor real-time data
  10. scantool: **** IMPORTANT : this is beta software ! Use at your own risk.
  11. scantool: **** Remember, "debug all -1" displays all debugging info.
  12. interface is now MET16 on /dev/ttyUSB0
  13. scantool: Settings loaded from /root/.freediagrc
  14.  
  15. scantool> scan
  16.  
  17. Trying SAEJ1850-VPW:
  18. clock_gettime(): using CLOCK_MONOTONIC_RAW
  19. clock_nanosleep(): using CLOCK_MONOTONIC
  20. diag_os_gethrt() resolution <= 0us, avg ~0us
  21. diag_os_getms() resolution <= ~1ms, avg ~1ms
  22. testing diag_os_millisleep(), this will take a moment...
  23. diag_os_chronoms() : initial time 1457587757443ms; resolution: ~1ms
  24. [New Thread 0x7ffff7ff7700 (LWP 19066)]
  25.  
  26. Thread 1 "scantool" received signal SIGUSR1, User defined signal 1.
  27. 0x00007ffff73bbc0d in read () from /usr/lib/libc.so.6
  28. (gdb) step
  29. Single stepping until exit from function read,
  30. which has no line number information.
  31. [New Thread 0x7ffff6e56700 (LWP 19067)]
  32.  
  33. Thread 3 "scantool" received signal SIGUSR1, User defined signal 1.
  34. [Switching to Thread 0x7ffff6e56700 (LWP 19067)]
  35. 0x00007ffff7686c5a in ?? () from /usr/lib/librt.so.1
  36. (gdb) step
  37. Cannot find bounds of current function
  38. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment