Skip to Content.
Sympa Menu

overpass - Re: [overpass] Segmentation fault (core dumped) when trying to start dispatcher

Subject: Overpass API developpement

List archive

Re: [overpass] Segmentation fault (core dumped) when trying to start dispatcher


Chronological Thread 
  • From: Brian Vogelgesang <>
  • To: Roland Olbricht <>, "" <>
  • Subject: Re: [overpass] Segmentation fault (core dumped) when trying to start dispatcher
  • Date: Wed, 18 Dec 2019 20:08:40 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=rightpoint.com; dmarc=pass action=none header.from=rightpoint.com; dkim=pass header.d=rightpoint.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=RJqEvGChxDg14yLPTK5WNu/5BeVuytqFiGXQDCpnrd8=; b=TxkHfRwvwYKKefR/pBf7tLTRLGdyUjZTxhZjlkYFV6Am9kmINIlrgrIbsextTszHM2W8TwIZF/AFJLzQKdMgioWEYZy+wuFtph0IeZE/1ffA4fW5pLonuXhk5bxwT/R4xBl50kj3M7E0tznhrzpuYvhRScN5pNcwPE4RkGOpCiX+IKGpR4FEl2X8qvd9n5qeUnEQUqW40SJXR8O6jJZjBZgMJVh4SlCEbbfjzQIXlAph4KZVy95uApONZq/HVLOzgryHBRzgR4D28zKwHcJYDSCjdPLb8BxMktKzaXt2ga5JkZJFjE/SEsuAQT5yTPSfc9967/Vp1vljH5TTBbRlyg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=g4Dre0Q8s9lwQ7IvVD0IG+vvYan1yleYL+ErhlcfpB1GqCxg4zyL3+ZNrtA1KxJR9M24pPCvl84Z6znG6/kMCSUQbdfpduW0kvxbfVA3D8Tve8cZuT7DOS5pBRyzs+IpzIEeEpSbcasp66J46THak6sxMl1ILPgntIHasLRkGq3VKZqQe7uoXNwlhahnWCDln4oAgFo2RHHsZbjHP+Y6tWFLcnqkap4s0zUhr5/1hPHOUSx9MjPJEdDIMufOIjCk1bMxwpQQM72XORjZ5bh/QPYyr3P3Dmd518kXifQguFXB31xi4Plp/duAAEvIZP1Wh3OdgOVJ0uemb09w4k3dvA==
  • Authentication-results: spf=none (sender IP is ) ;

I am able to successfully run osm3s_query, enter a query, and get results.
That is no longer an issues.

I'm not quite sure what you mean in your response "In the end this means we
need to figure out what has happened to that file, fix that problem, and then
redownload a clone"
Do you mean on your end?

I'm in the process of re-downloading the DB files with the download_clone.sh
- would that not work in this situation? I'm unclear what might be the next
best move.

On 12/18/19, 12:05 PM, "Roland Olbricht"
<>
wrote:

Hi,

> New output when running dispatcher: File_Error 0 Success
/home/bvogelgesang/mnt/osm-db-disk/nodes.bin.idx File_Blocks_Index: Data file
size does not match block size

sort of, yes. This means that the data file has been for whatever reason
truncated. The data file, here "nodes.bin" must have a size that is a
multiple of 65536, because the Overpass API always writes blocks that
are a multiple of that.

In the end this means we need to figure out what has happened to that
file, fix that problem, and then redownload a clone (or make a database
from a planet file). The file as such is probably now useless, because
it is lacking some data.

Given that this has been an error condition not checked for yet, it is
well possible that osm3s_query simply got over that error and would have
crashed only when trying to read the now missing data. Or not crashed at
all and silently have not delivered all objects.

Given your earlier mail of an empty result, this would fit into the
picture.

I'm sorry for these bad news.

Best regards,

Roland





Archive powered by MHonArc 2.6.19+.

Top of Page