I use 'make' to build it, but it shows 'Segmentation fault' when I run it. ``` $ make cc logging.c -o logging.so -shared -fPIC cc desockmulti.c logging.c -o desockmulti.so -shared -fPIC -lpthread -lrt $ ./desockmulti.so Segmentation fault ```
I use 'make' to build it, but it shows 'Segmentation fault' when I run it.