[Crash] EXC_BAD_ACCESS in bsg_kscrashstate_i_onIntegerElement
on Bugsnag startup, attempting to load persistent state of crash context
#218
Labels
bug
Confirmed bug
Expected behavior
Calling
-[Bugsnag startBugsnagWithApiKey:]
doesn't crash.Observed behavior
Calling
-[Bugsnag startBugsnagWithApiKey:]
crashes.Steps to reproduce
Unsure, but this is happening on application launch. We call
-[Bugsnag startBugsnagWithApiKey:]
in theAppDelegate
.The crash is happening here, in
bsg_kscrashstate_i_onIntegerElement
in the call tostrcmp
.name
isNULL
, which seems to be the issue.Version
5.13.3
,5.14.1
(possible that earlier version are affected)Stack trace
The text was updated successfully, but these errors were encountered: