lujiajing1126 / AliyunLogObjc

Aliyun Sls Log SDK for iOS
MIT License
22 stars 12 forks source link

内存分配异常Failed to grow buffer #32

Open LoveAngela opened 2 years ago

LoveAngela commented 2 years ago

NSMallocException,reason:Failed to grow buffer { 0 CoreFoundation 0x181971c9c + 216 1 libobjc.A.dylib 0x198b25758 objc_exception_throw + 56 2 CoreFoundation 0x181a6e9b4 + 0 3 CoreFoundation 0x181a6760c + 116 4 CoreFoundation 0x181910868 CFSafelyReallocate + 68 5 Foundation 0x183049878 + 208 6 Foundation 0x183056b00 + 108 7 Foundation 0x1830c70c0 + 384 8 CoreFoundation 0x18191d090 + 16 9 CoreFoundation 0x181933cd0 + 204 10 Foundation 0x18304e4a4 + 452 11 Foundation 0x1830ec2b0 + 256 12 CoreFoundation 0x1818ecce8 + 16 13 CoreFoundation 0x181928170 + 192 14 Foundation 0x183072734 + 312 15 Foundation 0x1830c70c0 + 384 16 CoreFoundation 0x18191d090 + 16 17 CoreFoundation 0x181933cd0 + 204 18 Foundation 0x18304e4a4 + 452 19 Foundation 0x1830bf740 + 84 20 Foundation 0x18308ec4c + 116 21 XXXXX 0x102f9e7f0 -[JSONSerializer serialize:] JSONSerializer.m:0 + 7563248 22 XXXXX 0x102fa09d4 -[RawLogGroup serialize:] RawLogGroup.m:0 + 7571924 23 XXXXX 0x102f9ec88 39-[LogClient PostLog:logStoreName:call:]_block_invoke LogClient.m:0 + 7564424 24 libdispatch.dylib 0x18163d194 + 24 25 libdispatch.dylib 0x18163e198 + 16 26 libdispatch.dylib 0x1816153bc + 712 27 libdispatch.dylib 0x1816222e0 + 328 28 libdispatch.dylib 0x181622abc + 160 29 libsystem_pthread.dylib 0x1db8a1e48 _pthread_wqthread + 224 30 libsystem_pthread.dylib 0x1db8a19f0 start_wqthread + 8 }

有遇见这个崩溃吗?