Advertisement
dominus

Untitled

Feb 24th, 2021
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. Process 83147 stopped
  2. * thread #8, name = 'AudioQueue thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x8)
  3. frame #0: 0x00000001000e95cf exult`Pentagram::OggAudioSample::initDecompressor(this=0x0000000101079a50, DecompData=0x0000000138816400) const at OggAudioSample.cc:121:42 [opt]
  4. 118 decomp->bitstream = 0;
  5. 119
  6. 120 vorbis_info *info = ov_info(&decomp->ov,-1);
  7. -> 121 sample_rate = decomp->last_rate = info->rate;
  8. 122 stereo = decomp->last_stereo = info->channels == 2;
  9. 123 decomp->freed = false;
  10. 124 }
  11. Target 0: (exult) stopped.
  12. (lldb) bt
  13. * thread #8, name = 'AudioQueue thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x8)
  14. * frame #0: 0x00000001000e95cf exult`Pentagram::OggAudioSample::initDecompressor(this=0x0000000101079a50, DecompData=0x0000000138816400) const at OggAudioSample.cc:121:42 [opt]
  15. frame #1: 0x00000001000e4f6f exult`Pentagram::AudioSample::rewind(this=0x0000000101079a50, DecompData=0x0000000138816400) const at AudioSample.h:66:3 [opt]
  16. frame #2: 0x00000001000e3bad exult`Pentagram::AudioChannel::DecompressNextFrame(this=0x000000010c84da00) at AudioChannel.cc:200:11 [opt]
  17. frame #3: 0x00000001000e3dd5 exult`Pentagram::AudioChannel::resampleAndMix(this=0x000000010c84da00, stream=<unavailable>, bytes=8004) at AudioChannel.cc:184:4 [opt]
  18. frame #4: 0x00000001000e6b7c exult`Pentagram::AudioMixer::MixAudio(this=0x000000010120baf0, stream=0x000000010c84ba00, bytes=8192) at AudioMixer.cc:322:36 [opt]
  19. frame #5: 0x00000001000e5653 exult`Pentagram::AudioMixer::sdlAudioCallback(userdata=0x000000010120baf0, stream="\a", len=8192) at AudioMixer.cc:312:9 [opt]
  20. frame #6: 0x0000000100e36146 libSDL2-2.0.0.dylib`outputCallback + 486
  21. frame #7: 0x00007fff2cc36d22 AudioToolbox`ClientAudioQueue::CallOutputCallback(AudioQueueBuffer*) + 292
  22. frame #8: 0x00007fff2cc1d38e AudioToolbox`ClientAudioQueue::FetchAndDeliverPendingCallbacks(unsigned int) + 840
  23. frame #9: 0x00007fff2cc1cfce AudioToolbox`_XCallbackNotificationsAvailable + 164
  24. frame #10: 0x00007fff2bc37f88 libAudioToolboxUtility.dylib`mshMIGPerform + 229
  25. frame #11: 0x00007fff2045c188 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
  26. frame #12: 0x00007fff2045c065 CoreFoundation`__CFRunLoopDoSource1 + 595
  27. frame #13: 0x00007fff2045a709 CoreFoundation`__CFRunLoopRun + 2402
  28. frame #14: 0x00007fff204596ce CoreFoundation`CFRunLoopRunSpecific + 563
  29. frame #15: 0x0000000100e35bd7 libSDL2-2.0.0.dylib`audioqueue_thread + 1047
  30. frame #16: 0x0000000100db23b5 libSDL2-2.0.0.dylib`SDL_RunThread + 53
  31. frame #17: 0x0000000100e289b9 libSDL2-2.0.0.dylib`RunThread + 9
  32. frame #18: 0x00007fff20363950 libsystem_pthread.dylib`_pthread_start + 224
  33. frame #19: 0x00007fff2035f47b libsystem_pthread.dylib`thread_start + 15
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement