SafeSlingerProject / SafeSlinger-iOS

Source code for iOS platform client SafeSlinger
MIT License
6 stars 2 forks source link

Exc Breakpoint Unknown in VCardParser vCardFromContact #32

Closed mwfarb closed 10 years ago

mwfarb commented 10 years ago

Crashlytics #118 SafeSlinger 1.7.1 edu.cmu.cylab.safeslinger.app

Crashed: com.apple.main-thread EXC_BREAKPOINT UNKNOWN at 0x0000defe

VCardParser.m line 118 +[VCardParser vCardFromContact:labels:values:selections:category:]

Thread : Crashed: com.apple.main-thread 0 CoreFoundation 0x3088cb2c CFRelease + 1131 1 SafeSlinger 0x00066935 +VCardParser vCardFromContact:labels:values:selections:category: 2 SafeSlinger 0x00066935 +VCardParser vCardFromContact:labels:values:selections:category: 3 SafeSlinger 0x000444c5 -SlingkeyView BeginExchange 4 UIKit 0x331ae037 -[UIApplication sendAction:to:from:forEvent:] + 90 5 UIKit 0x331adfd7 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 30 6 UIKit 0x331adfb1 -[UIControl sendAction:to:forEvent:] + 44 7 UIKit 0x33199717 -[UIControl _sendActionsForEvents:withEvent:] + 374 8 UIKit 0x331ada2f -[UIControl touchesEnded:withEvent:] + 590 9 UIKit 0x331ad701 -[UIWindow _sendTouchesForEvent:] + 528 10 UIKit 0x331a86cb -[UIWindow sendEvent:] + 758 11 UIKit 0x3317d8cd -[UIApplication sendEvent:] + 196 12 SafeSlinger 0x0004b157 -IdleHandler sendEvent: 13 UIKit 0x3317bf77 _UIApplicationHandleEventQueue + 7102 14 CoreFoundation 0x3092720b CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 14 15 CoreFoundation 0x309266db CFRunLoopDoSources0 + 206 16 CoreFoundation 0x30924ecf CFRunLoopRun + 622 17 CoreFoundation 0x3088febf CFRunLoopRunSpecific + 522 18 CoreFoundation 0x3088fca3 CFRunLoopRunInMode + 106 19 GraphicsServices 0x357e9663 GSEventRunModal + 138 20 UIKit 0x331dc14d UIApplicationMain + 1136 21 SafeSlinger 0x0006603b main (main.m:33)

tenmalin commented 10 years ago

Root of cause: ABRecordCopyCompositeName might return NULL and cause crashes.

tenmalin commented 10 years ago

Close in feature release 1.8.0.