Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. ==6865== Memcheck, a memory error detector [115528/1005960]
  2. ==6865== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  3. ==6865== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
  4. ==6865== Command: ./pdtest_rtaudio
  5. ==6865==
  6. ==6865== Conditional jump or move depends on uninitialised value(s)
  7. ==6865== at 0x40DE29: RtApiAlsa::getDeviceInfo(unsigned int) (in /home/ben/work/games/src/libpd/samples/cpp/pdtest_rtaudio/pdtest_rtaudio)
  8. ==6865== by 0x40FC57: RtApiAlsa::saveDeviceInfo() (in /home/ben/work/games/src/libpd/samples/cpp/pdtest_rtaudio/pdtest_rtaudio)
  9. ==6865== by 0x41227F: RtApiAlsa::probeDeviceOpen(unsigned int, RtApi::StreamMode, unsigned int, unsigned int, unsigned int, unsigned long, unsigned int*, RtAudio::StreamOptions*) (in /home/ben/work/games/src/libpd/samples/cp
  10. p/pdtest_rtaudio/pdtest_rtaudio)
  11. ==6865== by 0x408885: RtAudio::openStream(RtAudio::StreamParameters*, RtAudio::StreamParameters*, unsigned long, unsigned int, unsigned int*, int (*)(void*, void*, unsigned int, double, unsigned int, void*), void*, RtAudio::
  12. StreamOptions*, void (*)(RtAudioError::Type, std::string const&)) (in /home/ben/work/games/src/libpd/samples/cpp/pdtest_rtaudio/pdtest_rtaudio)
  13. ==6865== by 0x40558E: init() (in /home/ben/work/games/src/libpd/samples/cpp/pdtest_rtaudio/pdtest_rtaudio)
  14. ==6865== by 0x4045BA: main (in /home/ben/work/games/src/libpd/samples/cpp/pdtest_rtaudio/pdtest_rtaudio)
  15. ==6865==
  16. ==6865== Conditional jump or move depends on uninitialised value(s)
  17. ==6865== at 0x40DEDF: RtApiAlsa::getDeviceInfo(unsigned int) (in /home/ben/work/games/src/libpd/samples/cpp/pdtest_rtaudio/pdtest_rtaudio)
  18. ==6865== by 0x40FC57: RtApiAlsa::saveDeviceInfo() (in /home/ben/work/games/src/libpd/samples/cpp/pdtest_rtaudio/pdtest_rtaudio)
  19. ==6865== by 0x41227F: RtApiAlsa::probeDeviceOpen(unsigned int, RtApi::StreamMode, unsigned int, unsigned int, unsigned int, unsigned long, unsigned int*, RtAudio::StreamOptions*) (in /home/ben/work/games/src/libpd/samples/cp
  20. p/pdtest_rtaudio/pdtest_rtaudio)
  21. ==6865== by 0x408885: RtAudio::openStream(RtAudio::StreamParameters*, RtAudio::StreamParameters*, unsigned long, unsigned int, unsigned int*, int (*)(void*, void*, unsigned int, double, unsigned int, void*), void*, RtAudio::
  22. StreamOptions*, void (*)(RtAudioError::Type, std::string const&)) (in /home/ben/work/games/src/libpd/samples/cpp/pdtest_rtaudio/pdtest_rtaudio)
  23. ==6865== by 0x40558E: init() (in /home/ben/work/games/src/libpd/samples/cpp/pdtest_rtaudio/pdtest_rtaudio)
  24. ==6865== by 0x4045BA: main (in /home/ben/work/games/src/libpd/samples/cpp/pdtest_rtaudio/pdtest_rtaudio)
  25. ==6865==
  26. CPP: float cursor: 95
  27. CPP: float cursor: 118
  28. CPP: float cursor: 93
  29. CPP: float cursor: 117
  30. CPP: float cursor: 80
  31. CPP: float cursor: 72
  32. CPP: float cursor: 62
  33. CPP: float cursor: 39
  34.  
  35. <snip>
  36.  
  37.  
  38. RtApiAlsa::callbackEvent: audio write error, File descriptor in bad state.
  39.  
  40. CPP: float cursor: 48
  41. CPP: float cursor: 107
  42.  
  43. RtApiAlsa::callbackEvent: audio write error, File descriptor in bad state.
  44.  
  45. CPP: float cursor: 32
  46. CPP: float cursor: 18
  47. CPP: float cursor: 96
  48. CPP: float cursor: 98
  49. CPP: float cursor: 105
  50. CPP: float cursor: 27
  51. CPP: float cursor: 29
  52. ^C==6865==
  53. ==6865== HEAP SUMMARY:
  54. ==6865== in use at exit: 4,427,012 bytes in 95,203 blocks
  55. ==6865== total heap usage: 20,343,476 allocs, 20,248,273 frees, 517,341,321,726 bytes allocated
  56. ==6865==
  57. ==6865== LEAK SUMMARY:
  58. ==6865== definitely lost: 512 bytes in 16 blocks
  59. ==6865== indirectly lost: 0 bytes in 0 blocks
  60. ==6865== possibly lost: 44,713 bytes in 1,322 blocks
  61. ==6865== still reachable: 4,381,787 bytes in 93,865 blocks
  62. ==6865== suppressed: 0 bytes in 0 blocks
  63. ==6865== Rerun with --leak-check=full to see details of leaked memory
  64. ==6865==
  65. ==6865== For counts of detected and suppressed errors, rerun with: -v
  66. ==6865== Use --track-origins=yes to see where uninitialised values come from
  67. ==6865== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
  68. [1] 6865 killed valgrind ./pdtest_rtaudio
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement