You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
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 :)
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
To uninstall:
Current
testinghere builds and works as expected.I guess the issue with
malloc()failing for some reason. And its return value is not checked :)