<p dir="ltr"><br>
On Aug 3, 2013 3:02 AM, &quot;neha naik&quot; &lt;<a href="mailto:nehanaik27@gmail.com">nehanaik27@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi All,<br>
&gt;  I looked into my issue and i had only one cpu  on that machine and i was getting messages like process # waiting for # secs.<br>
&gt;  My theory is that this process was of doing some kind of busy looping on that cpu so that the operating system could<br>
&gt;  not even generate a dump.<br>
&gt;   The moment i increased the number of cpus i  got the dump. I am just posting this<br>
How did you do that?How can you limit the number of cpus?I wonder if there is some sysfs control for that?<br>
 because someone else may find it useful.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Neha<br>
&gt;<br>
&gt; On Thu, May 30, 2013 at 11:44 AM, &lt;<a href="mailto:Valdis.Kletnieks@vt.edu">Valdis.Kletnieks@vt.edu</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Thu, 30 May 2013 11:31:49 -0600, neha naik said:<br>
&gt;&gt;<br>
&gt;&gt; &gt;   I have loaded the linux crashdump on ubuntu machine. I can manually<br>
&gt;&gt; &gt; generate the crashdump by the &#39;echo c &gt; /proc/sysrq-trigger&#39;.<br>
&gt;&gt; &gt; However, i am having a panic in a module i have written, which is not<br>
&gt;&gt; &gt; generating a core dump. I simply see the stack in the console and it kind of<br>
&gt;&gt; &gt; hangs there. I have to manually power it off and power it on ...<br>
&gt;&gt; &gt;    Can someone explain why this happens? Is it because the kernel has gone<br>
&gt;&gt; &gt; into such a state that it cannot even follow the procedure for<br>
&gt;&gt; &gt; crash dump.<br>
&gt;&gt;<br>
&gt;&gt; Most likely, your module isn&#39;t in fact panic&#39;ing, but oops&#39;ing.<br>
&gt;&gt; There&#39;s a number of kernel variables that control whether to panic.<br>
&gt;&gt;<br>
&gt;&gt; ls -l /proc/sys/kernel/*panic*<br>
&gt;&gt;<br>
&gt;&gt; and for example &#39;echo 1 &gt; /proc/sys/kernel/panic_on_oops&#39; will cause<br>
&gt;&gt; a panic if something oops&#39;es.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Kernelnewbies mailing list<br>
&gt; <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
&gt; <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
&gt;<br>
</p>