Tim Newsham

Results 3 comments of Tim Newsham

This looks like you called the hypercall to set the panic address, and it tried to write over the panic function with the panic handler, and found that it couldn't....

I came here to make the same feature request: **There should be an optional feature to panic on duplicate read locks from the same thread.** This would be useful when...

Output gets written to a buffer which is copied to the output before the command is executed and not after the command is executed: ``` diff --git a/cmd/sregx/main.go b/cmd/sregx/main.go index...