Re: [Cppcms-users] SIGABRT problem raised between SVN rev1474 and 1491
Brought to you by:
artyom-beilis
From: Julian P. <ju...@wh...> - 2010-10-27 23:28:37
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 27.10.2010 23:28, schrieb Artyom: > I did also, on x86 - works well. > So give the exact code please. > > If it crashes I think you compile against different version > of CppCMS that you actually link with and you get crash as they ABI > incompatible. > I set up a clean Debian Lenny chroot, installed cppcms' dependencies and built the test program again, it works without problems there. So your guess seems to be right, I am probably linking to an old libcppcms version, but the problem is, I don't know why. Do I have to remove the old libcppcms.so before running make install to install the new libcppcms? I have no other copy of this library in the chroot than in /usr/lib, and this is overwritten on make install, at least that is what cmake outputs. So there seems to be no possibility that my program links against an old release of libcppcms accidentially. Are the header files updated reliably, too? Or should I try and remove them from my /usr/include? Additionally, I seem to have this problem on the two of my build chroots - - the one I use for ARM builds and the one I use for my 32bit x86 builds. I will further investigate into this problem and try to clean my build root and report back. Julian -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJMyLWlAAoJENidYKvYQHlQJsQP/128jMHL4PTl6Zt4Dz0Wp9wS iWHiFye0pcfg4npF2QqpbG8Mtt3fw/82fgtfcSX4mkmu/5gd7vYyZeKZVZObwvKa F/AsS+t7trLLaivS6o/TSCjh7fXVwijdMkr2wdS93o2AWjV6syzRiR+/JWIBl+Fx mnWzYCKueFhKOBJztEfCmu9YsHrxZb+h91V66bO1AQZa7j0ORyU7Is9zPr4kU4so NUfHRsARvCoiVbz9U0hI7oYQCTeTbg0K2eLrlR8lBluBdztK1aj2ShOSk3EsSqWu Fs4oCTptoSFMM3IiXwPT3HOhOjpRdjlqUapse6ViGcYYK1xo2kOkRLXadw6uayyU 15qazUfmathX7G4dXhNDQtjvNm5mujp1Vxwh3fkKY8wfU4cGvk2b7JsJWooyYQz9 0U05XetL0AaLctzCdj2wZL35Oj2Y0NH8QiUVGPF03Vw/ilP6fIyl+juwLvycVnJB 24+oYSIwGLH46Kdez31fe5uMPxN4ejfN8EP1VcY14aWFPfbMDWXfUBadQFQfFJHz phB7w4HWJfWMM5vFB9S2nBwTZv8VQfFobqHFDEvXDm5AIylJyVmAjLivV4ahtiz9 kEOcQmbUwm0++HCE/J2m8tn9eFht3Rt3lqcBLn6vZLuIc2xOJNY3SHMyH0PQSPUl CjDMM11l+HVDhYsXJSof =vQod -----END PGP SIGNATURE----- |