Results 4 issues of kylin

![image](https://user-images.githubusercontent.com/3191070/72589537-845e2100-3936-11ea-9dc3-dc7d920da907.png)

when i run go build then some message show like this: cannot use &Logger{} (value of type *Logger) as "github.com/casbin/casbin/v2/log".Logger value in argument to log.SetLogger: *Logger does not implement "github.com/casbin/casbin/v2/log".Logger...

Inactive

### Reproduction link [https://github.com/go-admin-team/go-admin.git](https://github.com/go-admin-team/go-admin.git) ### Steps to reproduce ./go-admin.exe migrate -c config/settings.yml ### What is expected? ### What is actually happening? CREATE UNIQUE INDEX idx_sys_casbin_rule ON sys_casbin_rule (ptype,v0,v1,v2,v3,v4,v5,v6,v7) panic: Error...

Inactive

你好,我构建索引的时候会出现异常,这个异常时间歇性的,下面是错误信息 terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc SIGABRT: abort PC=0x7f905a6be495 m=7 sigcode=18446744073709551610 signal arrived during cgo execution 请问这是什么原因呢

Stale