Hi all. We have a java web application calling C program which in turn using go program as a library. The go library was build with --buildmode= c-shared. Now we got a crash with the application, but there is no call stack for go program. We are thinking that it might be that java signal handler handles SIGSEGV differently from golang's. So we would like to see if we could reset signal handler in golang's to default. I have read package signal, and looks to me that Reset function only "undoes the effect of any prior calls to Notify". And how to set the signal handler to default without calling Notify before?
-- 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/95431cbc-81d3-4a28-8c46-4c1e3a1ee734n%40googlegroups.com.