Simson L. Garfinkel
Simson L. Garfinkel
It's not clear what is hanging, but chatGPT says that after all of the tests run, automake does some process cleanup and waits for all processes to finish. So it's...
@uckelman-sf — See https://github.com/sleuthkit/sleuthkit/actions/runs/11467124445/job/31909322117 We now have a case of test_fiwalk running but the `make test` that includes fiwalk of not ending. Of course, this is inconclusive because the hang...
I have tried. If you have any suggestions, please let me know. It’s complicated by the fact that it is indeterminate. Which makes it seem like it’s probably something with...
Hm. And not fiwalk. Well, that's progress, I guess. But harder to debug.
Does it run all the test simultaneously in different threads, or does it run them sequential? I remember that being an option. On Thu, Oct 24, 2024 at 12:34 PM...
That would make sense. I've had inconsistent luck with threadSanitizer, but we might want to give it a try. I had previously looked at fs_thread_test.cpp and had concerns. Here is...
Thank you for looking into this On Fri, Oct 25, 2024 at 11:41 AM Joel Uckelman ***@***.***> wrote: > I'm preparing a fix for this now. > > — >...
You are welcome to submit a pull request that corrects this.
This is great, but we need a solution to compile it with a modern Java. There are syntax changes required. Would you be willing to do that? We would like...
That would be great. I’ve haven’t programmed in Java since 1996. A lot of people would appreciate having this work again. The alternative project is to rewrite the user interface...