I was stepping through some code and into a routine that was being passed 3 "float *" arguments. Upon entry into the function the stack frame display(?) showed the 3 arguments as having a "Bad address". I had examined the 3 arguments from the caller and everything was fine.
Just to double check things I went ahead and put in a printf with the 3 arguments and printed out their addresses. All were fine. Why did TotalView show "bad address" for them?
Thanks.
Les