Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

engine pool data race #17

Open
woshi3357891 opened this issue Jul 29, 2021 · 2 comments
Open

engine pool data race #17

woshi3357891 opened this issue Jul 29, 2021 · 2 comments

Comments

@woshi3357891
Copy link

WARNING: DATA RACE
Read at 0x00c038a220b8 by goroutine 61:
github.com/bilibili/gengine/engine.(*GenginePool).getGengine()
/Users/liupengtao/go/pkg/mod/github.com/bilibili/gengine@v1.5.6/engine/gengine_pool.go:160 +0x77
github.com/bilibili/gengine/engine.(*GenginePool).prepareWithMultiInput()
/Users/liupengtao/go/pkg/mod/github.com/bilibili/gengine@v1.5.6/engine/gengine_pool.go:522 +0x50
github.com/bilibili/gengine/engine.(*GenginePool).Execute()
/Users/liupengtao/go/pkg/mod/github.com/bilibili/gengine@v1.5.6/engine/gengine_pool.go:706 +0xa3

Previous write at 0x00c038a220b8 by goroutine 67:
github.com/bilibili/gengine/engine.(*GenginePool).putGengineLocked.func1()
/Users/liupengtao/go/pkg/mod/github.com/bilibili/gengine@v1.5.6/engine/gengine_pool.go:195 +0x269

@rencalo770
Copy link
Collaborator

这个已经过测试,无问题的

@shikbupt
Copy link

the v1.5.7 has the data race bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants