Thanks Ian for the clarification. I will tailor the tests so only one of
those sanitizers are turned on in one test run.
Narayanan.
--
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
Hi,
I have a go application (which uses cgo in case it helps) that started
giving the error in the email subject once I added *-ldflags
'fsanitize=address'* to the *go build -race* and *go test -race *commands.
The go build and go test commands had -race turned on from before and have
been wor