-
I get a panic when I use tls.ID(), but I'm not sure how it works.
My version of Go?
`go version go1.19.1 windows/amd64
`
Operating system?
`win10`
Here is my code, it comes from [parallel_…
-
The stack trace in https://build.golang.org/log/ee6465ff7dc022b6679688af37b7b40211d8521c seems to omit an important line number from the stack trace. It appears to be reporting a `panic` within a defe…
-
Consider this C program, appropriately decorated for use in `macaw`'s test suite:
```c
// bug.c
int __attribute__((noinline)) test_string_lit() {
char x[5] = "ABCD";
return x[0] == 'A';
}
…
-
```
#!watchflakes
default $TMPDIR/src/testplugin/go.mod
mkdir -p $TMPDIR/alt/src/testplugin
rsync -a altpath/testdata/ $TMPDIR/alt/src/testplugin
echo 'module testplugin' > $TMPDIR/alt/sr…
-
```
#!watchflakes
post
-
```go
func TestIssue110(t *testing.T) {
type message struct {
A *uint32 `protobuf:"fixed32,1,opt"`
}
var a uint32 = 0x41c06db4
data, _ := Marshal(message{
…
-
### :question: Question
Maybe related to Project-MONAI/tutorials#1582
Hello,
I observe that when adding negative patients (with no lesion to detect) for test or cross-validation, the FROC …
-
```
fatal error: runtime: out of memory
runtime stack:
runtime.throw({0x5ba386?, 0x0?})
/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/runtime/panic.go:1000 +0x71 fp=0x7fff969ffd60 sp=…
-
I'm getting this cgo crash when running tests against libvips 8.14.2_1
I installed this version on an M1 Max MacBook Pro through homebrew.
My Go version is 1.19.2, also installed through homebrew.
…
-
Hi,
It seems this solution only works on Go below or equal to 1.16. On 1.17 or above, it panics:
```
unexpected fault address 0xb01dfacedebac1e
fatal error: fault
[signal SIGSEGV: segmentation …