]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Document Helgrind limitation that old access stack traces have maximum 8 entries
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 20 Jul 2012 23:40:35 +0000 (23:40 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 20 Jul 2012 23:40:35 +0000 (23:40 +0000)
commit9f4932eeeceaffc5fe97f2b85fd996cec423c7b8
tree805a3880222f8f9bba549370ae010c63849426e2
parentb3d571d1d884a3b3ffea37ee599f214ef127953f
Document Helgrind limitation that old access stack traces have maximum 8 entries

#define N_FRAMES 8
(defined in libhb_core.c:3888)

implies that 'other thread' stack traces are limited to 8,
even with a bigger --num-callers.

=> document this in the manual to avoid that a user believes this is a
bug in the stack trace logic of Valgrind.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12767
helgrind/docs/hg-manual.xml