<div>Hi guys:</div><div><br></div>I&#39;m having trouble with mapcache_seed<div><br></div><div>I get a segmentation fault, it appears to happen at line 626</div><div><a href="http://trac.osgeo.org/mapserver/browser/trunk/mapserver/mapcache/src/mapcache_seed.c#L626">http://trac.osgeo.org/mapserver/browser/trunk/mapserver/mapcache/src/mapcache_seed.c#L626</a></div>
<div><br></div><div>Warning messages from the compile process:</div><div><br></div><div><div>mapcache_seed.c: In function &#39;cmd_recurse&#39;:</div><div>mapcache_seed.c:337: warning: unused variable &#39;j&#39;</div><div>
mapcache_seed.c:337: warning: unused variable &#39;i&#39;</div><div>mapcache_seed.c: In function &#39;seed_thread&#39;:</div><div>mapcache_seed.c:511: warning: dereferencing type-punned pointer will break strict-aliasing rules</div>
<div>mapcache_seed.c: In function &#39;main&#39;:</div><div>mapcache_seed.c:626: warning: assignment makes integer from pointer without a cast</div><div>mapcache_seed.c:626: warning: value computed is not used</div><div>mapcache_seed.c:626: warning: assignment makes integer from pointer without a cast</div>
<div>mapcache_seed.c:626: warning: value computed is not used</div><div>mapcache_seed.c:626: warning: value computed is not used</div><div>mapcache_seed.c:626: warning: &#39;dimvalue&#39; is used uninitialized in this function</div>
<div>mapcache_seed.c:626: warning: &#39;optargcpy&#39; is used uninitialized in this function</div><div><br></div><div><br></div><div>If I put some fprintf statements around line 626, I only get the first one:</div><div><div>
    fprintf(stderr,&quot;FOO\n&quot;);</div><div>    dimkey = NULL,*dimvalue = NULL,*key,*last,*optargcpy = NULL;</div><div>    fprintf(stderr,&quot;BAR\n&quot;);</div></div><div><br></div><div>prints out:</div><div><div>
$ ./src/mapcache_seed </div><div>FOO</div><div>Segmentation fault</div></div><div><br></div><div>Am I missing something?</div><div><br></div><div>Thanks,</div><div><br></div><div>Jerl</div><div><br></div>-- <br>A computer without Windows is like chocolate cake without mustard.<br>

</div>