Ever since we updated OpentelemetrySDK’s version to 1.2.1, we are seeing an EXC_BAD_ACCESS error in the class RecordEventsReadableSpan.swift on our crash reporting tool, which seems to be a memory corruption issue.
OpentelemetrySDK’s release notes indicate there was a breaking change in the class RecordEventsReadableSpan.swift in version 1.2.0 (removal of the SwiftAtomics library)
Unfortunately, we've still not been able to trigger/reproduce the problem and the stacktrace is not very clear
Could anyone help us figure out this issue?
Here is the full stacktrace of the error:
Hi community,
Ever since we updated OpentelemetrySDK’s version to 1.2.1, we are seeing an
EXC_BAD_ACCESS
error in the classRecordEventsReadableSpan.swift
on our crash reporting tool, which seems to be a memory corruption issue.OpentelemetrySDK’s release notes indicate there was a breaking change in the class
RecordEventsReadableSpan.swift
in version 1.2.0 (removal of the SwiftAtomics library)Unfortunately, we've still not been able to trigger/reproduce the problem and the stacktrace is not very clear Could anyone help us figure out this issue? Here is the full stacktrace of the error: