dominus

Untitled

Feb 21st, 2024
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. ~Audio: about to stop_music()
  2. ~Audio: about to quit subsystem
  3. Destroying AudioMixer...
  4. Destroying MidiDriver...
  5. libc++abi: terminating due to uncaught exception of type std::__1::system_error: thread::join failed: Invalid argument
  6. Process 6275 stopped
  7. * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
  8. frame #0: 0x000000018748e0dc libsystem_kernel.dylib`__pthread_kill + 8
  9. libsystem_kernel.dylib`:
  10. -> 0x18748e0dc <+8>: b.lo 0x18748e0fc ; <+40>
  11. 0x18748e0e0 <+12>: pacibsp
  12. 0x18748e0e4 <+16>: stp x29, x30, [sp, #-0x10]!
  13. 0x18748e0e8 <+20>: mov x29, sp
  14. Target 0: (exult) stopped.
  15. (lldb) bt
  16. * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
  17. * frame #0: 0x000000018748e0dc libsystem_kernel.dylib`__pthread_kill + 8
  18. frame #1: 0x00000001874c5cc0 libsystem_pthread.dylib`pthread_kill + 288
  19. frame #2: 0x00000001873d1a40 libsystem_c.dylib`abort + 180
  20. frame #3: 0x000000018747d070 libc++abi.dylib`abort_message + 132
  21. frame #4: 0x000000018746d110 libc++abi.dylib`demangling_terminate_handler() + 320
  22. frame #5: 0x000000018711399c libobjc.A.dylib`_objc_terminate() + 160
  23. frame #6: 0x000000018747c434 libc++abi.dylib`std::__terminate(void (*)()) + 16
  24. frame #7: 0x000000018747c3d8 libc++abi.dylib`std::terminate() + 108
  25. frame #8: 0x0000000100006500 exult`__clang_call_terminate + 12
  26. frame #9: 0x0000000100169e98 exult`Pentagram::AudioMixer::~AudioMixer(this=0x00006000007500c0) at AudioMixer.cc:128:12
  27. frame #10: 0x0000000100169f8c exult`Pentagram::AudioMixer::~AudioMixer(this=0x00006000007500c0) at AudioMixer.cc:127:27
  28. frame #11: 0x000000010015ea48 exult`std::__1::default_delete<Pentagram::AudioMixer>::operator()[abi:v160006](this=0x00006000000405d8, __ptr=0x00006000007500c0) const at unique_ptr.h:65:5
  29. frame #12: 0x0000000100158790 exult`std::__1::unique_ptr<Pentagram::AudioMixer, std::__1::default_delete<Pentagram::AudioMixer>>::reset[abi:v160006](this=0x00006000000405d8, __p=0x0000000000000000) at unique_ptr.h:297:7
  30. frame #13: 0x000000010015e98c exult`std::__1::unique_ptr<Pentagram::AudioMixer, std::__1::default_delete<Pentagram::AudioMixer>>::~unique_ptr[abi:v160006](this=0x00006000000405d8) at unique_ptr.h:263:75
  31. frame #14: 0x00000001001588ac exult`std::__1::unique_ptr<Pentagram::AudioMixer, std::__1::default_delete<Pentagram::AudioMixer>>::~unique_ptr[abi:v160006](this=0x00006000000405d8) at unique_ptr.h:263:73
  32. frame #15: 0x0000000100159884 exult`Audio::~Audio(this=0x00006000000405a0) at Audio.cc:376:1
  33. frame #16: 0x000000010015830c exult`Audio::~Audio(this=0x00006000000405a0) at Audio.cc:366:17
  34. frame #17: 0x00000001001582d0 exult`Audio::Destroy() at Audio.cc:203:2
  35. frame #18: 0x000000010008ab50 exult`Play() at exult.cc:1040:2
  36. frame #19: 0x0000000100085014 exult`exult_main(runpath="/Users/Dominus/code/snapshots/exult/exult") at exult.cc:668:21
  37. frame #20: 0x0000000100083684 exult`main(argc=1, argv=0x000000016fdff4c0) at exult.cc:458:12
  38. frame #21: 0x00000001871450e0 dyld`start + 2360
Add Comment
Please, Sign In to add comment