numam-spdk/examples
Piotr Pelplinski a6f10a33cb fio_plugin: fix hang in FIO
This is fix for https://github.com/spdk/spdk/issues/523

Fio hangs on pthread_exit(NULL) from spdk thread.
This happens because, pthread_exit tries to dlopen glibc and hangs on
__lll_lock_wait. This patch prevents unmapping of glibc in fio_plugin
and phtread_exit does not need to dlopen it again.

Signed-off-by: Piotr Pelplinski <piotr.pelplinski@intel.com>
Change-Id: I5078cc55e24841675d6ef4ecba43879dc3f73a4f
Reviewed-on: https://review.gerrithub.io/c/443912 (master)
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/447586
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
2019-03-12 19:28:16 +00:00
..
bdev fio_plugin: fix hang in FIO 2019-03-12 19:28:16 +00:00
blob examples/blob: Replace atoll by spdk_strtoll 2019-01-29 17:39:18 +00:00
ioat examples/ioat: Improve error check of input parsing by spdk_strtol 2019-01-29 00:10:57 +00:00
nvme perf: Fix integer overflow 2019-03-08 18:56:27 +00:00
sock examples/sock: Improve error check of input parsing by spdk_strtol 2019-01-29 17:39:18 +00:00
Makefile examples/sock/hello_sock: introduce sample application for libsock 2018-08-14 14:52:19 +00:00