[Bug other/55333] libsanitizer StackTrace::FastUnwindStack wrong x32

2012-11-19 Thread konstantin.s.serebryany at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55333



Konstantin Serebryany konstantin.s.serebryany at gmail dot com changed:



   What|Removed |Added



 CC||konstantin.s.serebryany at

   ||gmail dot com



--- Comment #4 from Konstantin Serebryany konstantin.s.serebryany at gmail dot 
com 2012-11-19 13:59:31 UTC ---

upstream: http://llvm.org/viewvc/llvm-project?rev=168306view=rev


[Bug other/55333] libsanitizer StackTrace::FastUnwindStack wrong x32

2012-11-16 Thread hjl at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55333



--- Comment #2 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2012-11-16 
12:02:33 UTC ---

Author: hjl

Date: Fri Nov 16 12:02:29 2012

New Revision: 193557



URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193557

Log:

Define/use hardware pointer type for stack unwind



PR other/55333

* include/sanitizer/common_interface_defs.h (uhwptr): New type

for hardware pointer.

* sanitizer_common/sanitizer_stacktrace.cc (StackTrace::FastUnwindStack):

Replace uptr with uhwptr for stack unwind.



Modified:

trunk/libsanitizer/ChangeLog

trunk/libsanitizer/include/sanitizer/common_interface_defs.h

trunk/libsanitizer/sanitizer_common/sanitizer_stacktrace.cc


[Bug other/55333] libsanitizer StackTrace::FastUnwindStack wrong x32

2012-11-16 Thread hjl.tools at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55333



H.J. Lu hjl.tools at gmail dot com changed:



   What|Removed |Added



 Status|UNCONFIRMED |RESOLVED

 Resolution||FIXED

   Target Milestone|--- |4.8.0



--- Comment #3 from H.J. Lu hjl.tools at gmail dot com 2012-11-16 12:03:16 
UTC ---

Fixed.