bitstadium / HockeySDK-iOS

HockeyApp was retired and the SDKs are deprecated. Please use App Center instead.
https://github.com/microsoft/appcenter-sdk-apple
Other
597 stars 268 forks source link

Here is why it is empty ?? #389

Closed dadpp closed 7 years ago

dadpp commented 7 years ago

Sometimes the data is so obtained?

endTime = 1483696370249; exception = { cause = ""; Here is why it is empty ?? name = ""; Here is why it is empty ?? signalInfo = { faultAddress = "0x1176E8DD6 0 + 4688088534"; signalCode = "#0"; signalName = SIGABRT; }; };

ElektrojungeAtWork commented 7 years ago

Hey @PyXXX,

The exception name is not guaranteed to be available at all times as there are other causes for a crash than an exception. That said, it's pretty hard to guess what you are actually asking or what issue you are running into. Can you provide more information, please? I'd like to help with any issue you are running into.

Best, Benny

dadpp commented 7 years ago

Hey @TroubleMakerBen

Stack: exception = { cause = ""; name = ""; signalInfo = { faultAddress = "0x10529C441 0 + 4381590593"; signalCode = "TRAP_TRACE"; signalName = SIGTRAP; }; }; libraries = ( { baseAddress = "0x10804C000 0 + 4429496320"; codeType = { arch = "x86_64"; typeEncoding = 1; }; imageName = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/dyld_sim"; imageSize = 167936; imageUuid = 0a977c480ba53692bd875cb54f58bd99; }, { baseAddress = "0x1051F9000 0 + 4380921856"; codeType = { arch = "x86_64"; typeEncoding = 1; }; imageName = "/Users/a/Library/Developer/CoreSimulator/Devices/EFA3FC19-2058-4A95-9255-F9196706647D/data/Containers/Bundle/Application/DB9D5B36-F606-4855-B7E5-3FC697E183CD/zhibo.app/zhibo"; imageSize = 28209152; imageUuid = 49e60e1b00c33c8787b364682848c67e; }, { baseAddress = "0x1080BD000 0 + 4429959168"; codeType = { arch = "x86_64"; typeEncoding = 1; }; imageName = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib"; imageSize = 32768; imageUuid = 31ad1037c99e3141aad1cf345ba42e72; }, { baseAddress = "0x1080CC000 0 + 4430020608"; codeType = { arch = "x86_64"; typeEncoding = 1; }; imageName = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libc++.1.dylib"; imageSize = 356352; imageUuid = 120fab0a57573f30b657f9567925b3da; }, { baseAddress = "0x108177000 0 + 4430721024"; codeType = { arch = "x86_64"; typeEncoding = 1; }; imageName = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libz.1.dylib"; imageSize = 73728; imageUuid = 78471effcf5e37f88b2be6803b634d82; }, { baseAddress = "0x10818E000 0 + 4430815232"; codeType = { arch = "x86_64"; typeEncoding = 1; }; imageName = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Accelerate.framework/Accelerate"; imageSize = 4096; imageUuid = 24e6859321263a4194ade1775819a6e2; }, { baseAddress = "0x108192000 0 + 4430831616"; codeType = { arch = "x86_64"; typeEncoding = 1; }; imageName = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary"; imageSize = 81920; imageUuid = 3652c9881c2935b1b83180a80c08a342; }, { baseAddress = "0x1081BB000 0 + 4430999552"; codeType = { arch = "x86_64"; typeEncoding = 1; }; imageName = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"; imageSize = 3637248; imageUuid = 3185902393e339beb6cbe7b6e9d6ba8a; }, { baseAddress = "0x1086AE000 0 + 4436189184"; codeType = { arch = "x86_64"; typeEncoding = 1; }; imageName = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics"; imageSize = 6516736; imageUuid = d97d9801a64b31aab28cd17d099275ab; }, { baseAddress = "0x108DC1000 0 + 4443607040"; codeType = { arch = "x86_64"; typeEncoding = 1; }; imageName = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Foundation.framework/Foundation"; imageSize = 3047424; imageUuid = 2ae8690b2cd5393d868cecb817186600; },

thx

ElektrojungeAtWork commented 7 years ago

Hey @PyXXX,

Your data just confirms what I was writing before. The crash you are seeing is not caused by an exception, which is why the fields are empty. To familiarize yourself with crashes on iOS, I recommend our knowledgebase. Other than that, I still don't understand what you are expecting me to do. Some more text and full sentences would help a lot ;)

Best, Benny

elektrojunge commented 7 years ago

I'm closing this as I can't help with the little info that was provided. Feel free to open this issue again but please make sure to provide more context.

Best, Benny