XSecurity / XSecurity

A security plug-in in Xcode plus a Clang Static Analyzer Checkers for iOS application development. This plug-in aims to reduce the vulnerability made during development by detecting the vulnerability as it is being created.
Other
67 stars 6 forks source link

XCode 5.1.1 crashes when activating notification #8

Open jfbethlehem opened 10 years ago

jfbethlehem commented 10 years ago

When activating notification, XCode crashes.

XSecurity version: git pull of today

Process:

Process: Xcode [37830] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 5.1.1 (5085) Build Info: IDEFrameworks-5085000000000000~10 App Item ID: 497799835 App External ID: 520942841 Code Type: X86-64 (Native) Parent Process: launchd [278] Responsible: Xcode [37830] User ID: 501

Date/Time: 2014-08-05 14:18:47.610 +0200 OS Version: Mac OS X 10.9.4 (13E28) Report Version: 11 Anonymous UUID: E43B8E4C-938E-D794-8DCC-C3E046F44677

Sleep/Wake UUID: 0B20AF12-2348-49AF-8251-3956C2E8BEF1

Crashed Thread: 4 Dispatch queue: org.xsecurity

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information: ProductBuildVersion: 5B1008 UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[Xcode3ProjectDocument textStorage]: unrecognized selector sent to instance 0x7feb383f0f70 UserInfo: (null) Hints: None Backtrace: 0 0x00007fff9334b244 exceptionPreprocess (in CoreFoundation) 1 0x000000010383ab10 DVTFailureHintExceptionPreprocessor (in DVTFoundation) 2 0x00007fff85f8ee75 objc_exception_throw (in libobjc.A.dylib) 3 0x00007fff9334e12d -[NSObject(NSObject) doesNotRecognizeSelector:](in CoreFoundation) 4 0x00007fff932a9272 __forwarding (in CoreFoundation) 5 0x00007fff932a8df8 _CF_forwarding_prep_0 (in CoreFoundation) 6 0x000000010c69625a __34-[CSecurityScanController doScan:]_block_invoke at /Users/jfbethlehem/Code/XSecurity/plugin/XSecurity/Controller/CSecurityScanController.m:47 (in XSecurity) 7 0x00007fff917a81bb _dispatch_call_block_and_release (in libdispatch.dylib) 8 0x00007fff917a528d _dispatch_client_callout (in libdispatch.dylib) 9 0x00007fff917a7673 _dispatch_queue_drain (in libdispatch.dylib) 10 0x00007fff917a89c1 _dispatch_queue_invoke (in libdispatch.dylib) 11 0x00007fff917a6f87 _dispatch_root_queue_drain (in libdispatch.dylib) 12 0x00007fff917a8177 _dispatch_worker_thread2 (in libdispatch.dylib) 13 0x00007fff8dd87ef8 _pthread_wqthread (in libsystem_pthread.dylib) 14 0x00007fff8dd8afb9 start_wqthread (in libsystem_pthread.dylib)

redwud commented 9 years ago

Thank you for issuing this bug, I believe this does not happen to the latest version of XSecurity. Please see https://github.com/XSecurity/XSecurity/tree/develop for the latest one. Please confirm.