On Thu, Sep 7, 2023 at 11:41 PM Danilo bestbug
<bestbug.corporat...@gmail.com> wrote:
>
> Some weeks ago I've opened a possible bug on github and the only response I 
> received is a reference to
> "This looks like the program (the Go runtime, or not) intentionally crashing 
> when it is already in a bad condition, like receiving an unhandled signal on 
> a non-Go thread."
>
> I would like to stop the GO system to do this kind of behaviour (intercepting 
> unhandled signal) otherwise the team who work on the crash keep searching the 
> problem on the GO thread crashed instead of elsewhere. This for us is a big 
> problem and I love if someone can help me to address this matter!

I'm sorry, I don't really understand what you are asking.  What I can
tell you is that signal handling in Go programs is managed via the
os/signal package.  See https://pkg.go.dev/os/signal.

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/CAOyqgcXYe-n%3DZvF4h5sMJWZO%2BGTYVfMJgvwS-KUPi1yogDyk3g%40mail.gmail.com.

Reply via email to