-
```
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x1b pc=0xe56e4]
runtime stack:
runtime.throw(0x16739f, 0x2a)
/workdir/go/src/…
mvdan updated
5 years ago
-
Testing current master ( 5ff40651e2c4476835bf9f18a6bee513f588d9bc ):
```
siv-go$ go version
go version go1.16.5 linux/amd64
siv-go$ go test
unexpected fault address 0x0
fatal error: fault
[…
-
```
#!watchflakes
default
-
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';
}
…
-
When trying to marshal a structure that has a field declared as an interface, an error gets returned.
Tested using Go 1.21, MacOS 14.0, M1 Pro.
The following test demonstrates it:
```
package li…
-
```
#!watchflakes
post
-
I am trying to implement CPU and RAM stats for host. Looking at ListAllStoragePools, I implemented the following but it crashes:
``` go
func (c *VirConnection) GetNodeCPUStats(flags C.uint) (VirNodeC…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.20.5 linux/amd64
### Does this issue reproduce with the latest release?
### What operating system…
-
We will use this issue to plan and schedule events for 2024.
# Talks
## Schedule
* 2024-01-12 (Friday) - 2024 Kickoff: social event @ Bloodhound.
* 2024-02-13 - Regular meetup
- Javan Woo…
-
```
#!watchflakes
post