GithubHelp home page GithubHelp logo

Comments (7)

gc00 avatar gc00 commented on September 26, 2024

... and I see that DMTCP-2.0 does not have any bug here, for CentOS 7. Later, I'll do a git bisect or other strategy to figure out the difference. But I remember that we modified the way we handle wrapper functions somewhere between version 2.0 and the present.

from dmtcp.

gc00 avatar gc00 commented on September 26, 2024

And I've done a preliminary git-bisect. I'll try to refine it further later.

The bug is in this range (for both CentOS 6.6 and CentOS 7):
git log 87ded92..487eef9
12/25/13 to 2/21/14

And here are the summaries of those commits:

bad: [487eef9] Remove JALIB stuff from mtcp/Makefile.in.

git bisect bad 487eef9

good: [87ded92] IPC: Multi-arch support for sendFd/recvFd.

git bisect good 87ded92

from dmtcp.

gc00 avatar gc00 commented on September 26, 2024

The bug is now in the range 1d6c4d1..84601e3 (from 12/25/13 to 2/16/14).

from dmtcp.

gc00 avatar gc00 commented on September 26, 2024

The bug is now in the range ea3c100..ab651cf (from 12/25/13 to 1/20/14).

from dmtcp.

gc00 avatar gc00 commented on September 26, 2024

I found the bug fix affecting standalone launch for m32. I did a bisect by hand in the above range, and that gave me the clue for what was missing. This bug fix (commit 9445ba7 ) affects only standalone m32, and not multi-arch.
This means that we still have a bug during restart when address randomization is turned on. This bug occurs both for m32 standalone and for multi-arch. The standalone case is issue #62 .

from dmtcp.

gc00 avatar gc00 commented on September 26, 2024

For the bug on restart, the bad commit is: dec2c26 This was found by manually doing a git bisect using test/misc/multi-arch.sh at each step. This agrees with the first bad commit found when running under 32-bit Ubuntu 9.10 (using a standard ./configure; make). The commit message is (from 3/16/15):

vDSO cleanup.   
The newer vDSO/vvar sections are mremap()'d to the older vDSO/vvar addresses.

from dmtcp.

gc00 avatar gc00 commented on September 26, 2024

Commits 2cc8e7e and 2cc8e7e fix the two bugs listed here.

from dmtcp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.