saprykin / plibsys

Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
MIT License
684 stars 75 forks source link

shmem test fails on Fedora 37 #100

Closed boxerab closed 1 year ago

boxerab commented 1 year ago
25/28 Test #18: pshmbuffer_test ..................***Failed    5.01 sec
Running test case: pshmbuffer_nomem_test
Running test case: pshmbuffer_bad_input_test
Running test case: pshmbuffer_general_test
/home//src/plibsys/tests/pshmbuffer_test.cpp:286: check failed
Running test case: pshmbuffer_thread_test
Test failed
boxerab commented 1 year ago

This test fails:

P_TEST_CHECK (p_shm_buffer_get_free_space (buffer, NULL) == (10 - sizeof (test_str_sm)));

saprykin commented 1 year ago

I tested it with latest Fedora 38 (AArch64), works fine with both GCC and Clang compilers. Please, re-open of the issue is still there or you have special runtime conditions to investigate.