struct_layout
struct_layout copied to clipboard
RuntimeError: maximum recursion depth exceeded in cmp
Very cool project, wanted to look what my structs looked like but possibly my project pulls in too many things? I'll dump some output here:
$ struct_layout.py build/main.o 2>&1 | pbcopy
... see dump file
main.o comes from one of my projects: https://github.com/warfare/prototype, dump: https://gist.github.com/aktau/8219878 OS: OSX 10.9.1 Compiler: clang 3.3, debugging flags on
I have a similar problem on OSX (10.9.5) and with clang 3.3 or gcc 4.9 I always get
RuntimeError: maximum recursion depth exceeded in cmp on any object file I try on
Same issue here.