[cfe-dev] External Symbolizer with ubsan

zapadinsky zapadinsky at gmail.com
Tue Feb 26 22:39:16 PST 2013


> ? Each location should only be diagnosed once, even though we don't list a
> column-accurate location in the diagnostic.

I have clang from trunk as it was on 20-26 January. And Same location
reported many times.
....
/.../lib....so:0x14c5de0: runtime error: load of value 4294967295, which is
not a valid value for type '...'
/.../lib....so:0x14c4b86: runtime error: load of value 4294967295, which is
not a valid value for type '...'
/.../lib....so:0x14c5de0: runtime error: load of value 4294967295, which is
not a valid value for type '...'
/.../lib....so:0x14c4b86: runtime error: load of value 4294967295, which is
not a valid value for type '...'
....

The type is the same and shared library is the same and address and value



--
View this message in context: http://clang-developers.42468.n3.nabble.com/External-Symbolizer-with-ubsan-tp4030648p4030678.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list