Re: [mkgmap-dev] Bug in the splitter

2012-01-27 Thread Maetma 91
I can use the machine and it is NO OK. The JVM is /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java 2012/1/25 Marko Mäkelä marko.mak...@iki.fi On Wed, Jan 25, 2012 at 07:24:41PM +0100, Maetma 91 wrote: I cannot use the machine now but I try again when I can. The machine is Linux 64 bits.

Re: [mkgmap-dev] Bug in the splitter

2012-01-27 Thread Thorsten Kukuk
Hi, On Fri, Jan 27, Maetma 91 wrote: I can use the machine and it is NO OK. The JVM is /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java I'm able to reproduce it with this openjdk version, I'm not able to reproduce it with IBM or SUN java. So looks like a openjdk bug to me. Thorsten

Re: [mkgmap-dev] Bug in the splitter

2012-01-25 Thread Maetma 91
, not linux. Could not reproduce on Linux either (splitter r198) Gerd -- Date: Tue, 24 Jan 2012 16:12:22 +0100 From: maetm...@gmail.com To: mkgmap-dev@lists.mkgmap.org.uk Subject: Re: [mkgmap-dev] Bug in the splitter I utilize only the the command i send before

Re: [mkgmap-dev] Bug in the splitter

2012-01-25 Thread Marko Mäkelä
On Wed, Jan 25, 2012 at 07:24:41PM +0100, Maetma 91 wrote: I cannot use the machine now but I try again when I can. The machine is Linux 64 bits. Which JVM are you using? It could play a role here. Marko ___ mkgmap-dev mailing list

[mkgmap-dev] Bug in the splitter

2012-01-24 Thread Maetma 91
Good morning, I think have found a bug in the splitter. I am trying making a map of France using the farnce.osm.pbf file from geofabrik.de. With the values by default the splitter crashed in the third pass. I tried to reduce MAX_AREAS and it always crashed in the third pass. Then I make MAX_AREAS

Re: [mkgmap-dev] Bug in the splitter

2012-01-24 Thread Carlos Dávila
El 24/01/12 11:54, Maetma 91 escribió: Good morning, I think have found a bug in the splitter. I am trying making a map of France using the farnce.osm.pbf file from geofabrik.de http://geofabrik.de. With the values by default the splitter crashed in the third pass. I tried to reduce

Re: [mkgmap-dev] Bug in the splitter

2012-01-24 Thread Maetma 91
java -ea -jar splitter.jar --max-areas=100 /fast-scratch/OSM/france.osm.pbf - OK java -ea -jar splitter.jar --max-areas=50 /fast-scratch/OSM/france.osm.pbf - NO OK Exception in thread worker-1 java.lang.NullPointerException at

Re: [mkgmap-dev] Bug in the splitter

2012-01-24 Thread Gerd Petermann
@lists.mkgmap.org.uk Subject: Re: [mkgmap-dev] Bug in the splitter java -ea -jar splitter.jar --max-areas=100 /fast-scratch/OSM/france.osm.pbf - OK java -ea -jar splitter.jar --max-areas=50 /fast-scratch/OSM/france.osm.pbf - NO OK Exception in thread worker-1 java.lang.NullPointerException

Re: [mkgmap-dev] Bug in the splitter

2012-01-24 Thread Maetma 91
created by splitter for both cases? Does this error also appear when you specify e.g. -Xmx1000m ? Ciao, Gerd -- Date: Tue, 24 Jan 2012 14:01:56 +0100 From: maetm...@gmail.com To: mkgmap-dev@lists.mkgmap.org.uk Subject: Re: [mkgmap-dev] Bug in the splitter java

Re: [mkgmap-dev] Bug in the splitter

2012-01-24 Thread Gerd Petermann
Hi Maetma, I tried with splitter r200 and france.osm.pbf from today and your command, but on windows, not linux. Gerd Date: Tue, 24 Jan 2012 16:12:22 +0100 From: maetm...@gmail.com To: mkgmap-dev@lists.mkgmap.org.uk Subject: Re: [mkgmap-dev] Bug in the splitter I utilize only

Re: [mkgmap-dev] Bug in the splitter

2012-01-24 Thread Carlos Dávila
Date: Tue, 24 Jan 2012 16:12:22 +0100 From: maetm...@gmail.com To: mkgmap-dev@lists.mkgmap.org.uk Subject: Re: [mkgmap-dev] Bug in the splitter I utilize only the the command i send before. Did you use a big file ? Because Italy or a France region is OK but all France is no OK. 2012/1/24 Gerd