2008/6/10 Brett Henderson <[EMAIL PROTECTED]>: > I've just found something, when attempting to render this URL. > http://localhost/osm_tiles2/6/57/24.png > I get errors in the apache error_log stating that a child exited with a > Segmentation fault. That sounds ominous unless there's just some error > handling going awry. >
Try restarting the web server. I've certainly seen segv's if you do multiple "make install" without restarting the server (reloading the config is not sufficient). If that fails then try either running strace to see where it gets too before diteing or try attaching GDB to one of the processes (it makes things easier if you limit the number of server processes to 1). -- Jon _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

