Git Product home page Git Product logo

Comments (5)

ben-clayton avatar ben-clayton commented on May 3, 2024

Possibly related to #48

from gxui.

xyproto avatar xyproto commented on May 3, 2024

I looked at #48 first, but the error messages are pretty different.

from gxui.

tones111 avatar tones111 commented on May 3, 2024

I think this is a different from #48. Running with the race detector the relevant info is...

WARNING: DATA RACE
Read by goroutine 47:
runtime.chansend()
/build/go/src/go-1.4.2/src/runtime/chan.go:83 +0x0
github.com/google/gxui/themes/dark.func·011()
/home/paul/src/gosrc/src/github.com/google/gxui/themes/dark/progress_bar.go:39 +0x312

Previous write by main goroutine:
runtime.closechan()
/build/go/src/go-1.4.2/src/runtime/chan.go:257 +0x0
github.com/google/gxui/drivers/gl.func·013()
/home/paul/src/gosrc/src/github.com/google/gxui/drivers/gl/driver.go:115 +0x1e3
github.com/google/gxui/drivers/gl.(*Driver).run()
/home/paul/src/gosrc/src/github.com/google/gxui/drivers/gl/driver.go:85 +0x90
github.com/google/gxui/drivers/gl.StartDriver()
/home/paul/src/gosrc/src/github.com/google/gxui/drivers/gl/driver.go:47 +0x23d
main.main()
/home/paul/src/gosrc/src/github.com/google/gxui/samples/progress_bar/main.go:50 +0x37

Goroutine 47 (running) created at:
time.goFunc()
/build/go/src/go-1.4.2/src/time/sleep.go:129 +0x59

The problem is that there is no communication mechanism to notify the contols of impending termination. The driver attempts to flush any outstanding events prior to closing the event channels, but it's useless because it never told the controls to stop sending events.

There probably needs to be some sort of onTerminate or onDestroy event implemented by any object in the system. As parent objects (containers) are destroyed they would first propagate the signal to their children before then doing any necessary cleanup themselves. After everything has had a chance to clean up then the flush and channel closing can be done.

from gxui.

ben-clayton avatar ben-clayton commented on May 3, 2024

This should now be fixed. Please reopen if not.

from gxui.

xyproto avatar xyproto commented on May 3, 2024

Thanks!

from gxui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.