Git Product home page Git Product logo

Comments (4)

CHTJonas avatar CHTJonas commented on August 15, 2024 1

I see what's going on there. The time.AfterFunc() could be an interrupt handler, for example, which might race if the user hits Ctrl+C at or near the configured pinger.Timeout.

I wonder whether pinger.Stop() could be made to return an error in cases when it is called more than once and/or whether this is actually useful to anyone?

from ping.

ks07 avatar ks07 commented on August 15, 2024

It looks like #83 by @voidint already fixes this issue with a sync.Once

from ping.

CHTJonas avatar CHTJonas commented on August 15, 2024

Unable to reproduce, I'm afraid. If you can provide a concrete example that fails when using the latest commit on master then we can reopen.

from ping.

ks07 avatar ks07 commented on August 15, 2024

The issue is that the internal timeout and packet counting mechanisms close the p.done channel, which Stop() also closes. You can reproduce with a contrived example like:

https://gist.github.com/ks07/4f9a57af233027b194801323017b0141

2020/10/17 17:33:45 24 bytes from 8.8.8.8: icmp_seq=0 time=31.0067ms
panic: close of closed channel

goroutine 9 [running]:
github.com/go-ping/ping.(*Pinger).Stop(...)
	C:/Users/George/go/pkg/mod/github.com/go-ping/[email protected]/ping.go:381
main.main.func2()
	C:/Users/George/go/src/pingerExample/main.go:30 +0x5d
created by time.goFunc
	C:/Programs/Go/src/time/sleep.go:167 +0x4b

Process finished with exit code 2

In a real world use case the time.AfterFunc() call would be some other cancellation method handled in a separate goroutine.

from ping.

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.