Coder Social home page Coder Social logo

Comments (2)

thestinger avatar thestinger commented on June 11, 2024 1

You could make a userdebug build of GrapheneOS for the emulator since we still have hardened_malloc on x86_64.

% repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 14
% repo sync -j4
% source build/envsetup.sh
% choosecombo release sdk_phone_x86_64 userdebug
% m
% emulator

However, the memory corruption bug in whatever is causing it may be specific to arm64 and Android doesn't really support non-x86 emulator anymore.

Requires a Linux workstation with a huge amount of disk space and a decent amount of memory. Can reduce the number of build jobs if you don't have enough memory. https://grapheneos.org/build has proper documentation.

A userdebug build of the OS combined with a debug build of the app with native debug symbols would help with debugging it.

It's probably a use-after-free bug.

from hardened_malloc.

matchboxbananasynergy avatar matchboxbananasynergy commented on June 11, 2024

The issue in media_kit has been resolved, it turns out that it was a memory corruption issue that hardened_malloc was catching, which has now been resolved. :)

Details here: deckerst/aves#722 (comment)

I think this issue can be closed.

from hardened_malloc.

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.