On 27.03.2013 23:07, J.R. Oldroyd wrote: > I've built a dtrace kernel per the instructions in the handbook and > on the DTrace wiki page. I would now like to do this: > > boot system > kldload dtraceall > kldload drm2 > dtrace -o dtrace.log -s script.d > (the script will use fbt probes on various > functions currently in the drm2 module) > kldload radeonkms > start xorg and do various things that provoke the leak > stop xorg > kldunload radeonkms > kill the dtrace script > kldunload drm2 > kldunload dtraceall > > then go look at the log results. > > But, the system is stopping dead shortly after the radeonkms load. I would like to add that the same scenario works perfectly on 10-CURRENT. -- Jean-Sébastien Pédron
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:36 UTC