Sorry, don't mind me. I was trying to write into the matrix object the wrong way and i guess it was corrupting the stack :)<br><br>Thanks for your help stefan<br><br>A<br><br><div><span class="gmail_quote">On 11/25/06, <b class="gmail_sendername">
Stefan Seefeld</b> &lt;<a href="mailto:seefeld@sympatico.ca">seefeld@sympatico.ca</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;">
anders langlands wrote:<br>&gt; Hmmm OK now I actually try and use it, it crashes. This is very strange.<br>&gt; I'm using almost exactly the same code in another part of my module for<br>&gt; getting values back from a list.
<br><br>No idea. Is this a multi-threaded program ? Do other parts access the 'ls'<br>list at the same time ? In that case you ought to serialize access by means<br>of the global interpreter lock (GIL).<br>Otherwise I have no clue, sorry.
<br><br>Regards,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stefan<br><br><br><br>--<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...ich hab' noch einen Koffer in Berlin...<br>_______________________________________________<br>C++-sig mailing list<br><a href="mailto:C++-sig@python.org">
C++-sig@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/c++-sig">http://mail.python.org/mailman/listinfo/c++-sig</a><br></blockquote></div><br>