1

当我使用 BugSense 时,最近我在堆栈跟踪中注意到以下内容:

0   libobjc.A.dylib 0x36e0067a 0x36de0000 + 132730
1   Application -[SPLJSONModel toJSONStringWithKeys:] (in Application) (SPLJSONModel.m:1043) 
2   Application -[MintRequestWorker sendGnip:completionBlock:] (in Application) (MintRequestWorker.m:370) 
3   Application -[MintRequestJsonSerializer serializeEventToJsonForGnipWithAppEnvironment:] (in Application) (MintRequestJsonSerializer.m:56) 
4   Application __58-[MintRequestWorker closeSessionAsyncWithCompletionBlock:]_block_invoke (in Application) (MintRequestWorker.m:539) 
5   libdispatch.dylib 0x3750bbeb 0x37509000 + 11243
6   libdispatch.dylib 0x3751a9b1 0x37509000 + 72113
7   libdispatch.dylib 0x3751a395 0x37509000 + 70549
8   libsystem_pthread.dylib 0x376c5b29 0x376c4000 + 6953
9   libsystem_pthread.dylib 0x376c5718 0x376c4000 + 5912 

下面是一个非常相似的错误:

0   libsystem_kernel.dylib 0x19b19b1e0 0x19b180000 + 111072
1   libsystem_c.dylib 0x19b10eb78 0x19b0ac000 + 404344
2   Application -[PLCrashReporter generateLiveReportWithThread:] (in Application) + 0 
3   CoreFoundation 0x185db12e4 0x185c8c000 + 1200868

显然,BugSense 本身正在导致错误。

到目前为止有没有类似的经历?这可能是什么原因?我最多对框架持怀疑态度。

提前感谢您的提示!

4

1 回答 1

0

在 Linking 下的 Build Settings 选项卡上,找到 Other Linker Flags 并添加“-ObjC”和“-all_load”。

Splunk Mint 文档

于 2016-12-04T18:32:49.230 回答