Skip to content

Commit

Permalink
TEMP: debug macOS test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Sep 24, 2024
1 parent 5fff306 commit a34b2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/apposed/appose/shm/ShmMacOS.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ private static ShmInfo<Integer> prepareShm(String name, boolean create, int size
ShmInfo<Integer> info = new ShmInfo<>();
info.size = size;
info.totalSize = shm_size;
System.out.println("ShmMacOS: size=" + size + ", totalSize=" + shm_size);
info.name = withoutLeadingSlash(shm_name);
info.pointer = pointer;
info.handle = shmFd;
Expand Down

0 comments on commit a34b2ce

Please sign in to comment.