New issue 324 by sqborev: I Can not make stabs section for my application
http://code.google.com/p/google-breakpad/issues/detail?id=324
Hello!
I want to use "dump_syms" for my application in Linux.
Compile it with flag "-gstabs+".
But when I try "dump_syms /tmp/my_app" ->
"Stab section not found.
Failed to write symbol file"
Why?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Did you compile "dump_syms" with -gstabs+, or your application with
-gstabs+? (You
need to do the latter.)