SOLVED! Thank you all for the helpful suggestions. Although it has turned out to be something totally different, and a teachable lesson in web app design...
This go tool of mine has a very simple web interface with controls for a set of jobs on the main page. The jobs on this list can be run, viewed, and most importantly, cancelled via an endpoint of the form "/cancel/?id=nnnnnnn" ... I have had the site up in a "demo" mode on the public internet at various times, including recently -- it turns out that very recently some crawl bots must have found it, and they are following those /cancel/ links on the dashboard almost as soon as they appear -- they must be scanning at <5sec intervals to find the new unique jobIDs encoded in each 'cancel' link. Oops :) The app's usually behind an auth page, but this time it wasn't. I'm not a web dev so rookie mistake I suppose! I guess I really should have a 'robots.txt' file served out by my go app to prevent this, and perhaps consider other client session ids to prevent outside crawlers from accidentally activating my app's link endpoints. Thank you again, all. On Sat, Mar 2, 2024 at 6:23 PM Robert Engels <reng...@ix.netcom.com> wrote: > I would be also try reverting the Go version and ensure that it continues > to work. Other system libraries may have been updated. > > > On Mar 2, 2024, at 12:05 PM, Ian Lance Taylor <i...@golang.org> wrote: > > > > On Sat, Mar 2, 2024 at 9:59 AM Russtopia <rma...@gmail.com> wrote: > >> > >> Symptom: mysterious "signal: killed" occurrences with processes spawned > from Go via exec.Cmd.Start()/Wait() > > > > The first step is to tell us the exact and complete error that you > > see. "signal: killed" can have different causes, and the rest of the > > information should help determine what is causing this one. > > > > Ian > > > > -- > > You received this message because you are subscribed to the Google > Groups "golang-nuts" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to golang-nuts+unsubscr...@googlegroups.com. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/golang-nuts/CAOyqgcXR6hBSnGLjehwng%2BXp4QQ8ZznramEAZTmD%3D6tVwFirTg%40mail.gmail.com > . > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAN4yCu8DRA-iPvuC_r4ToGAoADRG_ejYBCTVQ060O0tSK1rESA%40mail.gmail.com.