• A
    Improve stacktraces (#721) · e77595ce
    Alessandro Arzilli 提交于
    * service/rpccommon: fixed typo
    
    * proc: test parseG while target is in runtime.deferreturn
    
    runtime.deferreturn will change the value of curg._defer.fn in such a
    way that if the target is stopped at just the right instruction it
    may crash an incorrect implementation of parseG
    
    * proc/stack: handle stack barriers correctly
    
    Correctly handle stack barriers insterted during garbage collection.
    e77595ce
stack.go 6.8 KB