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: "" <>
  • Subject: Re: [overpass] Segmentation fault (core dumped) when trying to start dispatcher
  • Date: Wed, 18 Dec 2019 18:28:01 +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=3vJnenlX3lCHaKPsHRLDe9kMT8XXj1BIYDwAjwdzu3g=; b=bBbe0zy+v/l1EnebqrOGzhk7PUjABaOMhAj2ehe9wFjzMEYm3OrZE/+hLd6AHuKDl7HqWBcnWaoFN4B85g2fnbfNq6OYUdOOxe8SpDpgRTjck/Jogodi1hWrA//y85eNfBSmYezBWRMbMMjNhkUXcenLhXsmF+yXaAsl8a961Tj1Yc7IL63MDWyTl3vGh8QtmA3+cvx3kVcBF+yRJ+zYFuopLKYcVZXX/UtwJBA751F3aw0MMfvoEh1Jem9WgPwfVnhsvpnp/CShYdSWDc/78WC0bCYA6UA+U7lAeZQEX0wzLkDZfnjqHzxMIxR6W6n2S+zKRcodaAddGBWwQyHDwQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=alGPm+8eMHnAoWcbYjSdxmC+6yDoYycu8ZWYNnxsWU4T6Rx0UhSt5GH++VMoK9FkDhfdeYVAMse4fEWiEaE0N7j3KEusfZMDo/wR8bGJRRjQFlwddgtYAWvlo7QsPoFlAPxRXlTiBb+lFC7x4aYS5+3nOSlNSMqrCIN0YQ3wFfCNPhb3pItu7Qi91r0s0rkx7n2A46nbtMYAn0W+wHfS6IOIgKup2RAI35KH8NUsytORFAzDCshWdo04Y5+K9u/RPfHMgywXMWMoO7unc1MAV+66sLeK/D04X7j6EaPxZ+DrzNlnp0lxOPdjio8vrKhLQb7+Mz7APj5qs/pO7FHGKg==
  • Authentication-results: spf=none (sender IP is ) ;

I didn't get much out of the debug file after I tried running the dispatcher,
below is my output

[ bvogelgesang@osm-vm:~/mnt/osm-db-disk ]$ $EXEC_DIR/bin/dispatcher
--osm-base --db-dir=$DB_DIR
Segmentation fault (core dumped)
[ bvogelgesang@osm-vm:~/mnt/osm-db-disk ]$ cat nodes.bin.debug
DEBUG a
DEBUG b
DEBUG A
DEBUG B
DEBUG C

Was I supposed to do anything else to populate that file?

Much appreciated
Brian

On 12/17/19, 10:36 PM,
"
on behalf of Roland Olbricht"
<
on behalf of
>
wrote:

> Thank you for the response. I ran the dispatcher with strace to see if
it would provide any useful information, below is the output. I will try
patching like you said and respond with results. Much appreciated

This is an excellent idea. From the insight of the strace, I have been
able to understand that dispatcher crashes in a different location than
conjectured.

Please remove the patch. I don't know what has gone wrong, could be
something like missing the right line number by one. I have prepared
instead a special dist with more debugging output:

https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdev.overpass-api.de%2Freleases%2Fosm-3s_v0.7.55.debug.tar.gz&amp;data=02%7C01%7Cbvogelgesang%40rightpoint.com%7C95f946848c344ef2d77808d783848cea%7C5fbbce2ac3e64b5ea51f222674fdb44d%7C1%7C0%7C637122477663611955&amp;sdata=64VXIrpKmvyB8NqpiDrxtggWvw0j0scUTTZsfdt%2F8f8%3D&amp;reserved=0
Please use this instead of the osm-3s_v0.7.55.7.tar.gz for the moment
being.

There should appear a file
$DB_DIR/nodes.bin.debug
Could you please send the content of the file (the list does not process
attachments). The first 4K or so should suffice - I expect it to be of
only a few hundred bytes. This is a special log around the expected
crash location.

Best regards,

Roland





Archive powered by MHonArc 2.6.19+.

Top of Page