Hi list, trying to make a multiple join working with a dbf containing 64000 records the mapserver crashes during processing of the join (Windows XP, mapserver version 4.6.1) Here is the patch: File: maptemplate.c 2229c2229 < strcatalloc(outbuf, line); --- > outbuf = strcatalloc(outbuf, line); -Carola