On Monday 10 January 2011, Julian Seward wrote: > I thought we fixed this already.
Hmm.. one issue was Valgrind crashing in the demangler because of low stack space. We fixed this by enlarging the tool stack. I think the problem noted by the OP here is that some tools (which ones?) truncate symbols in their output. Manuel: A workaround is to write mangled symbols to the output (use --demangle=no), and demangle them afterwards by running the output trough c++filt. Josef > Which version of Valgrind is this? > > J > > On Monday, January 03, 2011, Holtgrewe, Manuel wrote: > > Dear all, > > > > is there a way to increase the maximum displayed length for demangled C++ > > object lengths? I have code here that uses pretty convoluted template > > constructs. This, in turn, makes valgrind clip the name after roughly 4096 > > characters. > > > > I already tried to adjust some #defines with this length but this only made > > valgrind crash :/ > > > > Bests, > > Manuel > > --------------------------------------------------------------------------- > > --- Learn how Oracle Real Application Clusters (RAC) One Node allows > > customers to consolidate database storage, standardize their database > > environment, and, should the need arise, upgrade to a full multi-node > > Oracle RAC database without downtime or disruption > > http://p.sf.net/sfu/oracle-sfdevnl > > _______________________________________________ > > Valgrind-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/valgrind-users > > > ------------------------------------------------------------------------------ > Gaining the trust of online customers is vital for the success of any company > that requires sensitive data to be transmitted over the Web. Learn how to > best implement a security strategy that keeps consumers' information secure > and instills the confidence they need to proceed with transactions. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Valgrind-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/valgrind-users > ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
