Closed pjknowles closed 2 years ago
In GitLab by @klauspdoll on Apr 29, 2022, 13:54
marked this issue as related to #51
In GitLab by @klauspdoll on Apr 29, 2022, 14:29
No failure with apple compilers.
This issue is a spin off from #51 , as I ran the command
program/sjef status ~/klaustest/h2o.molpro
with valgrind. Essentially, valgrind warns about:
sjef-program.cpp:97
which is
m_recent_projects_file = expand_path(recent_projects_directory + "/projects");
sjef.cpp:1684
which is
if (fs::path{text}.extension().native() != std::string{"."} + suffix and !suffix.empty())
In GitLab by @klauspdoll on May 10, 2022, 13:36
As seen in #51, this crash vanishes when boost and sjef are both built with gnu-compilers.
In GitLab by @klauspdoll on Apr 29, 2022, 13:54
This may be related to #51 .
version 1.17.2
build with gnu compilers:
basic command "status" crashes:
with debugger, relevant output:
valgrind, relevant warnings :