By the way... does ticky-ticky allow monitoring multithreaded programs?<br>I ask this because the other way of learning data about the execution (compiling with -prof) is not compatible with -threaded options. In other words, you can&#39;t compile a Haskell program with -prof and -threaded options at the same time.
<br>Cheers.<br>Cristian<br><br><div><span class="gmail_quote">On 8/1/07, <b class="gmail_sendername">Tim Chevalier</b> &lt;<a href="mailto:catamorphism@gmail.com">catamorphism@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 7/31/07, Cristian Perfumo &lt;<a href="mailto:cperfumo@gmail.com">cperfumo@gmail.com</a>&gt; wrote:<br>&gt; Hi all!.<br>&gt; I modified <a href="http://build.mk">build.mk</a> in order to allow Ticky-Ticky profiling (GhcLibWays=t). Now, when I try to make I get this error:
<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; == make way=t all;<br>&gt; PWD = (the_whole_path)/ghc-6.6.1/rts<br>&gt; ------------------------------------------------------------------------
<br>&gt; ../compiler/ghc-inplace -H32m -O -fasm -W -fno-warn-unused-matches -fwarn-unused-imports -optc-O2 -static -I. -#include<br>&gt; HCIncludes.h -fvia-C -dcmm-lint&nbsp;&nbsp;-hisuf t_hi -hcsuf t_hc -osuf t_o -ticky -#include posix/Itimer.h&nbsp;&nbsp;-c 
PrimOps.cmm -o PrimOps.t_o<br>&gt; ghc-6.6.1: panic! (the &#39;impossible&#39; happened)<br>&gt;&nbsp;&nbsp; (GHC version 6.6.1 for i386-unknown-linux):<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ToDo: tickyAllocThunk<br>&gt;<br><br>Hi, Cristian--<br>
To get ticky to work, you need the HEAD (or a recent nightly build<br>snapshot). If it&#39;s still not working after that, post again.<br><br>Cheers,<br>Tim<br><br>--<br>Tim Chevalier* <a href="http://catamorphism.org">catamorphism.org
</a> *Often in error, never in doubt<br>&quot;More than at any other time in history, mankind faces a crossroads.<br>One path leads to despair and utter hopelessness. The other, to total<br>extinction. Let us pray we have the wisdom to choose
<br>correctly.&quot;--Woody Allen<br></blockquote></div><br>