the bug make the dlt-daemon coredump;
pthread_create return it should can use the thread IDs;The assignment of thread IDs and the timing issues in thread callback execution; so use pthread_setname_np in thread callback, it should use pthread_self;
dlt-daemon/src/lib/dlt_user.c