Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. Crashed Thread: 0 Dispatch queue: com.apple.main-thread
  2.  
  3. Exception Type: EXC_BAD_ACCESS (SIGSEGV)
  4. Exception Codes: KERN_INVALID_ADDRESS at 0x00007f97848083fe
  5. Exception Note: EXC_CORPSE_NOTIFY
  6.  
  7. Termination Signal: Segmentation fault: 11
  8. Termination Reason: Namespace SIGNAL, Code 0xb
  9. Terminating Process: vim [8555]
  10.  
  11. VM Regions Near 0x7f97848083fe:
  12. MALLOC_SMALL 00007f9587800000-00007f9588000000 [ 8192K] rw-/rwx SM=PRV
  13. -->
  14. Stack Guard 00007ffee96f3000-00007ffeecef3000 [ 56.0M] ---/rwx SM=NUL
  15.  
  16. Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
  17. 0 libsystem_kernel.dylib 0x00007fff70fa5376 __kill + 10
  18. 1 vim 0x00000001025efe7c mch_exit + 139
  19. 2 vim 0x00000001026d0018 getout + 584
  20. 3 libsystem_platform.dylib 0x00007fff7105742d _sigtramp + 29
  21. 4 ??? 000000000000000000 0 + 0
  22. 5 vim 0x0000000102629c71 screen_fill + 1324
  23. 6 vim 0x000000010262b4c0 draw_vsep_win + 113
  24. 7 vim 0x000000010253eae3 win_update + 5005
  25. 8 vim 0x000000010253d5d7 update_screen + 1076
  26. 9 vim 0x00000001026d0472 main_loop + 1099
  27. 10 vim 0x00000001026cfd50 vim_main2 + 3284
  28. 11 vim 0x00000001026ceba9 main + 6213
  29. 12 libdyld.dylib 0x00007fff70e5e7fd start + 1
  30.  
  31. Thread 1:
  32. 0 libsystem_pthread.dylib 0x00007fff7105e818 start_wqthread + 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement