Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Segfaults #82

@ghost

Description

While trying to test the Linux part on Arch Linux of my CMake branch cmake-bustling I'm stuck with segfaults. Related logs are published as a gist.
If you would like to investigate, checkout that branch, run

mkdir build && cd build
cmake .. && make -j$(nproc --all)
sudo make install

To uninstall:

sudo ../linux/uninstall.sh

Current testing here builds and works as expected.

I guess the issue with malloc() failing for some reason. And its return value is not checked :)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions