Hi,<div><br></div><div>   I am using ADOL-C to compute the gradient of a function. Once the tape is read, I get the following tapestats:</div><div><div>c0: 700 </div><div>c1: 1 </div><div>c2: 2728 </div><div>c3: 0 </div><div>

c4: 65536 </div></div><div><br></div><div>Then I call the gradient driver to compute the gradient, and then when I read tapestats again, I get:</div><div><br></div><div><div>c0: 700 </div><div>c1: 1 </div><div>c2: 2728 </div>

<div>c3: 4191 </div><div>c4: 65536 </div></div><div><br></div><div>I see that the size of value stack changed from 0 to 4191. After a couple more gradient calls, I get a segmentation fault in the gradient call. Any ideas on what might be happening ?</div>

<div><br></div><div>Thanks,</div><div><br></div><div>Rishi</div><div><br></div>