shm_open

  1. T

    Solved How to view and clean shared memory created with shm_open?

    I have a process that (by design) fails to start if its shared memory created with shm_open already exists. If the process crashes or is kipped with pkill, the process will not start until FreeBSD is rebooted. I'm looking to create a "clean" sh script to detect if the shared memory exists and...
Back
Top