Skip to Content.
Sympa Menu

overpass - Re: [overpass] replicate id jump + db corruption

Subject: Overpass API developpement

List archive

Re: [overpass] replicate id jump + db corruption


Chronological Thread 
  • From: Roland Olbricht <>
  • To: , marc marc <>
  • Subject: Re: [overpass] replicate id jump + db corruption
  • Date: Fri, 29 Sep 2017 06:51:46 +0200

Hello,

I'm sorry for the late answer. We moved from a flat to a house.

Could you please figure out which version is running? For the sake of simplicity, the newest release 0.7.54.10 does show version numbers by

bin/osm3s_query --version

and in every output file in the first lines.

Reading XML file ... finished reading relations. Flushing to database
....... done.
terminate called after throwing an instance of 'File_Error'
283.osc.gz [154664/154664] ->
"/tmp/osm-3s_update_iGmwJT/002631283.osc.gz" [1]

The last two lines look rather like a log from wget than to be related to the error. If they were indeed from wget then either the version of update_from_dir is so old that it still may produce return value zero on error. Or changes in the fetch.. script conflict with return value evaluation.

As newer version of both update_database and update_from_dir always catch File_Error (the last few lines in the main(...)-function in the files overpass_api/osm-backend/update_from_dir.cc catch File_Error), I would like to ask you to double check which version is running.

Regards,

Roland



Archive powered by MHonArc 2.6.19+.

Top of Page