<div>Hi guys:</div><div><br></div>I'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 'cmd_recurse':</div><div>mapcache_seed.c:337: warning: unused variable 'j'</div><div>
mapcache_seed.c:337: warning: unused variable 'i'</div><div>mapcache_seed.c: In function 'seed_thread':</div><div>mapcache_seed.c:511: warning: dereferencing type-punned pointer will break strict-aliasing rules</div>
<div>mapcache_seed.c: In function 'main':</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: 'dimvalue' is used uninitialized in this function</div>
<div>mapcache_seed.c:626: warning: 'optargcpy' 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,"FOO\n");</div><div>    dimkey = NULL,*dimvalue = NULL,*key,*last,*optargcpy = NULL;</div><div>    fprintf(stderr,"BAR\n");</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>