Hi,

1) I'm note able to checkpoint julia scripts, even by setting the environnement DMTCP_SIGCKPT to ...other number(!) than the default (12) variable

2) I also deal with a lot of dlopen warnings and errors that I can shut up by setting DMTCP_DL_PLUGIN to "0". Is there a way to avoid cleanly those dlopen/dlwrappers issues ( libs of julia LD_LIBRARY_PATH or something like that...before compilings dmtcp or just in runtime?)

version : 3.0.0 (Github version)
compilation: no issues
make Check: 66/66 TESt PASSED
small personal tests in fortran, C , python are OK...Matlab R2018a also (with some insults :-))

Thanks in advance,
Philippe

command : dmtcp_launch ./compteurf.jl


-------------extract of output------------
[40000] WARNING at signalwrappers.cpp:149 in sigaction; REASON='JWARNING(false) failed' "Application trying to use DMTCP's signal for it's own use.\n" " You should employ a different signal by setting the\n" " environment variable DMTCP_SIGCKPT to the number\n" " of the signal that DMTCP should use for checkpointing." = Application trying to use DMTCP's signal for it's own use.
  You should employ a different signal by setting the
  environment variable DMTCP_SIGCKPT to the number
  of the signal that DMTCP should use for checkpointing.
     stopSignal = 12


[40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libpcre2-8
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

[40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libpcre2-8.so
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

[40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libgmp
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

[40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libmpfr
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

[40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libdSFMT
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

[40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libdSFMT.so
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

WARNING: Error during initialization of module Random:
ErrorException("could not load library "libdSFMT"
libdSFMT.so: cannot open shared object file: No such file or directory")
[40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libopenblas64_
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

[40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libopenblas64_.so
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

[40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libopenblas64_
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

[40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libopenblas64_.so
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

WARNING: Error during initialization of module LinAlg:
ErrorException("could not load library "libopenblas64_"
libopenblas64_.so: cannot open shared object file: No such file or directory") [40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libgit2
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

[40000] WARNING at dlwrappers.cpp:76 in dlopen; REASON='JWARNING(ret) failed'
     filename = libgit2.so
     flag = 9
Message: dlopen failed!
You may also see a message 'ERROR: ld.so:'
 from libdl.so.
If this happens only under DMTCP, then consider setting the
environment variable 'DMTCP_DL_PLUGIN' to "0" before
'dmtcp_launch'.
If the problem persists, please write to the DMTCP developers.

fatal: error thrown and no exception handler available.
Base.InitError(mod=:LibGit2, error=ErrorException("could not load library "libgit2"
libgit2.so: cannot open shared object file: No such file or directory"))
rec_backtrace at /home/centos/buildbot/slave/package_tarball64/build/src/stackwalk.c:84 record_backtrace at /home/centos/buildbot/slave/package_tarball64/build/src/task.c:245 jl_throw at /home/centos/buildbot/slave/package_tarball64/build/src/task.c:564 jl_errorf at /home/centos/buildbot/slave/package_tarball64/build/src/rtutils.c:77 jl_dlerror at /home/centos/buildbot/slave/package_tarball64/build/src/dlload.c:74 [inlined] jl_load_dynamic_library_ at /home/centos/buildbot/slave/package_tarball64/build/src/dlload.c:205 jl_get_library at /home/centos/buildbot/slave/package_tarball64/build/src/runtime_ccall.cpp:159 jl_load_and_lookup at /home/centos/buildbot/slave/package_tarball64/build/src/runtime_ccall.cpp:170
unknown function (ip: 0x7f9ae5ef3106)
__init__ at ./libgit2/libgit2.jl:919
unknown function (ip: 0x7f9ae5ef3838)
jl_call_fptr_internal at /home/centos/buildbot/slave/package_tarball64/build/src/julia_internal.h:339 [inlined] jl_call_method_internal at /home/centos/buildbot/slave/package_tarball64/build/src/julia_internal.h:358 [inlined] jl_apply_generic at /home/centos/buildbot/slave/package_tarball64/build/src/gf.c:1933 jl_apply at /home/centos/buildbot/slave/package_tarball64/build/src/julia.h:1424 [inlined] jl_module_run_initializer at /home/centos/buildbot/slave/package_tarball64/build/src/toplevel.c:87 _julia_init at /home/centos/buildbot/slave/package_tarball64/build/src/init.c:733 julia_init at /home/centos/buildbot/slave/package_tarball64/build/src/task.c:297
unknown function (ip: 0x401656)
__libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
unknown function (ip: 0x40170c)


_______________________________________________
Dmtcp-forum mailing list
Dmtcp-forum@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dmtcp-forum

Reply via email to