Skip to content

Delve getting stuck on intentional sigpanic trigger (via go-stack package) #594

@ThomasDotCodes

Description

@ThomasDotCodes

I'm using the log15 package for logging, which uses the go-stack package for stack tracing.

There is a particular line/method within the go-stack package that intentionally triggers a sigpanic:

https://github.com/go-stack/stack/blob/master/stack.go#L228

Due to this line, the debugger just keeps breaking at this same place over and over, and never allows me to continue or step over it, constantly printing out "continuing" from this line:

https://github.com/derekparker/delve/blob/master/service/debugger/debugger.go#L393

Not sure where to start in troubleshooting this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions