You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Address for which this struct was constructed
static func create(address: UInt, index: Int) -> StackSymbol {
var info = dl_info()
dladdr(UnsafeRawPointer(bitPattern: address), &info)
error:
String(cString: info.dli_fname)
RCBacktrace/StackSymbol.swift:57: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
The text was updated successfully, but these errors were encountered:
/// Address for which this struct was constructed
static func create(address: UInt, index: Int) -> StackSymbol {
var info = dl_info()
dladdr(UnsafeRawPointer(bitPattern: address), &info)
error:
String(cString: info.dli_fname)
RCBacktrace/StackSymbol.swift:57: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
The text was updated successfully, but these errors were encountered: