-
The following program crashes with a stack overflow. (input was generated with [go-fuzz](https://github.com/dvyukov/go-fuzz))
``` go
package main
import (
"github.com/google/gopacket"
"githu…
-
```chobby.exe Information: 0 : Querying default engine
chobby.exe Information: 0 : Connecting to steam API
chobby.exe Information: 0 : Steam online
chobby.exe Information: 0 : Starting
Using write…
-
This one I ran into a while back and meant to report, but never got around to it. Reporting it now :)
### `$GOPATH/src/tmp/a/a.go`:
``` Go
package a
import "tmp/b"
func A() {
b.B()
}
```
### `$…
-
If the json schema has circular reference defined, the validator will go into stack overflow fatal error and cause the program crash. Part of log:
> runtime: goroutine stack exceeds 1000000000-byte l…
-
Maybe I'm using it wrong but...
```
const (
undefined = iota
male
female
)
type Users struct {
Id int64 `orm:"auto"`
Email string `orm:"unique"`
Password string
Prof…
osleg updated
8 years ago
-
I recently upgraded to Go 1.5 from 1.4.2 for a moderately large production service, serving thousands of requests per second. This particular program has been run on every Go version from 1.1 through …
-
I have been consistently receiving a problem on windows where a float conversion using fmt.Sprintf leads to a runtime error, do not know if its a golang bug or a programmatic bug. It seems like an ov…
-
I was cleaning up a cayley db with some 'bad facts' due to bad original encoding. I ran code like so:
```
g.V('PT0.06S').Tag('durationMin').In('durationMin').All(function(err,result) {
console.log…
-
go version devel +fb7122476042 Tue May 20 11:42:25 2014 -0400 linux/amd64
The attached reproducer crashes as (must panic):
$ go run 0.go
fatal error: unexpected signal during runtime execution
[sig…
-
panic: runtime: frame runtime.memeq untyped args 0xc3d5b793b8+0x19
panic during panic
runtime stack:
runtime.startpanic_m()
/usr/local/go/src/runtime/panic.c:110 +0x108
runtime.onM(0x88f950)
…
bjsuo updated
8 years ago