karimjimo / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

dump_syms.exe crashing while generating symbol file #446

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to Generate the .sym file for "KademliaDemo.exe" on one of our 
Projects
2. command used was -> "dump_syms.exe KademliaDemo.exe > KademliaDemo.sym"

What is the expected output? What do you see instead?

Expected output was to get the Symbol File generated for the provided 
executable.

Output was dump_syms crashed while generating the symbol file

What version of the product are you using? On what operating system?

OS: Windows 7 32Bit

Version of Breakpad: 833

Please provide any additional information below.

The Executable used is part of an open source rep found at 
"https://github.com/maidsafe/MaidSafe-DHT"
"https://github.com/maidsafe/MaidSafe-Common" (First Rep would need this)

Symbol Generation worked fine on the same machine on the test progs found here 
at the wiki. However on this one it parses information for a duration and 
crashes at the line "if (function->get_undecoratedNameEx(undecorate_options, 
name) != S_OK) {"

in file : pdb_source_line_writer.cc

this is called from PrintCodePublicSymbol...

Would be great if this issue could be resolved and please do let me know if you 
need any more information on this issue.

Original issue reported on code.google.com by viv.rajk...@maidsafe.net on 12 Sep 2011 at 10:58