Skip to Content.
Sympa Menu

overpass - Re: [overpass] Segmentation fault

Subject: Overpass API developpement

List archive

Re: [overpass] Segmentation fault


Chronological Thread 
  • From: Roland Olbricht <>
  • To: , Igor Brejc <>
  • Subject: Re: [overpass] Segmentation fault
  • Date: Sun, 30 Jul 2017 20:29:49 +0200

Hi Igor,

thank you for the stacktrace and the extra information. I've no clear idea what is going on (the updater pretends to have done a full update cycle within 10 seconds, but it should take minutes or hours, because it is heavy-lifiting data here).

What is the file size of /tmp/crash_input.osc ?

Now back to the debugging request:
Please set a breakpoint and re-run the update, as explained following:

Leave gdb with

quit

Remove file $DB_DIR/osm_base_shadow.lock if it exists.

Restart gdb. Type then

break transaction.h:102

then

run </tmp/crash_input.osc

This should lead to multiple stops. If this happens then please type each time

print data_index
print (OSM_File_Properties<Uint32_Index>*)fp

Best regards,

Roland



Archive powered by MHonArc 2.6.19+.

Top of Page