Skip to content

iOS 14上试用了下crash #3

@zhangbozhb

Description

@zhangbozhb

for (index, addr) in buf.enumerated() { guard let addr = addr else { continue } let addrValue = UInt(bitPattern: addr) let symbol = StackSymbolFactory.create(address: addrValue, index: index) symbols.append(symbol) }
debug 发现 let addrValue = UInt(bitPattern: addr): 14950560437347972172

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions