You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TEST 1 :
0) modified CMakelist to link xpas_aa_pos in recipe xpas_example_stats
binary xpas_example_stats built on lamarck
copy to local desktop computer
ldd shows
linux-vdso.so.1 (0x00007ffd269dd000)
libboost_serialization.so.1.74.0 => not found
libboost_iostreams.so.1.74.0 => not found
libboost_system.so.1.74.0 => not found
libboost_filesystem.so.1.74.0 => not found
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fa88bbc7000)
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fa88b9e5000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fa88b894000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fa88b879000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa88b687000)
/lib64/ld-linux-x86-64.so.2 (0x00007fa88bc01000)
installation of boost 1.74
execution on same database file => hangs forever on local desktop computer, behaviour of lamarck reproduced
CONCLUSION ==> it is the binary built on lamarck side that is faulty. Issue related to boost 1.74 ?
TEST 2 :
0) modified CMakelist to link xpas_aa_pos in recipe xpas_example_stats
xpas_example_stats build on local machine with local boost version (1.71).
I observed this weird behaviour a few times when loading tens of thousands of DB for clapas.
xpas::load()
on some rps databaseTo reproduce on lamarck :
The text was updated successfully, but these errors were encountered: