Advertisement
Guest User

Untitled

a guest
Jun 25th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. (gdb) run exec-file /home/x/of_v0.8.1_linux64_release/examples/sound/audioInputExample/bin/audioInputExample_debug
  2. Starting program: /home/x/of_v0.8.1_linux64_release/examples/sound/audioInputExample/bin/audioInputExample_debug exec-file /home/x/of_v0.8.1_linux64_release/examples/sound/audioInputExample/bin/audioInputExample_debug
  3. [Thread debugging using libthread_db enabled]
  4. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  5. [New Thread 0x7fffe765e700 (LWP 28936)]
  6. [Thread 0x7fffe765e700 (LWP 28936) exited]
  7. [New Thread 0x7fffe765e700 (LWP 28937)]
  8. [Thread 0x7fffe765e700 (LWP 28937) exited]
  9. [notice ] ofRtAudioSoundStream: device 0 hw:HDA NVidia,0
  10. [notice ] ofRtAudioSoundStream: ----* default ----*
  11. [notice ] ofRtAudioSoundStream: maximum output channels 4
  12. [notice ] ofRtAudioSoundStream: maximum input channels 2
  13. [notice ] ofRtAudioSoundStream: -----------------------------------------
  14. [notice ] ofRtAudioSoundStream: device 1 hw:HDA NVidia,1
  15. [notice ] ofRtAudioSoundStream: maximum output channels 2
  16. [notice ] ofRtAudioSoundStream: maximum input channels 0
  17. [notice ] ofRtAudioSoundStream: -----------------------------------------
  18. [notice ] ofRtAudioSoundStream: device 2 hw:HDA NVidia,3
  19. [notice ] ofRtAudioSoundStream: maximum output channels 8
  20. [notice ] ofRtAudioSoundStream: maximum input channels 0
  21. [notice ] ofRtAudioSoundStream: -----------------------------------------
  22. [notice ] ofRtAudioSoundStream: device 3 hw:HDA NVidia,7
  23. [notice ] ofRtAudioSoundStream: maximum output channels 8
  24. [notice ] ofRtAudioSoundStream: maximum input channels 0
  25. [notice ] ofRtAudioSoundStream: -----------------------------------------
  26. [notice ] ofRtAudioSoundStream: device 4 hw:HDA NVidia,8
  27. [notice ] ofRtAudioSoundStream: maximum output channels 8
  28. [notice ] ofRtAudioSoundStream: maximum input channels 0
  29. [notice ] ofRtAudioSoundStream: -----------------------------------------
  30. [New Thread 0x7fffe765e700 (LWP 28938)]
  31. [New Thread 0x7fffe2c55700 (LWP 28939)]
  32. [Thread 0x7fffe2c55700 (LWP 28939) exited]
  33. [New Thread 0x7fffe2c55700 (LWP 28940)]
  34. [Thread 0x7fffe2c55700 (LWP 28940) exited]
  35. [New Thread 0x7fffe2c55700 (LWP 28941)]
  36. [notice ] ofRtAudioSoundStream: device 5 default
  37. [notice ] ofRtAudioSoundStream: maximum output channels 32
  38. [notice ] ofRtAudioSoundStream: maximum input channels 32
  39. [notice ] ofRtAudioSoundStream: -----------------------------------------
  40. [Thread 0x7fffe2c55700 (LWP 28941) exited]
  41. [New Thread 0x7fffe2c55700 (LWP 28942)]
  42. [Thread 0x7fffe2c55700 (LWP 28942) exited]
  43. [New Thread 0x7fffe2c55700 (LWP 28943)]
  44. [Thread 0x7fffe2c55700 (LWP 28943) exited]
  45. [New Thread 0x7fffe2c55700 (LWP 28944)]
  46. [Thread 0x7fffe2c55700 (LWP 28944) exited]
  47. [New Thread 0x7fffe2c55700 (LWP 28945)]
  48. [New Thread 0x7fffde453700 (LWP 28946)]
  49. [Thread 0x7fffde453700 (LWP 28946) exited]
  50. [New Thread 0x7fffde453700 (LWP 28947)]
  51. [Thread 0x7fffde453700 (LWP 28947) exited]
  52. [New Thread 0x7fffde453700 (LWP 28948)]
  53. [Thread 0x7fffde453700 (LWP 28948) exited]
  54. [New Thread 0x7fffde453700 (LWP 28949)]
  55. [ error ] ofTessellator: performTessellation(): mesh polygon tessellation failed, winding mode 0
  56. [ error ] ofTessellator: performTessellation(): mesh polygon tessellation failed, winding mode 0
  57.  
  58. Program received signal SIGSEGV, Segmentation fault.
  59. 0x0000000000592382 in ?? ()
  60. (gdb) ^CQuit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement