Advertisement
dominus

Untitled

Nov 20th, 2020
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. Process 16175 stopped
  2. * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x141800000)
  3. frame #0: 0x0000000141800000
  4. -> 0x141800000: stp x29, x30, [sp, #-0x30]!
  5. 0x141800004: mov x29, sp
  6. 0x141800008: stp x19, x20, [sp, #0x10]
  7. 0x14180000c: stp x21, x22, [sp, #0x20]
  8. Target 0: (dosbox) stopped.
  9. (lldb) bt
  10. * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x141800000)
  11. * frame #0: 0x0000000141800000
  12. frame #1: 0x00000001000dd020 dosbox`CPU_Core_Dynrec_Run() + 460
  13. frame #2: 0x000000010000393c dosbox`Normal_Loop() + 52
  14. frame #3: 0x0000000100003a20 dosbox`DOSBOX_RunMachine() + 28
  15. frame #4: 0x0000000100009758 dosbox`CALLBACK_RunRealInt(unsigned char) + 164
  16. frame #5: 0x0000000100365b24 dosbox`DOS_Shell::Execute(char*, char*) + 2740
  17. frame #6: 0x0000000100357544 dosbox`DOS_Shell::DoCommand(char*) + 724
  18. frame #7: 0x000000010035717c dosbox`DOS_Shell::CheckConfig(char*, char*) + 476
  19. frame #8: 0x0000000100357560 dosbox`DOS_Shell::DoCommand(char*) + 752
  20. frame #9: 0x00000001003506b4 dosbox`DOS_Shell::ParseLine(char*) + 864
  21. frame #10: 0x0000000100350cc8 dosbox`DOS_Shell::Run() + 1008
  22. frame #11: 0x0000000100351c50 dosbox`SHELL_Init() + 3496
  23. frame #12: 0x0000000100341a7c dosbox`Config::StartUp() + 36
  24. frame #13: 0x00000001001e74bc dosbox`SDL_main + 2968
  25. frame #14: 0x000000010037f87c dosbox`-[SDLMain applicationDidFinishLaunching:] + 60
  26. frame #15: 0x000000019ce635a8 CoreFoundation`__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 28
  27. frame #16: 0x000000019cf047d4 CoreFoundation`___CFXRegistrationPost_block_invoke + 52
  28. frame #17: 0x000000019cf04740 CoreFoundation`_CFXRegistrationPost + 440
  29. frame #18: 0x000000019ce32090 CoreFoundation`_CFXNotificationPost + 720
  30. frame #19: 0x000000019db9b650 Foundation`-[NSNotificationCenter postNotificationName:object:userInfo:] + 64
  31. frame #20: 0x000000019f6484a0 AppKit`-[NSApplication _postDidFinishNotification] + 340
  32. frame #21: 0x000000019f6481b8 AppKit`-[NSApplication _sendFinishLaunchingNotification] + 236
  33. frame #22: 0x000000019f6452ac AppKit`-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 580
  34. frame #23: 0x000000019f644e94 AppKit`-[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 780
  35. frame #24: 0x000000019dbc8840 Foundation`-[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 344
  36. frame #25: 0x000000019dbc8678 Foundation`_NSAppleEventManagerGenericHandler + 96
  37. frame #26: 0x00000001a2adad34 AE`___lldb_unnamed_symbol71$$AE + 1828
  38. frame #27: 0x00000001a2ada590 AE`___lldb_unnamed_symbol70$$AE + 44
  39. frame #28: 0x00000001a2ad3000 AE`aeProcessAppleEvent + 520
  40. frame #29: 0x00000001a49943cc HIToolbox`AEProcessAppleEvent + 68
  41. frame #30: 0x000000019f63f1e8 AppKit`_DPSNextEvent + 1864
  42. frame #31: 0x000000019f63d784 AppKit`-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1312
  43. frame #32: 0x000000019f62f678 AppKit`-[NSApplication run] + 600
  44. frame #33: 0x000000010037febc dosbox`main + 1332
  45. frame #34: 0x000000019cd8ff34 libdyld.dylib`start + 4
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement