-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
root@WorldMap:~/airmail# cargo run --bin indexer -- \
> --wof-db data/whosonfirst-data-admin-latest.db \
> --index data/index/ \
> load-osm-pbf data/planet-daily.osm.pbf
Finished dev [unoptimized + debuginfo] target(s) in 3.77s
Running `target/debug/indexer --wof-db data/whosonfirst-data-admin-latest.db --index data/index/ load-osm-pbf data/planet-daily.osm.pbf`
[2025-03-17T16:08:06Z INFO indexer::osm_pbf] Generating OSM node map from: data/planet-daily.osm.pbf
[2025-03-31T12:05:33Z INFO indexer::osm_pbf] 9737670035 node locations are cached
[2025-03-31T12:05:33Z INFO indexer::osm_pbf] Parsing POIs
[2025-03-31T12:05:33Z WARN airmail_indexer::importer] Failed to populate admin areas, error returned from database: (code: 1) no such table: main.point_in_polygon
[2025-03-31T12:05:33Z WARN airmail_indexer::importer] Failed to populate admin areas, error returned from database: (code: 1) no such table: main.point_in_polygon
[2025-03-31T12:05:33Z WARN airmail_indexer::importer] Failed to populate admin areas, error returned from database: (code: 1) no such table: main.point_in_polygon
[2025-03-31T12:05:33Z WARN airmail_indexer::importer] Failed to populate admin areas, error returned from database: (code: 1) no such table: main.point_in_polygon
[2025-03-31T12:05:33Z WARN airmail_indexer::importer] Failed to populate admin areas, error returned from database: (code: 1) no such table: main.point_in_polygon
[2025-03-31T12:05:33Z WARN airmail_indexer::importer] Failed to populate admin areas, error returned from database: (code: 1) no such table: main.point_in_polygon
[2025-03-31T12:05:33Z WARN airmail_indexer::importer] Failed to populate admin areas, error returned from database: (code: 1) no such table: main.point_in_polygon
[2025-03-31T12:05:33Z WARN airmail_indexer::importer] Failed to populate admin areas, error returned from database: (code: 1) no such table: main.point_in_polygon
[2025-03-31T12:05:33Z WARN airmail_indexer::importer] Failed to populate admin areas, error returned from database: (code: 1) no such table: main.point_in_polygon
[2025-03-31T12:05:34Z WARN airmail_indexer::importer] Failed to populate admin areas, error returned from database: (code: 1) no such table: main.point_in_polygon
double free or corruption (fasttop)
double free or corruption (fasttop)
Aborted (core dumped)
Other info:
OS: Ubuntu 24.04
root@WorldMap:~/airmail# df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 2.6G 1004K 2.6G 1% /run
/dev/sda1 3.1T 691G 2.4T 23% /
tmpfs 13G 0 13G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 13G 0 13G 0% /run/qemu
/dev/sda16 881M 112M 707M 14% /boot
/dev/sda15 105M 6.1M 99M 6% /boot/efi
tmpfs 2.6G 12K 2.6G 1% /run/user/0
root@WorldMap:~/airmail# free -m
total used free shared buff/cache available
Mem: 26047 652 25146 0 636 25395
Swap: 0 0 0
@ellenhp what can I do?
Looking forward to any hints
Metadata
Metadata
Assignees
Labels
No labels