Hi all, I have a bluetooth HID daemon that uses syslog as output. In the man pages of syslogd the use of user space format strings is not recommended. After creating a child process from the original daemon I attach the gdb to this process and the backtrace (bt) shows me that the syslog calls vsyslog, open_memstream, malloc and finally _int_malloc where the child process never returns. Does anybody have a idea how to debug/resolve this issue ? For any other further idea/information I would be very thankful. Rgds, Markus -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/