wcdb icon indicating copy to clipboard operation
wcdb copied to clipboard

crash on [WCTSelectBase(NoARC) extractPropertyToObject:atIndex:withColumnBinding:]

Open hxming2919 opened this issue 5 years ago • 3 comments

The language of WCDB

e.g. Objective-C, Swift or Java

Objective-C,

The version of WCDB

e.g. v1.0.5

v1.0.6

The platform of WCDB

e.g. iOS, macOS or Android

iOS

The installation of WCDB

e.g. Cocoapods, Carthage, Maven, AAR Package or Git clone Cocoapods

What's the issue?

Post the outputs or screenshots for errors. 0 libsystem_kernel.dylib __pthread_kill + 8 1 libsystem_pthread.dylib pthread_kill + 112 2 libsystem_c.dylib abort + 140 3 libsystem_malloc.dylib __nano_vet_and_size_of_live 4 libsystem_malloc.dylib _nano_free + 220 5 CoreFoundation __CFRelease + 1264 6 MyProXXX -[WCTSelectBase(NoARC) extractPropertyToObject:atIndex:withColumnBinding:] (WCTSelectBase+NoARC.mm:196) 7 MyProXXX -[WCTSelect allObjects] (WCTSelect.mm:0) 8 MyProXXX -[WCTInterface(Convenient) getObjectsOfClass:fromTable:where:] (WCTInterface+Convenient.mm:0) 9 MyProXXX +[MyProXXXBaseReportLogModel allDataType:reportedState:] (MyProXXX BaseReportLogModel.mm:0) 10 MyProXXX __70-[MyProXXXBaseReporterCacheManager _reportDataWithDataArray:type:maxCount:]_block_invoke (MyProXXX BaseReporterCacheManager.m:0) 11 libdispatch.dylib __dispatch_call_block_and_release + 24 12 libdispatch.dylib __dispatch_client_callout + 16 13 libdispatch.dylib __dispatch_queue_serial_drain + 928 14 libdispatch.dylib __dispatch_queue_invoke + 652 15 libdispatch.dylib __dispatch_root_queue_drain + 572 16 libdispatch.dylib __dispatch_worker_thread3 + 124 17 libsystem_pthread.dylib _pthread_wqthread + 1288 Explain what you want by example or code in English.

my app crash randomly on [WCTSelectBase(NoARC) extractPropertyToObject:atIndex:withColumnBinding:] ,Wanna get some help to find out what's happened?

hxming2919 avatar Dec 24 '19 03:12 hxming2919

Can it be reproduced?

RingoD avatar Jan 03 '20 02:01 RingoD

这个解决了么?我也遇到了

NBXXF avatar Jan 11 '23 06:01 NBXXF

image

NBXXF avatar Jan 11 '23 06:01 NBXXF

Please try the latest version.

Qiuwen-chen avatar Mar 08 '24 04:03 Qiuwen-chen