Comment 32 for bug 1495871

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Handy tip:
You can see the call stack of (many but not all) fds unity8 has open while it's running. Just start unity8 under valgrind with --track-fds=yes. Then you can get the live list of fds with their backtraces:

    vgdb v.info open_fds

Annoyingly this doesn't show the dmabuf ones we're looking for.