addrwatch
addrwatch copied to clipboard
addrwatch on OS X just starts once
I have addrwatch installed on OS X (10.13.2 / High Sierra), using libpcap, libevent and argp-standalone from brew and then compiling latest master (as of today).
However, I can only start addrwatch once. On every subsequent invocation I get an error:
addrwatch: ERR: Error setting shared memory size
Thanks for reporting. I do not have access to an OS X system to reproduce the issue. There is potential fix in issue_9 branch - it resets shared memory size only if necessary (usually on first run) instead of always. Could you try building and running code from this branch and report back if the issue is fixed?