DAS  3.0
Das Analysis System
Bug List
Member Darwin::Exceptions::intercept_printf (std::function< void()> const lambda=[]() { printf(__func__);})

This function will deadlock if the intercepted function produces more output than a system-dependent limit (the size of a pipe buffer, which can be as low as 4kB on some systems).

This function leaks file descriptors if the intercepted function throws.

This function will deadlock if the intercepted function produces more output than a system-dependent limit (the size of a pipe buffer, which can be as low as 4kB on some systems).

This function leaks file descriptors if the intercepted function throws.