Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printAncestorTraceback (0.14 sec)

  1. src/runtime/traceback.go

    				callCgoSymbolizer(&arg)
    			}
    			if stop {
    				return
    			}
    		}
    	}
    	return n, 0
    }
    
    // printAncestorTraceback prints the traceback of the given ancestor.
    // TODO: Unify this with gentraceback and CallersFrames.
    func printAncestorTraceback(ancestor ancestorInfo) {
    	print("[originating from goroutine ", ancestor.goid, "]:\n")
    	for fidx, pc := range ancestor.pcs {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top