Gene Cooperman
Gene Cooperman
Hi @leipan, I tried reproducing your bug on Fedora 33 and dmtcp-3.0 (master branch), and I'm not seeing the bug locally. I am interested in tracking this down. I can...
This issue began with DMTCP 2.5.0. In the year 2021, we intend to finally release DMTCP-3.0 (DMTCP master branch). Let's continue this discussion in issue #882, which is based on...
Hi @kloczek, We've now pushed into the 2.6 branch the fix for the STAT problem that you mention. Please use git to pull the latest from the 2.6 branch. (This...
So, we're discussing two different targets here: using Fedora's `rpmbuild -ba --with check dmtcp.spec` and building as we do upstream: `./configure && make -j` On Fedora Rawhide, I've only tested...
Good. I'll try that dmtcp.spec with the latest 2.6 branch, and tell you what I see on Rawhide.
@kloczek , Thanks for catching this. This seems to be a bug in our `configure.ac`. Our old `configure` still works, but `autoreconf` exposes the bug(s) in `configure.ac`, and we haven't...
Hi Jaxon, Sorry for the delay in getting back. Unfortunately, 'malloc' can pose special issues because DMTCP also has its own internal allocator. I would suggest experimenting with: dmtcp_launch --disable-dl-plugin...
Hi Mike, How easy would it be for us to set up ModeSMixer2 locally here, and observe this bug? That will be easiest for us. Thanks, - Gene ________________________________________ From:...
Hi @karya0. Since I opened this issue, I've now put in PR #886 to update the code around stat. Could you do a review of that PR? (Unfortunately, we're seeing...
Hi @karya0 . Thanks!!! :-) I've now clicked on the "update branch" button for many of the github PRs. They are now passing the Travis test. After this, we should...