[Nouveau] [Bug 99068] Screen hangs when running a 3D app. GTX 660
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Dec 14 22:16:27 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=99068
--- Comment #7 from Nicolás Luciano Bértolo <nicolasbertolo at gmail.com> ---
What happens is that the file is actually there, but it is 0 bytes long.
This is the script that I am using to extract the files:
#! /bin/bash
rmmod nvidia_drm
rmmod nvidia_modeset
rmmod nvidia
echo 64000 > /sys/kernel/debug/tracing/buffer_size_kb
echo mmiotrace > /sys/kernel/debug/tracing/current_tracer
cat /sys/kernel/debug/tracing/trace_pipe > mmiotrace.log &
modprobe nvidia
xinit -e sh -c "glxgears & sleep 10"
sleep 5
echo nop > /sys/kernel/debug/tracing/current_tracer
wait
This line fails:
echo nop > /sys/kernel/debug/tracing/current_tracer
It outputs: Resource or device busy.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20161214/c589e12d/attachment.html>
More information about the Nouveau
mailing list