Skip to Content.
Sympa Menu

overpass - [overpass] std::bad_alloc when importing an osm base

Subject: Overpass API developpement

List archive

[overpass] std::bad_alloc when importing an osm base


Chronological Thread 
  • From: <>
  • To:
  • Subject: [overpass] std::bad_alloc when importing an osm base
  • Date: Mon, 6 Apr 2015 10:13:10 +0200 (CEST)

I am running Overpass on my windows computer using vagrant with virtualbox
The installation is ok.
I succeeded to import in my database a small OSM file, and I succeeded to
acces it by an http request.
So my installation seems to be ok. ;-)

Then I have tried to import the Ile de France.
You can find it in geofabrik / Europe / France
And I obtained this error.
How I can solve it ?
Regards.

Thierry

vagrant@precise64:~$ bunzip2 < /vagrant/ile-de-france-latest.osm.bz2 | /home/
vagrant/osm-3s_v0.7.51/build/bin/update_database --db-dir=idf/
Reading XML file ...terminate called after throwing an instance of
'std::bad_alloc'
what(): std::bad_alloc
Aborted
vagrant@precise64:~$



Archive powered by MHonArc 2.6.18.

Top of Page