You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've separated out my read and write commands into two different steps. I am running in minimal docker images and experienced this panic after ~1.5hrs of processing.
Yeah this is not handling invalid data correctly...
panic: proto: Way: illegal tag 0 (wire type 7)
goroutine 195 [running]:
github.com/omniscale/imposm3/cache.(*WaysCache).Iter.func1()
/root/imposm/gopath/src/github.com/omniscale/imposm3/cache/ways.go:90 +0x17a
created by github.com/omniscale/imposm3/cache.(*WaysCache).Iter in goroutine 1
/root/imposm/gopath/src/github.com/omniscale/imposm3/cache/ways.go:77 +0x78
import-write-1 exited with code 2
Context
I've separated out my read and write commands into two different steps. I am running in minimal docker images and experienced this panic after ~1.5hrs of processing.
Expected Behavior
imposm continues to run till completion, exit 0. This worked fine with the smaller regions of monaco and central USA.
Actual Behavior
Panic, segfault
Possible Fix
Unknown
Steps to Reproduce
FROM debian:12.8
, install released version v0.14.0aws s3 cp --no-sign-request s3://osm-pds/2024/planet-241202.osm.pbf ./country.pbf
import -mapping /config/mapping.yml -write -cachedir /cache -connection postgis://osm:osm@db/osm -srid 4326 -deployproduction -optimize
Context
I'm trying to get some local maps running to turn them into PMTiles
Your Environment
Debian Linux running Docker
Linux [hostname] 5.10.0-28-amd64 #1 SMP Debian 5.10.209-2 (2024-01-31) x86_64 GNU/Linux
Thanks all, great project!
The text was updated successfully, but these errors were encountered: