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

Data race while calling ScrollPosition() #189

Open
Kvaz1r opened this issue Jan 7, 2020 · 0 comments
Open

Data race while calling ScrollPosition() #189

Kvaz1r opened this issue Jan 7, 2020 · 0 comments

Comments

@Kvaz1r
Copy link
Contributor

Kvaz1r commented Jan 7, 2020

Description

Just data race

Stack trace

Read at 0x00c0003a9ae0 by goroutine 74:
  github.com/nelsam/gxui/mixins.(*ScrollBar).ScrollPosition()
      T:/libraries/Gopath/src/github.com/nelsam/gxui/mixins/scroll_bar.go:156 +0x4c
  github.com/nelsam/gxui/themes/basic.(*ScrollBar).ScrollPosition()
      <autogenerated>:1 +0x4a
  github.com/nelsam/gxui/mixins.(*TextBox).runSelectionScroller()
      T:/libraries/Gopath/src/github.com/nelsam/gxui/mixins/textbox.go:606 +0x251

Previous write at 0x00c0003a9ae0 by goroutine 7:
  [failed to restore the stack]
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

1 participant