Skip to content

v0.0.8

Choose a tag to compare

@qingling128 qingling128 released this 25 Oct 22:52
· 21 commits to master since this release

Fix multiple issues with Go panic captures (#18)

  • Capture would stop at "created by function" lines.
  • Capture was expecting two blank lines between goroutines, whereas goroutines only have one blank line between them.
  • Capture would stop when given a panic started by a signal (like a nil panic).
  • Frame matching was only checking for an identifier character followed by an opening paren. Updated to be more precise.
  • The substring "panic:" could start a Go capture even in the middle of a word.