struct_layout icon indicating copy to clipboard operation
struct_layout copied to clipboard

RuntimeError: maximum recursion depth exceeded in cmp

Open aktau opened this issue 11 years ago • 2 comments

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

aktau avatar Jan 02 '14 14:01 aktau

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

kodawah avatar Mar 23 '15 19:03 kodawah

Same issue here.

larseggert avatar Aug 13 '15 12:08 larseggert