Simson L. Garfinkel
Simson L. Garfinkel
Hi. It works now! Typically you need to run bootstrap to create the configure file.
I’ve seen problems with warnings about `-lc++` being provided twice. That’s not a problem. We will create a regression test for tsk_loaddb. > On Nov 26, 2024, at 7:25 PM,...
Hi @bcarrier - is this still an issue?
No idea. Let's see what happens next time.
happened again: https://github.com/sleuthkit/sleuthkit/actions/runs/11172561508/job/31059210985
I'm re-running https://github.com/sleuthkit/sleuthkit/actions/runs/11172561508 to see if that solves the problem, and I'm setting the job timeout to 30 min, which should be enough. c.f. https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
Here is the output of are recent run in which address-sanitizer failed: https://github.com/sleuthkit/sleuthkit/actions/runs/11196499434/job/31125415741  And here is the output where it worked: https://github.com/sleuthkit/sleuthkit/actions/runs/11195090186/job/31122341504  @uckelman-sf - This doesn't make sense...
https://github.com/sleuthkit/sleuthkit/issues/3022
Still, I wonder what's failing. What happens after it prints the last `PASS` before it prints `Testsuite summary` ?
> asan can slow things significantly as well, not sure how long a local run takes, also realize that the CI test might run with different conditions https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners But no...