Crash: Attempted to dereference garbage pointer 0x16d183180.
Ivan Parfenchuk
Posted on
Oct 16 2019
Hello
We have a crash report, which says
Message: Exception EXC_BAD_ACCESS, Code 1830302080, Subcode 8 Attempted to dereference garbage pointer 0x16d183180.
and in the stack it's only
"error": {
"signalName": "SIGBUS",
"message": "Exception EXC_BAD_ACCESS, Code 1830302080, Subcode 8 \nAttempted to dereference garbage pointer 0x16d183180.",
"className": "EXC_BAD_ACCESS",
"signalCode": "BUS_NOOP",
"stackTrace": [
{
"Raw": "0x1996df000 + 7516",
"Address": "0x1996e0d5c",
"Library": "libsystem_pthread.dylib"
},
{
"ClassName": "",
"MethodName": "_hidden#249_",
"FileName": "__hidden#261_",
"LineNumber": "139",
"Raw": "_hidden#249_ (__hidden#261_:139)",
"Address": "0x10432faa0",
"Library": "raygun4apple"
},
{
"ClassName": "",
"MethodName": "ksthread_getQueueName",
"FileName": "__hidden#847_",
"LineNumber": "80",
"Raw": "ksthread_getQueueName (__hidden#847_:80)",
"Address": "0x10433a460",
"Library": "raygun4apple"
},
{
"ClassName": "",
"MethodName": "ksthread_getQueueName",
"FileName": "__hidden#847_",
"LineNumber": "87",
"Raw": "ksthread_getQueueName (__hidden#847_:87)",
"Address": "0x10433a478",
"Library": "raygun4apple"
}
]
},
My question is: is this likely a crash caused by raygun4apple/kscrash or it's something in our app, but the error report has failed to be generated?
Deleted User
Raygun
Posted on
Oct 17 2019
Hi Ivan,
Thank you for reporting this crash. We have released a fix for it in version 1.3.7 of the raygun4apple provider after recently encountering this problem. This version is available now for download from the following links.
https://downloads.raygun.com/Raygun4Apple/1.3.7/raygun4apple.pkg https://downloads.raygun.com/Raygun4Apple/latest/raygun4apple.pkg
Please update and let us know if the crash report occurs again.
Regards, Mitchell.
Ivan Parfenchuk
Posted on
Oct 17 2019
Hi Mitchell,
Thanks for a quick response, we'll update the library.