> > It might be BUF_LEN defined in VG_(describe_IP) in
> > coregrind/m_debuginfo/debuginfo.c, currently 4096.
> > Alternatively you can use --demangle=no and demangle
> > the output by hand by pushing it through c++filt.
> >
>
> There is also a hard-coded limit here:
>
> void VG_(demangle) ( Bool do_cxx_demangling, Bool do_z_demangling,
> Char* orig, Char* result, Int result_size )
> {
> # define N_ZBUF 4096
> HChar* demangled = NULL;
> HChar z_demangled[N_ZBUF];
>
> If you increase N_ZBUF does it fix your problem?
I will try this in a second. Fixing BUF_LEN and also ERRTXT_LEN in
another file didn't do anything. I stuck with --demangle=no for a
while, but will try to modify this as well.
Thanks,
Jakub
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users