Comment 339 for bug 359392

Revision history for this message
jippie (jph4dotcom) wrote : [Fwd: Re: [Bug 359392] Re: [i965] X freezes starting on April 3rd]

How about this little script? To continuously log the contents of the file?

{ who -b; while sleep 60; do for word in `cat /proc/dri/0/gem_objects`;
do printf "%s\t" $word; done; echo; done; } >> dri.log

JP