kholdfuzion / pdbparse

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

Using pdb_print_ctypes.py gives TypeError #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use ntdll.pdb from the Windows XP SP3 Symbols
2. python pdb_print_ctypes.py ~/Documents/VirtualBox\ share/ntdll.pdb

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

- Expected result is struct information.

- Actual result:

/*******  Structures  *******/
typedef struct _EX_PUSH_LOCK_WAIT_BLOCK { // 0x1c bytes
Traceback (most recent call last):
  File "pdb_print_ctypes.py", line 1111, in <module>
    struct_pretty_str(s, opts.gcc)
  File "pdb_print_ctypes.py", line 969, in struct_pretty_str_nofwd
    print flstr(lf)
  File "pdb_print_ctypes.py", line 904, in flstr
    if s.leaf_type == "LF_MEMBER" ]
  File "pdb_print_ctypes.py", line 530, in memb_str
    size_str = '%#x' % size
TypeError: %x format: a number is required, not NoneType

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

- Using the latest version from Subversion on April 8th 2014 on Ubuntu 13.10.

Please provide any additional information below.

(none)

Original issue reported on code.google.com by r...@rustradio.org on 8 Apr 2014 at 1:12

GoogleCodeExporter commented 9 years ago
Oh, x86 Windows XP SP3, see attachment.

Original comment by r...@rustradio.org on 8 Apr 2014 at 2:19

Attachments:

GoogleCodeExporter commented 9 years ago
This was easily fixed by using the --width=4 option.

Original comment by r...@rustradio.org on 22 Aug 2014 at 1:20

GoogleCodeExporter commented 9 years ago
Closing.

Original comment by moo...@gmail.com on 23 Aug 2014 at 5:01