I am tracing a process on OSX 10.13 using dtruss
trying to understand why it freezes up while doing a socket connect. However when it reaches the connect
the tracer freezes and then displays 783 dynamic variable drops with non-empty dirty list
on the screen. So it's not much help in understanding why the process is freezing!
What does "dynamic variable drops with non-empty dirty list" mean? and how might i get insight into why my process is freezing up using dtruss/dtrace?
I'm on osx 10.13