Git Product home page Git Product logo

Comments (2)

fumiyas avatar fumiyas commented on June 18, 2024

https://github.com/noloader/Build-Scripts/blob/master/patch/iconv.patch.old

This patch is not required. All allocated resources are freed by the kernel on terminating a process.

from libiconv-utf8mac.

noloader avatar noloader commented on June 18, 2024

This patch is not required.

Not true for two reasons.

First, It is reported as a memory leak by analysis tools. The memory leak subsequently breaks the program that is trying to run because some memory checkers abort on the first leak.

It is so bad on GNU systems that I cannot run basic tools and get through testing. libiconv fails, ncurses fails, bash fails, make fails. Scripts and programs stop working because of the aborts during testing.

In fact, because so many programs depend on libiconv and gettext, Autotools configuration fails so we can never move on to actually building tools like bash and make. The packages fail to configure.

Second, managed languages, like Java and .Net, load and unload shared objects multiple times during the course of program execution. The memory leaks accumulate over the lifetime of the program.

Android phones really suffer (2). Android apps using JNI often suffer resource exhaustion because libraries like libiconv, ncurses and OpenSSL are so sloppy with their cleanup.

from libiconv-utf8mac.

Related Issues (7)

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.