Skip to content

Instantly share code, notes, and snippets.

@alloy
Created March 19, 2014 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alloy/9649159 to your computer and use it in GitHub Desktop.
Save alloy/9649159 to your computer and use it in GitHub Desktop.
objc[15403]: Cannot form weak reference to instance (0x100d53db0) of class NSMutableParagraphStyle. It is possible that this object was over-released, or is in the process of deallocation.
Process 15403 stopped
* thread #1: tid = 0x2fbdd8, 0x00007fff8d48775b libobjc.A.dylib`_objc_trap(), queue = 'com.apple.main-thread', stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
frame #0: 0x00007fff8d48775b libobjc.A.dylib`_objc_trap()
libobjc.A.dylib`_objc_trap():
-> 0x7fff8d48775b: ud2
libobjc.A.dylib`__objc_error:
0x7fff8d48775d: pushq %rbp
0x7fff8d48775e: movq %rsp, %rbp
0x7fff8d487761: subq $0xd0, %rsp
(lldb) bt
* thread #1: tid = 0x2fbdd8, 0x00007fff8d48775b libobjc.A.dylib`_objc_trap(), queue = 'com.apple.main-thread', stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
* frame #0: 0x00007fff8d48775b libobjc.A.dylib`_objc_trap()
frame #1: 0x00007fff8d48789b libobjc.A.dylib`_objc_fatal + 195
frame #2: 0x00007fff8d49606f libobjc.A.dylib`weak_register_no_lock + 298
frame #3: 0x00007fff8d4963ee libobjc.A.dylib`objc_storeWeak + 234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment