Hello,

I'm trying to use mdb from script

echo "::findleaks -v -d " | mdb -p $pid | c++filt

However, it does not work: it seems that when mdb input is redirected, 
it wraps lines at 80 characters and C++ names are not demangled 
correctly. Setting COLUMNS does not help. It does not happen with mdb 
run manually.

Does anyone know if there is a way to solve this issue?

Thanks


Reply via email to