logo separator

[mkgmap-dev] [PATCH v5] make maps in parallel

From Clinton Gladstone clinton.gladstone at googlemail.com on Thu May 14 12:18:47 BST 2009

On Wed, May 13, 2009 at 3:54 PM, Mark Burton <markb at ordern.com> wrote:
>> > Please try specifying --max-jobs=1 so that only one thread is active and
>> > see if it's OK.

I tested again on a Vista machine with --max-jobs=1. The output was
fine: all files were generated.

I then tested on a Mac OS X (Intel) machine. The patch had more or
less the same behaviour: without --max-jobs=1, files were skipped;
with --max-jobs=1 all files were generated.

> -Dlog.config=/SOMEPATH/logging.properties

I logged to file, and then grepped the log files for the map compile
information. The log only indicated that the maps were started and
finished. Tiles which were not generated were also not mentioned in
the log.

The following is an excerpt where the compilation skips from 63240015
to 63240025.

2009/05/14 00:26:59 INFO (MapMaker): Started making 63240014 (osm-cg-de)
2009/05/14 00:27:03 INFO (MapMaker): Started making 63240015 (osm-cg-de)
2009/05/14 00:27:32 INFO (MapMaker): finished making map 63240014.img closing
2009/05/14 00:27:50 INFO (MapMaker): finished making map 63240015.img closing
2009/05/14 00:29:50 INFO (MapMaker): Started making 63240025 (osm-cg-de)
2009/05/14 00:30:25 INFO (MapMaker): finished making map 63240025.img closing
2009/05/14 00:30:58 INFO (MapMaker): Started making 63240027 (osm-cg-de)
2009/05/14 00:31:04 INFO (MapMaker): Started making 63240026 (osm-cg-de)
2009/05/14 00:31:30 INFO (MapMaker): finished making map 63240027.img closing
2009/05/14 00:32:00 INFO (MapMaker): finished making map 63240026.img closing

I hope this can help you with finding the cause of the error. Please
let me know if I can perform other tests or provide further
information.

Cheers.



More information about the mkgmap-dev mailing list