I've recently looking for any way to debug "go test -msan". I am facing with a core-dump (Segmentation Fault) when pipeline executing this command and I need more detailed background informations about what is going on. So, I need to a way to debug "go test" with included "-msan"(MemorySanitizer) option.
Thanks in advance!
I had a quick search on google about this subject but could not find any thing useful.