Bug 269599 - Increase deepest backtrace
Summary: Increase deepest backtrace
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-28 10:30 UTC by LE GARREC Vincent
Modified: 2013-03-31 20:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LE GARREC Vincent 2011-03-28 10:30:56 UTC
Dear,
I have make a very small GUI for valgrind for my specifics needs. It's working quite good but I *need* to have the whole backtrace. For CLI program no problem but for GUI program (gtk for example), I never have the whole backtrace even with --num-callers=50. So I have to compile valgrind myself and modify #define VG_DEEPEST_BACKTRACE 50 to #define VG_DEEPEST_BACKTRACE 999 and after, all works fine.
Could it be possible to make this change definitely ? Because without this change my program will never be usable by someone but me.
Best regards.
Comment 1 Philippe Waroquiers 2013-03-31 20:51:23 UTC
Since 3.8.0, --num-callers accepts a value up to 500