Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. (lldb) at b00032
  2. Traceback (most recent call last):
  3. File "<input>", line 1, in <module>
  4. File "/usr/lib/python2.7/site-packages/lldb/formatters/__init__.py", line 3, in <module>
  5. __import__('lldb.formatters.' + x)
  6. File "/usr/lib/python2.7/site-packages/lldb/formatters/cache.py", line 8, in <module>
  7. import lldb.formatters.metrics
  8. File "/usr/lib/python2.7/site-packages/lldb/formatters/metrics.py", line 9, in <module>
  9. import time, datetime
  10. ImportError: dynamic module does not define init function (inittime)
  11. Traceback (most recent call last):
  12. File "<input>", line 1, in <module>
  13. NameError: name 'pydoc' is not defined
  14. Process 13437 stopped
  15. * thread #1: tid = 0x5141d, 0x00000001013ed164 dyld`dyld::loadPhase5(char const*, char const*, dyld::LoadContext const&, unsigned int&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 372, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  16. frame #0: 0x00000001013ed164 dyld`dyld::loadPhase5(char const*, char const*, dyld::LoadContext const&, unsigned int&, std::__1::vector<char const*, std::__1::allocator<char const*> >*) + 372
  17. dyld`dyld::loadPhase5:
  18. -> 0x1013ed164 <+372>: cbz x8, 0x1013ed194 ; <+420>
  19. 0x1013ed168 <+376>: mov x0, x19
  20. 0x1013ed16c <+380>: mov x1, x8
  21. 0x1013ed170 <+384>: bl 0x10140ea90 ; strcmp
  22.  
  23. Executable module set to "/var/containers/Bundle/Application/BD44C082-2E1A-4657-8D78-1CA26E0F8D6A/b00032.app/b00032".
  24. Architecture set to: arm64-apple-ios.
  25. (lldb) c
  26. Process 13437 resuming
  27. Process 13437 stopped
  28. * thread #1: tid = 0x5141d, 0x00000001014122f8 dyld`__abort_with_payload + 8, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
  29. frame #0: 0x00000001014122f8 dyld`__abort_with_payload + 8
  30. dyld`__abort_with_payload:
  31. -> 0x1014122f8 <+8>: b.lo 0x101412310 ; <+32>
  32. 0x1014122fc <+12>: stp x29, x30, [sp, #-16]!
  33. 0x101412300 <+16>: mov x29, sp
  34. 0x101412304 <+20>: bl 0x101411990 ; cerror_nocancel
  35. (lldb) i li b00032
  36. [ 0] 064ABBC6-89A6-34B6-BE88-707AFCB088ED 0x0000000100af0000 /var/containers/Bundle/Application/BD44C082-2E1A-4657-8D78-1CA26E0F8D6A/b00032.app/b00032
  37. (lldb) bt
  38. Connection to 172.20.10.1 closed by remote host.
  39. Connection to 172.20.10.1 closed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement