addrwatch icon indicating copy to clipboard operation
addrwatch copied to clipboard

addrwatch on OS X just starts once

Open ctr49 opened this issue 7 years ago • 1 comments

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

ctr49 avatar Dec 20 '17 16:12 ctr49

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?

fln avatar Dec 20 '17 22:12 fln