Hello Dave, Thank you for your bug report. I am Michael and I maintain libloc.
Your analysis is spot on. Unfortunately the function that seems to fail is kind of one of the most complex ones in the whole library. Debugging it without —-enable-debug is kind of impossible, so I don’t quite know where to start. On x86_64 (which is my development platform) the build runs through no matter whether I enable the debugging code or not. I manually searched the entire code base for some variable increment in a DEBUG() statement that is then compiled out. Nada. Can you think of anything that makes hppa and alpha special? Especially together? We have other 32 bit architectures which work fine, so it isn’t that. The compiler warnings in the log are mostly formatting issues which I need to resolve, but they don’t have any effect. So, any pointers where I could look next? Best, -Michael