<div class="gmail_quote">On Wed, Jul 18, 2012 at 2:12 PM, Florian <span dir="ltr"><<a href="mailto:flo.44@gmx.de" target="_blank">flo.44@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":e8">I have used ddd and when I step into the VecDestroy function I get the<br>
signal 11. I have three Vectors and it's only possible to destroy one of<br>
them. Do I have consider something special before I destroy them? I read<br>
values from the Vector which I'm able to destroy.</div></blockquote></div><br><div>You are likely passing an invalid address to VecDestroy. Something is wrong with your debugger if it doesn't tell you what is invalid.</div>