DBX internal warnings in SunStudio 12
I have recently installed SunStudio 12 in Debian 4.0 x64. For the first time, I saw the debugger working: in all previous Express versions, the debugger hangs immediately. In SunStudio 12 I am able to debug an application, but the debugger prints the following messages as soon as I press F5:
--
dbx: internal warning: Mismatched checksum - file /lib64/ld-2.3.6.so has 1cbd6c2c, expecting 509bb065
dbx: internal warning: Mismatched checksum - file /lib/libpthread-2.3.6.so has b9900a86, expecting 268fc466
dbx: internal warning: Mismatched checksum - file /lib/libm-2.3.6.so has 5af935ea, expecting 13f6c212
dbx: internal warning: Mismatched checksum - file /lib/libc-2.3.6.so has e2049a, expecting e16b20f5
Too many errors ...
--
Since all the warnings are about checksums, I thought something was wrong during download, so downloaded SunStudio again, and reinstalled it; I still get the same warnings.
Note that, despite the warning messages, the debugger seems to work, except that some local variables are missing from the "Local Variables" window (for some reason, Dbx doesn't recognize them as such). Nevertheless, step operations etc work as expected.
Any idea?

