Discussion:
Help me pleas
(too old to reply)
John Reynoso
2016-05-15 10:09:17 UTC
Permalink
build" : "iPhone OS 9.3.1 (13E238)",
"product" : "iPhone8,2",
"kernel" : "Darwin Kernel Version 15.4.0: Fri Feb 19 13:54:52 PST 2016; root:xnu-3248.41.4~28\/RELEASE_ARM64_S8000",
"tuning" : {

},
"incident" : "9619EC40-1EC8-43CF-93AE-725D782EA32A",
"crashReporterKey" : "66a3b84463b80b15198da12096c7578f8c0191f4",
"date" : "2016-05-11 23:03:01.01 -0700",
"reason" : "stackshot via sysdiagnose (Keychord)",
"frontmostPids" : [
58
],
"exception" : "0xbaaaaaad",
"absoluteTime" : 614291616085,
"memoryStatus" : {"compressorSize":479,"compressions":4197,"decompressions":723,"busyBufferCount":0,"jetsamLevel":0,"pageSize":16384,"memoryPressure":{"pagesWanted":0,"pagesReclaimed":0},"memoryPages":{"active":95315,"throttled":0,"fileBacked":41931,"wired":10894,"purgeable":6833,"inactive":7047,"free":9600,"speculative":3041}},
"processByPid" : {
"0" : {
"pid" : 0,
"residentMemoryBytes" : 6471680,
"timesDidThrottle" : 0,
"systemTimeTask" : 0,
"pageIns" : 0,
"pageFaults" : 13203,
"userTimeTask" : 11406.506952458,
"procname" : "kernel_task",
"copyOnWriteFaults" : 0,
"threadById" : {
"356" : {
"continuation" : [
0,
4368740
],
"userTime" : 0.009919499999999999,
"systemTime" : 0,
"id" : 356,
"basePriority" : 81,
"schedPriority" : 81,
"state" : [
"TH_WAIT",
"TH_UNINT"
],
"waitEvent" : [
1,
3239152109669984975
]
},
"292" : {
"continuation" : [
0,

Sent from my iPhone
Felix Friedlander
2016-05-15 21:21:52 UTC
Permalink
This question isn’t FreeBSD-related at all - this is an iPhone crash dump!

You can try and interpret it using https://developer.apple.com/library/ios/technotes/tn2151/_index.html - it looks to me like you manually triggered a core dump, using a keyboard (Control-Option-Command-Shift-Period or Control-Option-Command-Shift-Comma will do this).

In future, try an Apple or Darwin mailing list or forum, or contact Apple support directly.
--
Post by John Reynoso
build" : "iPhone OS 9.3.1 (13E238)",
"product" : "iPhone8,2",
"kernel" : "Darwin Kernel Version 15.4.0: Fri Feb 19 13:54:52 PST 2016; root:xnu-3248.41.4~28\/RELEASE_ARM64_S8000",
"tuning" : {
},
"incident" : "9619EC40-1EC8-43CF-93AE-725D782EA32A",
"crashReporterKey" : "66a3b84463b80b15198da12096c7578f8c0191f4",
"date" : "2016-05-11 23:03:01.01 -0700",
"reason" : "stackshot via sysdiagnose (Keychord)",
"frontmostPids" : [
58
],
"exception" : "0xbaaaaaad",
"absoluteTime" : 614291616085,
"memoryStatus" : {"compressorSize":479,"compressions":4197,"decompressions":723,"busyBufferCount":0,"jetsamLevel":0,"pageSize":16384,"memoryPressure":{"pagesWanted":0,"pagesReclaimed":0},"memoryPages":{"active":95315,"throttled":0,"fileBacked":41931,"wired":10894,"purgeable":6833,"inactive":7047,"free":9600,"speculative":3041}},
"processByPid" : {
"0" : {
"pid" : 0,
"residentMemoryBytes" : 6471680,
"timesDidThrottle" : 0,
"systemTimeTask" : 0,
"pageIns" : 0,
"pageFaults" : 13203,
"userTimeTask" : 11406.506952458,
"procname" : "kernel_task",
"copyOnWriteFaults" : 0,
"threadById" : {
"356" : {
"continuation" : [
0,
4368740
],
"userTime" : 0.009919499999999999,
"systemTime" : 0,
"id" : 356,
"basePriority" : 81,
"schedPriority" : 81,
"state" : [
"TH_WAIT",
"TH_UNINT"
],
"waitEvent" : [
1,
3239152109669984975
]
},
"292" : {
"continuation" : [
0,
Sent from my iPhone
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
Loading...