electricface
electricface
``` panic: runtime error: slice bounds out of range [:1002] with capacity 999 goroutine 1 [running]: main.CursorWidget.drawAtPoint(0x0, 0xc0000ee000, 0x0, 0x4, 0x2, 0x0, 0x53, 0x2, 0x33, 0x1a, ...) /home/tp1/program_lang/go/src/github.com/evanmiller/hecate/widget_cursor.go:48 +0x1407 main.drawWidgets(0xc0000ee000,...
https://github.com/nothings/stb/blob/master/stb_vorbis.c ``` c2go transpile stb_vorbis.c panic: could not match regexp with string ^(?P[0-9a-fx]+) '(?P.*?)'(:'(?P.*)')?(?P lvalue)?(?P prefix)?(?P postfix)? '(?P.*?)'[\s]*$ 0x3b7d4c0 'float *' prefix '&' cannot overflow goroutine 21 [running]: github.com/elliotchance/c2go/ast.groupsFromRegex(0xc0003826e0, 0xa6,...
dcd-server --version v0.13.6 serve-d v0.7.4 with workspace-d v3.7.0
[power-plug.wav.tar.gz](https://github.com/cryptix/wav/files/2132873/power-plug.wav.tar.gz)
``` panic: runtime error: slice bounds out of range [8:6] goroutine 1 [running]: github.com/fearful-symmetry/garlic.getEvent(0x200, 0x152aa86a0994, 0xc0001dc034, 0x18, 0xfcc, 0xc00015f300, 0x3c, 0x5f9360, 0x0) /home/del0/projects/go-modules/vendor/github.com/fearful-symmetry/garlic/garlic.go:47 +0x7ab github.com/fearful-symmetry/garlic.CnConn.parseCn(0xc00015e000, 0x62ccc747, 0xc0001dc010, 0x3c, 0xff0, 0x0,...
``` $ rush /usr/local/share/gems/gems/rush2-0.8.0/lib/rush/string_ext.rb:1:in `require_relative': cannot load such file -- /usr/local/share/gems/gems/rush2-0.8.0/lib/rush/path (LoadError) from /usr/local/share/gems/gems/rush2-0.8.0/lib/rush/string_ext.rb:1:in `' from /usr/local/share/gems/gems/rush2-0.8.0/lib/rush.rb:83:in `require_relative' from /usr/local/share/gems/gems/rush2-0.8.0/lib/rush.rb:83:in `' from /usr/local/share/gems/gems/rush2-0.8.0/bin/rush:3:in `require_relative' from /usr/local/share/gems/gems/rush2-0.8.0/bin/rush:3:in `' from /usr/local/bin/rush:23:in `load'...
The following code can reproduce this bug: ```go package main import ( "log" debver "github.com/knqyf263/go-deb-version" ) func main() { from := "1.12+git+1+e37ca00-0.3" to := "1.12+git+1+e37ca0" verFrom, err := debver.NewVersion(from) if...