Advertisement
dominus

Untitled

Oct 6th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Program received signal EXC_BAD_INSTRUCTION, Illegal instruction/operand.
  2. 0x095e1170 in ?? ()
  3. (gdb) bt
  4. #0 0x095e1170 in ?? ()
  5. #1 0x0018a08c in CPU_Core_Dynrec_Run ()
  6. #2 0x00189fcc in CPU_Core_Dynrec_Run ()
  7. #3 0x0000ecfc in _ZL11Normal_Loopv ()
  8. #4 0x0000721c in DOSBOX_RunMachine ()
  9. #5 0x00015294 in CALLBACK_RunRealInt ()
  10. #6 0x004ac0a8 in DOS_Shell::Execute ()
  11. #7 0x004a3a5c in DOS_Shell::DoCommand ()
  12. #8 0x004a3660 in DOS_Shell::CheckConfig ()
  13. #9 0x004a3a7c in DOS_Shell::DoCommand ()
  14. #10 0x00495ae4 in DOS_Shell::ParseLine ()
  15. #11 0x00496194 in DOS_Shell::Run ()
  16. #12 0x00498294 in SHELL_Init ()
  17. #13 0x004855c0 in Config::StartUp ()
  18. #14 0x002767b8 in SDL_main ()
  19. #15 0x004cb728 in -[SDLMain applicationDidFinishLaunching:] ()
  20. #16 0x92bf5e1c in _nsnote_callback ()
  21. #17 0x90805ec0 in __CFXNotificationPost ()
  22. #18 0x907fdf20 in _CFXNotificationPostNotification ()
  23. #19 0x92be0224 in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
  24. #20 0x937a3be8 in -[NSApplication _postDidFinishNotification] ()
  25. #21 0x937a3ad4 in -[NSApplication _sendFinishLaunchingNotification] ()
  26. #22 0x937a361c in -[NSApplication(NSAppleEventHandling) _handleAEOpen:] ()
  27. #23 0x937a31c4 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] ()
  28. #24 0x92bf6e28 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] ()
  29. #25 0x92bf6c88 in _NSAppleEventManagerGenericHandler ()
  30. #26 0x91500960 in aeDispatchAppleEvent ()
  31. #27 0x915007fc in dispatchEventAndSendReply ()
  32. #28 0x91500654 in aeProcessAppleEvent ()
  33. #29 0x932bf2e0 in AEProcessAppleEvent ()
  34. #30 0x937a190c in _DPSNextEvent ()
  35. #31 0x937a13f8 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
  36. #32 0x9379d93c in -[NSApplication run] ()
  37. #33 0x004cb428 in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement