You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.
./print_ctypes.py /tmp/3/sy55gkj5l0gk4/BUGSLAYERUTIL.PDB
What is the expected output? What do you see instead?
================================================================================
Debugging exception of Struct('type'):
File "/usr/lib/python2.5/site-packages/construct/debug.py", line 111, in
_parse
return self.subcon._parse(stream, context)
File "/usr/lib/python2.5/site-packages/construct/core.py", line 522, in
_parse
subobj = sc._parse(stream, context)
File "/usr/lib/python2.5/site-packages/construct/core.py", line 700, in
_parse
obj = self.cases.get(key, self.default)._parse(stream, context)
File "/usr/lib/python2.5/site-packages/construct/core.py", line 522, in
_parse
subobj = sc._parse(stream, context)
File "/usr/lib/python2.5/site-packages/construct/core.py", line 996, in
_parse
stream2.close()
File "/usr/lib/python2.5/site-packages/construct/lib/bitstream.py", line
13, in close
self.total_size)
ValueError: ('total size of read data must be a multiple of 8', 28)
(you can set the value of 'self.retval', which will be returned)
> /usr/lib/python2.5/site-packages/construct/lib/bitstream.py(13)close()
-> self.total_size)
(Pdb)
What version of the product are you using? On what operating system?
Last version on linux.
Please provide any additional information below.
Original issue reported on code.google.com by yaroslav...@gmail.com on 20 Mar 2010 at 4:10
Original issue reported on code.google.com by
yaroslav...@gmail.com
on 20 Mar 2010 at 4:10Attachments:
The text was updated successfully, but these errors were encountered: