Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large number Error v1 and Error v2 while parsing STL map symbols #8

Closed
GoogleCodeExporter opened this issue Apr 15, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. Add the attached file to a Console project in C++ builder 2010
2. Compile the project with debug info added
3. Run tds2pdb on the tds file, and a pdb be will be cleanly generated, and the 
resulting executable debugs fine in WinDbg, (good stack information and the 
disassembler works correctly)
4. Remove the comment on line 37 and rebuild the code
5. run tds2pdb on the tds file, and hundreds of errors will be generated 
related to the STL map reference.

What is the expected output? What do you see instead?
I expect there not to be any errors. If these are ignorable warnings it would 
be helpful that these be marked as warnings. The full output is attached.

What version of the product are you using? On what operating system?
This is rev 26 on 64 bit Windows 7, running Borland C++ Build 10. .Net 4.0 is 
installed on my machine.

Please provide any additional information below.

I suspect that this is ignorable , but just making sure.

Original issue reported on code.google.com by ggaw...@gmail.com on 11 Jul 2012 at 2:23

Attachments:

@GoogleCodeExporter
Copy link
Author

I cannot reproduce the errors/warnings, can you send me the .exe and .tds?

Original comment by andre.mussche on 13 Jul 2012 at 12:12

@GoogleCodeExporter
Copy link
Author

I can reproduce the issue with the steps provided. I'm attaching the tds, exe 
and the pdb that is generated after those errors.

Original comment by alfic...@gmail.com on 25 Jul 2012 at 5:02

Attachments:

@GoogleCodeExporter
Copy link
Author

thanks for attachment, I made a small change so it doesn't log errors anymore 
(only warnings because name cannot be parsed)
http://map2dbg.googlecode.com/files/tds2pdb103.zip

Original comment by andre.mussche on 27 Jul 2012 at 7:14

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant