Segfault when calling SAMLConfig::getConfig().init()
Cantor, Scott
cantor.2 at osu.edu
Wed Jan 4 18:07:58 GMT 2012
On 1/4/12 12:20 PM, "Roland Kloeters" <roland.kloeters at xcom.de> wrote:
>
> I wrote some piece of code that works perfeclty under Linux but
> when I try to run the code under Windows it crashes when calling
> opensaml::SAMLConfig::getConfig().init().
>
> I am using opensaml-2.4.3 and I have built it with Visual Studio
> 2010 Express.
>
> What Information do I have to promote so that you can help me?
You'd probably need to run it under the debugger and see where it's
crashing. init doesn't throw any exceptions by design, it returns false
generally if there are problems.
More than likely you misbuilt something. Windows is not a trivial
environment and you have to know how to build things with it. Some of the
dependencies have to be heavily make-customized to work properly,
particularly openssl.
-- Scott
More information about the dev
mailing list