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