Comment 12 for bug 386362

Revision history for this message
Micah Gersten (micahg) wrote :

Could this be a duplicate of bug 400088? Does anyone see FUTEX_WAIT_PRIVATE repeating when closing if you run an strace?

You can run an strace by the following command:

strace -eopen firefox 2>&1 | tee /tmp/strace_ff.log

This will show the output on the console as well as in the /tmp/strace_ff.log file.