On Wed, Jul 18, 2012 at 3:01 PM, Jed Brown <span dir="ltr"><<a href="mailto:jedbrown@mcs.anl.gov" target="_blank">jedbrown@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><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>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><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>

</blockquote></div><br>Are you sure you are passing the address?<div><br></div><div>  VecDestroy(&v);</div><div><br></div><div>Also, take a look at the examples. Modify an example until it does what you want.</div><div>
<br></div><div>     Matt<br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener<br>
</div>