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
Build the project and run make check -j to build all tests.
Open two terminals and cd to build folder. On the first terminal, run: for i in $(seq 0 3); do LD_PRELOAD=./lib/.libs/libpulp.so ./tests/manyprocesses & done
On the second terminal, run: LD_PRELOAD=../lib/.libs/libpulp.so ./tests/manyprocesses
Build the project and run
make check -j
to build all tests.Open two terminals and
cd
to build folder. On the first terminal, run:for i in $(seq 0 3); do LD_PRELOAD=./lib/.libs/libpulp.so ./tests/manyprocesses & done
On the second terminal, run:
LD_PRELOAD=../lib/.libs/libpulp.so ./tests/manyprocesses
You should see:
reptyr 22593
, and rerun the trigger as in 3., you should see:The text was updated successfully, but these errors were encountered: