<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<style type="text/css">.style1 {font-family: "Times New Roman";}</style></head><body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="">
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
I'm still beating my head against this so <span style="font-size: 12pt;">I wrote a simple RTEMS only test to narrow it down and the problem is still occurring. </span><span style="font-size: 12pt;">Sometimes it crashes, hangs, or runs fine, depending on the
 number of RTEMS objects created (it sometimes works with fewer objects and fails with more).</span></p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<span style="font-size:12pt"><br>
</span></p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<span style="font-size:12pt">- The code starts two tasks with printf() loops.</span></p>
<p style=""><span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">- </span><span style="font-size: 12pt;">To
 start, the printf()'s do not overlap - this </span>always<span style="font-size: 12pt;"> works</span></p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<span style="font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">- </span>The code then switches to fast overlapping printf()'s where
 it fails (depending on the #of objects).</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<br>
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
The compile command, code, and results are below.</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<br>
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
Thanks for any help or insight!</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<br>
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<br>
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<br>
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
Compile command (<span style="font-size: 8pt; font-family: "Courier New", monospace;">gcc version 7.2.0 (Cobham Gaisler RCC 1.3-rc7) </span>): </p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<span style="font-size:8pt; font-family:"Courier New",monospace">sparc-gaisler-rtems5-gcc -Wall -g -O2 -Werror -mcpu=leon3 -mfix-gr712rc -qbsp=gr712rc_smp -o smp_test smp_test.c</span><br>
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<br>
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">
<br>
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">
<br>
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">
Results: fails with 20 semaphores:</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">
</p>
<div style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">
<code class="java plain" style="font-size:8pt; background:none; font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">gncsim</code><code class="java color1" style="font-size:8pt; background:none; font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">@gncsim</code><code class="java plain" style="font-size:8pt; background:none; font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">:~/grmon-pro-</code><code class="java value" style="font-size:8pt; background:none; font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">3.0</code><code class="java plain" style="font-size:8pt; background:none; font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">.</code><code class="java value" style="font-size:8pt; background:none; font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">9</code><code class="java plain" style="font-size:8pt; background:none; font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">/linux/bin64$
 sudo ./grmon -ftdi -log /tmp/grmon-log.log -e </code><code class="java string" style="font-size:8pt; background:none; font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">"load
 ~/lander/flat_sat/DaveD/smp_test; run"</code><span style="font-family:"Courier New",monospace; font-size:8pt"> </span><code class="java plain" style="font-size:8pt; background:none; font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">-u</code><br>
</div>
<div style="color: rgb(0, 0, 0); font-size: 16px;"><span style="font-size: 8pt;">
<div class="line number2 index1 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
 </div>
<div class="line number3 index2 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">GRMON
 LEON debug monitor v3.</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0.9</code> <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">64</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">-bit
 pro version</code></div>
<div class="line number4 index3 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code> </div>
<div class="line number5 index4 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Copyright
 (C) </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">2018</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Cobham
 Gaisler - All rights reserved.</code></div>
<div class="line number6 index5 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">For
 latest updates, go to http:</code><code class="java comments" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">//www.gaisler.com/</code></div>
<div class="line number7 index6 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Comments
 or bug-reports to support</code><code class="java color1" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">@gaisler</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">.com</code></div>
<div class="line number8 index7 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
 </div>
<div class="line number9 index8 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">JTAG
 chain (</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">):
 GR712RC</code></div>
<div class="line number10 index9 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Device
 ID:           </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x712</code></div>
<div class="line number11 index10 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">GRLIB
 build version: </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">3696</code></div>
<div class="line number12 index11 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Detected
 system:     GR712RC</code></div>
<div class="line number13 index12 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Detected
 frequency:  </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">80</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">MHz</code></div>
<div class="line number14 index13 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code> </div>
<div class="line number15 index14 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Component                           
 Vendor</code></div>
<div class="line number16 index15 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">LEON3FT
 SPARC V8 Processor           Cobham Gaisler</code></div>
<div class="line number17 index16 alt2" style="margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<font face="Consolas, Bitstream Vera Sans Mono, Courier New, Courier, monospace">  <... snip ...></font></div>
<div class="line number53 index52 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"></code></div>
<div class="line number54 index53 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Timer
 Unit with Latches              Cobham Gaisler</code></div>
<div class="line number55 index54 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code> </div>
<div class="line number56 index55 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Use
 command </code><code class="java string" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">'info
 sys'</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">to
 print a detailed report of attached cores</code></div>
<div class="line number57 index56 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
 </div>
<div class="line number58 index57 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">40000000</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">.text                    </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">191</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">.7kB
 / </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">191</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">.7kB  
 [===============>] </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">100</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">%</code></div>
<div class="line number59 index58 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">4002FED0
 .rtemsroset                 96B              [===============>] </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">100</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">%</code></div>
<div class="line number60 index59 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">40031F40
 .data                      </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">5</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">.6kB
 /   </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">5</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">.6kB  
 [===============>] </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">100</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">%</code></div>
<div class="line number61 index60 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Total
 size: </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">197</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">.38kB
 (</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">774</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">.38kbit/s)</code></div>
<div class="line number62 index61 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Entry
 point </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x40000000</code></div>
<div class="line number63 index62 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">Image
 /home/gncsim/lander/flat_sat/DaveD/smp_test loaded</code></div>
<div class="line number64 index63 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">t1a:</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number65 index64 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">t2a:</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">[</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">]</code></div>
<div class="line number66 index65 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">t1a:</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number67 index66 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">t2a:</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">[</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">]</code></div>
<div class="line number68 index67 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">t1a:</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">2</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number69 index68 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">t2a:</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">[</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">2</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">]</code></div>
<div class="line number70 index69 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">t2b:</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">[</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">]</code></div>
<div class="line number71 index70 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">t1b:</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number72 index71 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">t2b:</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code> <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">[</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">]</code></div>
<div class="line number73 index72 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code> </div>
<div class="line number74 index73 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">CPU </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">: 
 Unknown watchpoint hit</code></div>
<div class="line number75 index74 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">          </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x400217b4</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">:
 ba100015  mov  %l5, %i5  <_vfprintf_r+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">316</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number76 index75 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">CPU </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">: 
 IU exception (tt = </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x2B</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">,
 data store error)</code></div>
<div class="line number77 index76 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">          </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x40011818</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">: </code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">96100001</code>  <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">mov 
 %g1, %o3  <_Thread_queue_Queue_enqueue+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">108</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number78 index77 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code> </div>
<div class="line number79 index78 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">grmon3>
 bt cpu0</code></div>
<div class="line number80 index79 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code> </div>
<div class="line number81 index80 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">       </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">%pc         
 %sp</code></div>
<div class="line number82 index81 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x400217b4</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003eb60</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><_vfprintf_r+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x13c</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number83 index82 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4001e1ec</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003ed38</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><printf+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x2c</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number84 index83 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">2</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x40001334</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003eda0</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><task1+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x68</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number85 index84 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">3</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x40010084</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003ee00</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><_Thread_Entry_adaptor_numeric+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x8</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number86 index85 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">4</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4000ea8c</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003ee60</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><_Thread_Handler+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x60</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number87 index86 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">5</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4000ea2c</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003eec0</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><_Thread_Handler+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number88 index87 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code> </div>
<div class="line number89 index88 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">grmon3>
 bt cpu1</code></div>
<div class="line number90 index89 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code> </div>
<div class="line number91 index90 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">       </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">%pc         
 %sp</code></div>
<div class="line number92 index91 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x40011818</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003fae0</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><_Thread_queue_Queue_enqueue+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x6c</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number93 index92 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">1</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x40010c00</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003fb40</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><_Thread_queue_Enqueue+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x80</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number94 index93 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">2</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4002ce60</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003fba8</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><clock_nanosleep.part.</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">4</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x134</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number95 index94 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">3</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4002cf34</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003fcd8</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><nanosleep+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x10</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number96 index95 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">4</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x400214c4</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003fd38</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><usleep+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x48</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number97 index96 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">5</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x400013dc</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003fda8</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><task2+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x70</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number98 index97 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">6</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x40010084</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003fe08</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><_Thread_Entry_adaptor_numeric+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x8</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number99 index98 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">7</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4000ea8c</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003fe68</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><_Thread_Handler+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x60</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number100 index99 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">#</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">8</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4000ea2c</code>   <code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0x4003fec8</code>   <code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px"><_Thread_Handler+</code><code class="java value" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">0</code><code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">></code></div>
<div class="line number101 index100 alt2" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java spaces" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">  </code> </div>
<div class="line number102 index101 alt1" style="font-family: "Courier New", monospace; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<code class="java plain" style="font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace; border-radius:0px; background:none; border:0px; float:none; height:auto; line-height:20px; margin:0px; outline:0px; overflow:visible; padding:0px">grmon3></code></div>
<br>
</span></div>
<span style="font-size: 12pt;">
<div id="divtagdefaultwrapper" dir="ltr" style=""><span style="font-size: 12pt;"><br>
</span></div>
<div id="divtagdefaultwrapper" dir="ltr" style=""><span style="font-size: 12pt;"><br>
</span></div>
Results: works with 60 semaphores: </span>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
</p>
<div style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<span style="font-family:"Courier New",monospace; font-size:8pt">gncsim@gncsim:~/grmon-pro-3.0.9/linux/bin64$ sudo ./grmon -ftdi -log /tmp/grmon-log.log -e "load ~/lander/flat_sat/DaveD/smp_test; run" -u</span><br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<span style="font-size:8pt; font-family:"Courier New",monospace">
<div><br>
</div>
<div>GRMON LEON debug monitor v3.0.9 64-bit pro version</div>
<div><br>
</div>
<div>Copyright (C) 2018 Cobham Gaisler - All rights reserved.</div>
<div>For latest updates, go to http://www.gaisler.com/</div>
<div>Comments or bug-reports to support@gaisler.com</div>
<div><br>
</div>
<div>JTAG chain (1): GR712RC</div>
<div>Device ID: 0x712</div>
<div>GRLIB build version: 3696</div>
<div>Detected system: GR712RC</div>
<div>Detected frequency: 80 MHz</div>
<div><br>
</div>
<div>Component Vendor</div>
<div>LEON3FT SPARC V8 Processor Cobham Gaisler</div>
<div>
<div class="line number17 index16 alt2" style="font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 10.6667px; margin: 0px; padding: 0px 1em 0px 0em; border-radius: 0px;">
<font face="Consolas, Bitstream Vera Sans Mono, Courier New, Courier, monospace">  <... snip ...></font></div>
<div><span style="font-size: 8pt;">Timer Unit with Latches Cobham Gaisler</span><br>
</div>
</div>
<div><br>
</div>
<div>Use command 'info sys' to print a detailed report of attached cores</div>
<div><br>
</div>
<div>40000000 .text 191.7kB / 191.7kB [===============>] 100%</div>
<div>4002FED0 .rtemsroset 96B [===============>] 100%</div>
<div>40031F40 .data 5.6kB / 5.6kB [===============>] 100%</div>
<div>Total size: 197.38kB (774.75kbit/s)</div>
<div>Entry point 0x40000000</div>
<div>Image /home/gncsim/lander/flat_sat/DaveD/smp_test loaded</div>
<div>t1a:0 <0></div>
<div>t2a:1 [0]</div>
<div>t1a:0 <1></div>
<div>t2a:1 [1]</div>
<div>t1a:0 <2></div>
<div>t2a:1 [2]</div>
<div>t1b:0 <0></div>
<div>t1b:0 <1></div>
<div>t2b:1 [0]</div>
<div>t1b:0 <2></div>
<div>t2b:1 [1]</div>
<div>t1b:0 <3></div>
<div>t2b:1 [2]</div>
<div>t1b:0 <4></div>
<div>t2b:1 [3]</div>
<div>t1b:0 <5></div>
<div>t2b:1 [4]</div>
<div>t1b:0 <6></div>
<div>t2b:1 [5]</div>
<div>t1b:0 <7></div>
<div>t2b:1 [6]</div>
<div>t1b:0 <8></div>
<div>............... runs to completion:</div>
<div>t1b:0 <298></div>
<div>t2b:1 [297]</div>
<div>t1b:0 <299></div>
<div>t2b:1 [298]</div>
<div>t1 done</div>
<div><br>
</div>
<div>CPU 0: Program exited normally.</div>
<div>CPU 1: Unknown watchpoint hit</div>
<div>0x4001a424: 01000000 nop</div>
<div><br>
</div>
<div>grmon3> q</div>
<div><br>
</div>
<div>Exiting GRMON</div>
<div>gncsim@gncsim:~/grmon-pro-3.0.9/linux/bin64$</div>
<div><br>
</div>
</span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<br>
</div>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
</p>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">
Code:</p>
<div style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<div style="font-family:"Courier New",monospace; font-size:10.6667px">==================</div>
</div>
<div style="color: rgb(0, 0, 0); font-family: "Courier New", monospace; font-size: 10.6667px;">
<div>#include <rtems.h></div>
<div><br>
</div>
<div>#define CONFIGURE_INIT</div>
<div>#include <bsp.h> /* for device driver prototypes */</div>
<div><br>
</div>
<div>#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER</div>
<div>#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER</div>
<div><br>
</div>
<div>#define CONFIGURE_MAXIMUM_TASKS              8</div>
<div><br>
</div>
<div>#define CONFIGURE_MAXIMUM_SEMAPHORES        60</div>
<div>//#define CONFIGURE_MAXIMUM_SEMAPHORES        20</div>
<div><br>
</div>
<div>#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES    20      // The value of this configuration option defines the maximum number of Classic API Message Queues that can be concurrently active.</div>
<div>#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS  32      // The value of this configuration option defines the maximum number of file like objects that can be concurrently open.</div>
<div>#define CONFIGURE_MAXIMUM_DRIVERS           32      // The value of this configuration option defines the number of device drivers.</div>
<div>#define CONFIGURE_MAXIMUM_PERIODS            1      //</div>
<div><br>
</div>
<div>#define CONFIGURE_RTEMS_INIT_TASKS_TABLE</div>
<div>#define CONFIGURE_INIT_TASK_ATTRIBUTES      RTEMS_DEFAULT_ATTRIBUTES | RTEMS_FLOATING_POINT</div>
<div>#define CONFIGURE_EXTRA_TASK_STACKS         (40 * RTEMS_MINIMUM_STACK_SIZE)</div>
<div>#define CONFIGURE_MICROSECONDS_PER_TICK     RTEMS_MILLISECONDS_TO_MICROSECONDS(2)</div>
<div>#define CONFIGURE_INIT_TASK_PRIORITY        100</div>
<div><br>
</div>
<div>// Create separate schedulers for each CPU</div>
<div>#define CONFIGURE_MAXIMUM_PROCESSORS 2</div>
<div>#define CONFIGURE_MAXIMUM_PRIORITY 255</div>
<div><br>
</div>
<div>// Configuration Step 1 - Scheduler Algorithms</div>
<div>// - only scheduler algorithms defined here can be used</div>
<div>#define CONFIGURE_SCHEDULER_PRIORITY_SMP</div>
<div>#include <rtems/scheduler.h></div>
<div><br>
</div>
<div>// Configuration Step 2 - Schedulers</div>
<div>// - Instantiate a scheduler for each CPU</div>
<div>RTEMS_SCHEDULER_PRIORITY_SMP(scha, CONFIGURE_MAXIMUM_PRIORITY + 1);</div>
<div>RTEMS_SCHEDULER_PRIORITY_SMP(schb, CONFIGURE_MAXIMUM_PRIORITY + 1);</div>
<div><br>
</div>
<div>// Configuration Step 3 - Scheduler Table</div>
<div>// - give each scheduler a symbolic name and assign a table index (the order in the table)</div>
<div>#define CONFIGURE_SCHEDULER_TABLE_ENTRIES \</div>
<div>  RTEMS_SCHEDULER_TABLE_PRIORITY_SMP(scha, rtems_build_name('S', 'C', 'H', 'A')), \</div>
<div>  RTEMS_SCHEDULER_TABLE_PRIORITY_SMP(schb, rtems_build_name('S', 'C', 'H', 'B'))</div>
<div><br>
</div>
<div>// Configuration Step 4 - Processor to Scheduler Assignment</div>
<div>// - assign cores to each scheduler instance</div>
<div>// - the table order is the scheduler instance & the cpu ID is the first parameter</div>
<div>#define CONFIGURE_SCHEDULER_ASSIGNMENTS \</div>
<div>  RTEMS_SCHEDULER_ASSIGN(0, RTEMS_SCHEDULER_ASSIGN_PROCESSOR_MANDATORY), \</div>
<div>  RTEMS_SCHEDULER_ASSIGN(1, RTEMS_SCHEDULER_ASSIGN_PROCESSOR_MANDATORY)</div>
<div><br>
</div>
<div>#include <rtems/confdefs.h></div>
<div><br>
</div>
<div>#include <stdio.h></div>
<div>#include <stdlib.h></div>
<div><br>
</div>
<div>#define USLEEP_ONE_SEC 1000000</div>
<div><br>
</div>
<div>rtems_task task1(rtems_task_argument unused) {</div>
<div><br>
</div>
<div>    int processorId = rtems_scheduler_get_processor();</div>
<div><br>
</div>
<div>    // Slow interleaved printf's</div>
<div>    for (int ii=0; ii<3; ii++) {</div>
<div>        printf("t1a:%d <%d>\n", processorId, ii);</div>
<div>        usleep(USLEEP_ONE_SEC);</div>
<div>    }</div>
<div><br>
</div>
<div>    usleep(USLEEP_ONE_SEC/2);</div>
<div><br>
</div>
<div>    // Overlapping printf's</div>
<div>    for (int ii=0; ii<300; ii++) {</div>
<div>        printf("t1b:%d <%d>\n", processorId, ii);</div>
<div>        usleep(1);</div>
<div>    }</div>
<div><br>
</div>
<div>    printf("t1 done\n");</div>
<div><br>
</div>
<div>    exit(0);</div>
<div>}</div>
<div><br>
</div>
<div>rtems_task task2(rtems_task_argument unused) {</div>
<div><br>
</div>
<div>    int processorId = rtems_scheduler_get_processor();</div>
<div><br>
</div>
<div>    usleep(USLEEP_ONE_SEC/2);</div>
<div><br>
</div>
<div>    // Slow interleaved printf's</div>
<div>    for (int ii=0; ii<3; ii++) {</div>
<div>        printf("t2a:%d [%d]\n", processorId, ii);</div>
<div>        usleep(USLEEP_ONE_SEC);</div>
<div>    }</div>
<div><br>
</div>
<div>    // Overlapping printf's</div>
<div>    for (int ii=0; ii<300; ii++) {</div>
<div>        printf("t2b:%d [%d]\n", processorId, ii);</div>
<div>        usleep(1);</div>
<div>    }</div>
<div><br>
</div>
<div>    printf("t2 done\n");</div>
<div><br>
</div>
<div>    exit(0);</div>
<div>}</div>
<div><br>
</div>
<div>rtems_task Init(rtems_task_argument ignored) {</div>
<div><br>
</div>
<div>  rtems_id          tid1, tid2;</div>
<div>  rtems_status_code status;</div>
<div>  rtems_mode        r_mode = RTEMS_PREEMPT | RTEMS_NO_ASR | RTEMS_NO_TIMESLICE | RTEMS_INTERRUPT_LEVEL(0);</div>
<div>  rtems_attribute   r_attributes = RTEMS_LOCAL | RTEMS_FLOATING_POINT;</div>
<div><br>
</div>
<div>  status = rtems_task_create(rtems_build_name( 'T', 'S', 'K', '1'), 1, RTEMS_MINIMUM_STACK_SIZE, r_mode, r_attributes, &tid1);</div>
<div>  if (status!=RTEMS_SUCCESSFUL) printf ("status1=%s (%x)\n", rtems_status_text(status), status);</div>
<div>  status = rtems_task_create(rtems_build_name( 'T', 'S', 'K', '2'), 1, RTEMS_MINIMUM_STACK_SIZE, r_mode, r_attributes, &tid2);</div>
<div>  if (status!=RTEMS_SUCCESSFUL) printf ("status2=%s (%x)\n", rtems_status_text(status), status);</div>
<div><br>
</div>
<div>  // Create a scheduler for each CPU</div>
<div>  rtems_id scheduler_a_id;</div>
<div>  rtems_id scheduler_b_id;</div>
<div>  status = rtems_scheduler_ident(rtems_build_name('S', 'C', 'H', 'A'), &scheduler_a_id);</div>
<div>  if (status!=RTEMS_SUCCESSFUL) printf ("status3=%s (%x)\n", rtems_status_text(status), status);</div>
<div>  status = rtems_scheduler_ident(rtems_build_name('S', 'C', 'H', 'B'), &scheduler_b_id);</div>
<div>  if (status!=RTEMS_SUCCESSFUL) printf ("status4=%s (%x)\n", rtems_status_text(status), status);</div>
<div><br>
</div>
<div>  // Set the scheduler for each task</div>
<div>  status = rtems_task_set_scheduler(tid1, scheduler_a_id, 80);</div>
<div>  if (status!=RTEMS_SUCCESSFUL) printf ("status5=%s (%x)\n", rtems_status_text(status), status);</div>
<div>  status = rtems_task_set_scheduler(tid2, scheduler_b_id, 80);</div>
<div>  if (status!=RTEMS_SUCCESSFUL) printf ("status6=%s (%x)\n", rtems_status_text(status), status);</div>
<div><br>
</div>
<div>  // Start task 1</div>
<div>  status = rtems_task_start(tid1, task1, 1);</div>
<div>  if (status!=RTEMS_SUCCESSFUL) printf ("status7=%s (%x)\n", rtems_status_text(status), status);</div>
<div><br>
</div>
<div>  // Start task 2</div>
<div>  status = rtems_task_start(tid2, task2, 1);</div>
<div>  if (status!=RTEMS_SUCCESSFUL) printf ("status8=%s (%x)\n", rtems_status_text(status), status);</div>
<div><br>
</div>
<div>  // Suspend this task so subtasks keep running</div>
<div>  rtems_task_suspend( RTEMS_SELF );</div>
<div>}</div>
</div>
<div style="color: rgb(0, 0, 0); font-family: "Courier New", monospace; font-size: 10.6667px;">
==================</div>
<p style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
</p>
<div id="Signature" style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p></p>
<table border="0" cellpadding="0" cellspacing="0" width="460" style="font-family:Arial,sans-serif; font-size:12px; margin-top:50px">
<tbody>
<tr colspan="2">
<td width="175"><img alt="Astrobotic Logo" height="115" width="160" style="user-select: none;" src="https://c-leveled.com/astrobotic_sig2/astrobotic_logo.png"></td>
<td><strong style="color:rgb(226,39,38); font-size:14px; display:inline-block; margin-bottom:3px">Dave DeGroote</strong><br>
<p style="margin-right:0px; margin-bottom:3px; margin-left:0px">Flight Software Engineer</p>
<p style="margin-right:0px; margin-bottom:10px; margin-left:0px"><strong>Astrobotic</strong></p>
<p style="margin-right:0px; margin-bottom:3px; margin-left:0px">1016 N. Lincoln Avenue  |  Pittsburgh, PA 15233</p>
<p style="margin-right:0px; margin-bottom:3px; margin-left:0px">office: 412.682.3282</p>
</td>
</tr>
</tbody>
</table>
<br>
<p></p>
<p></p>
</div>
</div>
</div>
<hr style="display:inline-block; width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Dave DeGroote<br>
<b>Sent:</b> Friday, April 30, 2021 3:07:17 PM<br>
<b>To:</b> users@rtems.org<br>
<b>Subject:</b> Can printf() be made SMP safe?</font>
<div> </div>
</div>
<div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p><span style="font-size:12pt">Hello,</span></p>
<p><span style="font-size:12pt">I'm trying to get RTEMS running using SMP on a Leon3/gr712rc (2 cores). I have it partially running, but it crashes intermittently on printf's.  Can anyone tell me if there's a way to make printf() SMP safe?  printf appears to
 use termios which uses rtems_mutex_init() and rtems_binary_semaphore_init() which I don't think are SMP safe (but I'm also new to this so I'm not sure).</span><br>
</p>
<p><span style="font-size:12pt">Thanks!</span></p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p></p>
<table border="0" cellpadding="0" cellspacing="0" width="460" style="font-family:Arial,sans-serif; font-size:12px; margin-top:50px">
<tbody>
<tr colspan="2">
<td width="175"><img alt="Astrobotic Logo" height="115" width="160" style="user-select: none;" src="https://c-leveled.com/astrobotic_sig2/astrobotic_logo.png"></td>
<td><strong style="color:rgb(226,39,38); font-size:14px; display:inline-block; margin-bottom:3px">Dave DeGroote</strong><br>
<p style="margin-right:0px; margin-bottom:3px; margin-left:0px">Flight Software Engineer</p>
<p style="margin-right:0px; margin-bottom:10px; margin-left:0px"><strong>Astrobotic</strong></p>
<p style="margin-right:0px; margin-bottom:3px; margin-left:0px">1016 N. Lincoln Avenue  |  Pittsburgh, PA 15233</p>
<p style="margin-right:0px; margin-bottom:3px; margin-left:0px">office: 412.682.3282</p>
</td>
</tr>
</tbody>
</table>
<br>
<p></p>
<p></p>
</div>
</div>
<br>
<div style="color:rgb(0,0,0)">
<div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>


<br><br><p style="font-family: Verdana; font-size:10pt; color:#666666;"><b>Disclaimer</b></p><p style="font-family: Verdana; font-size:8pt; color:#666666;">The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.<br></p></body></html>