|
From: Niall D. <ndo...@bl...> - 2013-06-13 14:46:47
|
Dear valgrind devs,
Can anyone explain what's going on with this? Valgrind (Callgrind) is
outputting function locations like this:
set_clipboard_path'QString::~QString()'QVariant::cmp(QVariant const&)
const'QString::fromAscii_helper(char const*,
int)'QString::~QString()'QVariant::~QVariant()
__generic_strcpy'set_clipboard_path'QString::~QString()'QVariant::cmp(QVaria
nt const&) const'QString::fromAscii_helper(char const*,
int)'QString::~QString()
or worse:
0x00053c0f'0x00052d01'0x000538c1'QString::fromAscii_helper(char const*,
int)'QMapData::node_create(QMapData::Node**, int, int)'0x00054f39
0x00010075'0x0000fef9'0x0000ffaf'0x0000e0b7'0x0000e811'0x0000e681
Basically, why are there single quotes (') everywhere and what does this
mean?
FYI this is occurring if valgrinding a forked process child. If we don't
fork, it doesn't happen.
Thanks,
Niall
---
Opinions expressed here are my own and do not necessarily represent those of
BlackBerry Inc.
|