Skip to content

Signal Trace has memory access problem #3031

Description

@CodeZHXS

Describe the bug
In TaskTracer::SignalTrace, we put a Result* in SignalSync. But if SignalTrace timeout, Result will be delete. This may cause memory access problem in the SignalHandler thread. I think it will be good if we store pcs by std::vector<void *>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions