LockSmith icon indicating copy to clipboard operation
LockSmith copied to clipboard

Exception While Parsing Little Snitch Entry

Open moloch-- opened this issue 1 year ago • 7 comments

The entry doesn't appear to be odd in any way that I can tell from the GUI, but LockSmtih crashes while parsing it.

=================================
      Keychain Entry 447
=================================
Account:       Little Snitch
Label:         Little Snitch Encryption Key
Service:       Little Snitch Encryption Key
Creation Date: 2022-01-27 21:00:29
Modify Date:   2022-01-27 21:00:29
Class:         genp
2022-10-08 17:44:00.106 exe[54632:1051589] -[NSNull UTF8String]: unrecognized selector sent to instance 0x213294340
2022-10-08 17:44:00.107 exe[54632:1051589] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull UTF8String]: unrecognized selector sent to instance 0x213294340'
*** First throw call stack:
(
	0   CoreFoundation                      0x00000001b9d55148 __exceptionPreprocess + 240
	1   libobjc.A.dylib                     0x00000001b9a9fe04 objc_exception_throw + 60
	2   CoreFoundation                      0x00000001b9de8ef8 -[NSObject(NSObject) __retain_OA] + 0
	3   CoreFoundation                      0x00000001b9cb4494 ___forwarding___ + 1764
	4   CoreFoundation                      0x00000001b9cb3cf0 _CF_forwarding_prep_0 + 96
	5   exe                                 0x000000010299df88 printItem + 1496
	6   exe                                 0x00000001029a0fbc GetAllAttrbituesOfKey + 908
	7   exe                                 0x00000001029a1924 main + 1228
	8   dyld                                0x0000000102c9d08c start + 520
)
libc++abi: terminating with uncaught exception of type NSException
Abort trap: 6

moloch-- avatar Oct 08 '22 15:10 moloch--