Skip to content

Commit

Permalink
update foonathan-memory to fix memory allocation error
Browse files Browse the repository at this point in the history
fixes [foonathan::memory] Allocator foonathan::memory::memory_pool error,
mentioned in lopsided98#419 (comment)
uecomment-2196472985, see https://github.com/RoboStack/ros-humble/issues/
32#issuecomment-2227591674
  • Loading branch information
stevalkr committed Aug 4, 2024
1 parent 7af9f2b commit 1ef84fd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions distros/humble/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ in with lib; {
});

# This is a newer version than the build system tries to download, but this
# version doesn't try to run host platform binaries on the build platform.
# version doesn't try to run host platform binaries on the build platform
# and fixes "Allocator foonathan::memory::memory_pool received invalid size"
# error on MacOS
foonathan-memory-vendor = patchExternalProjectGit rosSuper.foonathan-memory-vendor {
url = "https://github.com/foonathan/memory.git";
originalRev = "v0.7-1";
rev = "v0.7-2";
fetchgitArgs.hash = "sha256-5nJNW0xwjSCc0Egq1zv0tIsGvAh1Xbnu8190A1ZP+VA=";
rev = "v0.7-3";
fetchgitArgs.hash = "sha256-nLBnxPbPKiLCFF2TJgD/eJKJJfzktVBW3SRW2m3WK/s=";
};

gazebo = self.gazebo_11;
Expand Down

0 comments on commit 1ef84fd

Please sign in to comment.