On May 13, 2005, at 10:56 AM, Martin Vermeer wrote:

(I tried doing a "Function Trace" within Shark, specifying
QFontEngineMac::doTextTask as the function to trace, but I get the
following error message: "Failed to subvert traced functions. Verify
that all of the symbols to trace exist in the target program. For C++,
specify only mangled symbol names. [FunctionDataSource]". Clearly, I'm
just not understanding what I'm doing....)

Yes, that's the problem... "no symbols". You need to have the program compiled
with debugging symbols (-g option). Sure you have?

I recompiled setting CFLAGS to include "-g"; is that what you meant? In any case, it didn't change anything: I get the same error message.


Bennett



Reply via email to