Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. Trying: `FMOpl'
  2. Success!
  3. Midi Output: Enabled
  4. Sending type 2
  5. Sending type 2
  6. Sending type 2
  7. Sending type 2
  8. ~Audio: about to stop_music()
  9. Sending type 2
  10. Destroying AudioMixer...
  11. Destroying MidiDriver...
  12. Sending type 2
  13. ^C
  14. Program received signal SIGINT, Interrupt.
  15. 0x99a72aa2 in __semwait_signal ()
  16. (gdb) bt
  17. #0 0x99a72aa2 in __semwait_signal ()
  18. #1 0x99a9e9c5 in nanosleep$UNIX2003 ()
  19. #2 0x00355463 in SDL_Delay ()
  20. #3 0x00124620 in LowLevelMidiDriver::yield ()
  21. #4 0x0011f203 in LowLevelMidiDriver::waitTillNoComMessages ()
  22. #5 0x0011f13c in LowLevelMidiDriver::destroyMidiDriver ()
  23. #6 0x0010db1d in MyMidiPlayer::destroyMidiDriver ()
  24. #7 0x00111ddc in Pentagram::AudioMixer::closeMidiOutput ()
  25. #8 0x00111c87 in Pentagram::AudioMixer::~AudioMixer ()
  26. #9 0x00111e67 in Pentagram::AudioMixer::~AudioMixer ()
  27. #10 0x001048a6 in Audio::~Audio ()
  28. #11 0x00103497 in Audio::~Audio ()
  29. #12 0x00103440 in Audio::Destroy ()
  30. #13 0x000642f6 in SDL_main ()
  31. #14 0x0032399c in -[SDLMain applicationDidFinishLaunching:] ()
  32. #15 0x94513db3 in _nsnote_callback ()
  33. #16 0x93705763 in __CFXNotificationPost ()
  34. #17 0x9370516a in _CFXNotificationPostNotification ()
  35. #18 0x94508c50 in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
  36. #19 0x9451605d in -[NSNotificationCenter postNotificationName:object:] ()
  37. #20 0x96b59216 in -[NSApplication _postDidFinishNotification] ()
  38. #21 0x96b59126 in -[NSApplication _sendFinishLaunchingNotification] ()
  39. #22 0x96cb0339 in -[NSApplication(NSAppleEventHandling) _handleAEOpen:] ()
  40. #23 0x96caff59 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] ()
  41. #24 0x945491f8 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] ()
  42. #25 0x94548fbc in _NSAppleEventManagerGenericHandler ()
  43. #26 0x93a35f5c in aeDispatchAppleEvent ()
  44. #27 0x93a35e5b in dispatchEventAndSendReply ()
  45. #28 0x93a35d65 in aeProcessAppleEvent ()
  46. #29 0x927dc197 in AEProcessAppleEvent ()
  47. #30 0x96b297d2 in _DPSNextEvent ()
  48. #31 0x96b28dd6 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
  49. #32 0x96aeb1f3 in -[NSApplication run] ()
  50. #33 0x003242e4 in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement