0

I want to use shark to profile my application(I used it before and it worked fine), but now it does not show any function name. I have only Unknown Library and address[unknown] in symbol column. Some project parts are static libraries(compiled and linked in same project, with debug symbols on). Function names from standard lib or from other framework are shown.

Thanks for help!

Mircea Ispas
  • 20,260
  • 32
  • 123
  • 211

1 Answers1

0

Did you compile with debug symbols activated? Release builds have the symbols stripped and hence shark cannot show them.

Max Seelemann
  • 9,344
  • 4
  • 34
  • 40
  • (compiled and linked in same project, with debug symbols on) Yes, I compiled with debug symbols activated – Mircea Ispas Sep 01 '10 at 07:20
  • There's someone with the very same problem. Maybe it's a bug? http://stackoverflow.com/questions/2048086/shark-does-not-show-source-code – Max Seelemann Sep 01 '10 at 11:59