Comment 1 by Stephen Leake, Mar 29, 2011
The stack trace indicates that Botan is trying to use SSE2 instructions; does your CPU actually have those? Did you compile Botan from source? If not, try that, and try explicitly disabling SSE2. Also, the PCRE versions don't match; it says you compiled with version 7.9, but are using 4.5 runtime library.
Comment 2 by Tony Cooper, Apr 9, 2011
As I suspected - this was a bit of a red herring. Builds ok on Debian 5/6 and runs without crashing. I like Stephen's theory on this one, no SSE processor support for for an SSE enabled Botan library. The old build environment was a VM that was run on processors with and without SSE support and I suspect that when the Botan library was built it was on the box with SSE support. However I could not get Botan to build (I have no idea or record of how I did this before either, too old an STL perhaps?). On Debian 5/6 it built but it missed off some linker library switches on Deb5. I tracked this down to a missing .pc file for one of the additional libraries installed via a standard Debian package. Recreating this file led to a completely clean build and so this is a Deb 5 packaging issue. The Debian 5/6 binaries ran with no problems. So I am closing this ticket. Cheers, Tony.
Comment 3 by Tony Cooper, Apr 9, 2011
Status:
WontFix
Sign in to reply to this comment.
Reported by Tony Cooper, Mar 27, 2011