I added the tracefs functionality to wrapfs. <br>wrapfs is a stackable file system that intercepts file system calls and Tracefs basically records the VFS calls into a file on disk. <br>wrapfs worked fine its that when I added the logging functionality it failed. <br>
<br>The issue I am having is that When I run a workload on the mounted file system (wrapfs+tracefs) the system freezes. the mouse pointer does not even move. <br><br>I set it up in virtual box and had the kernel dump the messages to a serial port which I then read from my host OS. I did this following the instructions on this page:<br>
<a href="http://linuxdeveloper.blogspot.com/2012/05/debugging-linux-kernel-over-serial-port.html">http://linuxdeveloper.blogspot.com/2012/05/debugging-linux-kernel-over-serial-port.html</a><br><br>When the guest OS freezes I get the following messages seen below. I would like to know what is a good approach for debugging this issue. I am not sure what a process stall is. Is that a deadlock?<br>

<br><br>[  780.357876] BUG: soft lockup - CPU#0 stuck for 22s! [nautilus:1382]          <br>[  780.361658] Process nautilus (pid: 1382, ti=dca12000 task=dc837230 task.ti=d)<br>[  780.361658] Stack:                                                           <br>
[  780.361658] Call Trace:                                                      <br>[  780.361658] Code: 90 b8 43 64 03 c1 b9 40 64 03 c1 e9 49 ff ff ff 90 55 ba 0 <br>[  808.356372] BUG: soft lockup - CPU#0 stuck for 22s! [nautilus:1382]          <br>
[  808.360223] Process nautilus (pid: 1382, ti=dca12000 task=dc837230 task.ti=d)<br>[  808.360223] Stack:                                                           <br>[  808.360223] Call Trace:                                                      <br>
[  808.360223] Code: ff ff 90 b8 43 64 03 c1 b9 40 64 03 c1 e9 49 ff ff ff 90 5 <br>[  814.876223] INFO: rcu_sched detected stall on CPU 0 (t=15000 jiffies)        <br>[  814.876223] Process nautilus (pid: 1382, ti=dca12000 task=dc837230 task.ti=d)<br>
[  814.876223] Stack:                                                           <br>[  814.876223] Call Trace:                                                      <br>[  814.876223] Code: 00 c3 ff ff 80 e5 10 75 ee c1 e6 18 89 b0 10 c3 ff ff 89 d <br>
<br><br><br><br>Thanks.<br>Salam<br>