Hmm...i&#39;ll try this in the morning (and also the other method u had stated before ....)<br><br><div class="gmail_quote">On Wed, Aug 19, 2009 at 1:52 AM, Mathieu Bouchard <span dir="ltr">&lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Mon, 17 Aug 2009, sisil mehta wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;ve only loaded the gridflow library in the beginninng....no other libs. on the other thread by me discussing the crashing problem, i had updated the GF from svn as mathieu suggested, and it still crashed. i again ran the where and backtrace full commands and attached the new results in that thread.<br>


</blockquote>
<br></div>
I just thought about some other possible fix that I never tried. Run this command in the same shell used to start pd, before starting pd:<br>
<br>
  export LD_PRELOAD=/usr/lib/libstdc++.so<br>
<br>
don&#39;t use this exact command, use it for each version of the lib you have. e.g. on my computer, I&#39;d try:<br>
<br>
  export LD_PRELOAD=/usr/lib/libstdc++.so.5<br>
  pd examples/nervous_video.pd<br>
  export LD_PRELOAD=/usr/lib/libstdc++.so.6<br>
  pd examples/nervous_video.pd<br>
<br>
maybe I&#39;m completely mistaken about LD_PRELOAD, or that I&#39;m missing something else, but I can&#39;t test it at the moment.<br>
<br>
But even if this happens to work, I&#39;d still rather have a tweak that I&#39;d do to GridFlow so that users don&#39;t have to do it at all.<div><div></div><div class="h5"><br>
<br>
 _ _ __ ___ _____ ________ _____________ _____________________ ...<br>
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec</div></div></blockquote></div><br>