Giter VIP home page Giter VIP logo

Comments (8)

raingloom avatar raingloom commented on July 24, 2024

after adding a few gigs of swap:

cpu% git/clone 'git://git.savannah.gnu.org/guix.git'
fetching...
indexing (0/288594):...............................git/fetch: malloc: segments overlap
clone failed.
cleaning up guix
cpu% 

from git9.

oridb avatar oridb commented on July 24, 2024

Is this still a problem for you? (lots of changes and efficiency improvements since this was posted)

from git9.

oridb avatar oridb commented on July 24, 2024

(Works for me, tentatively closing)

from git9.

raingloom avatar raingloom commented on July 24, 2024

My CPU server was down so I couldn't test it, I'm trying to clone it again, but if it worked for you, it's probably fixed.

from git9.

raingloom avatar raingloom commented on July 24, 2024

Still getting this error with swap enabled:

cpu% git/clone 'git://git.savannah.gnu.org/guix.git'
fetching...
indexing (0/299424):.................................git/fetch: malloc: segments overlap
cpu% 

from git9.

raingloom avatar raingloom commented on July 24, 2024

Might be a bug in malloc though, maybe an overflow?

from git9.

raingloom avatar raingloom commented on July 24, 2024

The system is a Raspberry Pi 3 B+, running a (slightly outdated, but only by a few months) 32 bit kernel.

from git9.

oridb avatar oridb commented on July 24, 2024

That message means it's definitely running out of memory (segments overlap means that the heap has grown to meet the stack). I'm a bit surprised, but I guess it's plausible. Try dropping Cachemax in git.h to maybe, 512, and report back?

If not, maybe turn the out of memory in malloc into an abort so you can run leak on the broken proc. guix doesn't seem like it's particuarly big, so I'm not sure what would be taking all that memory.

from git9.

Related Issues (11)

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.