-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random crashes in initial.go
#278
Comments
Are you sure you have the latest version? mapserver/tilerendererjob/initial.go Lines 21 to 26 in 98279ee
In any case: you have a few very old mapblocks in there and i would be interested why my parser fails 🤔 any chance you could dump the mapblock in question? |
I can share the mapblock. I need to translate the coords to the block id though. |
That would be the (sqlite) blockid: Best to export it in the following format: sqlite3 map.sqlite "select quote(data) from blocks where pos = -117440466" | cut -d\' -f2 | xxd -r -p |
Hmm, that use of
|
Ah, I needed to redirect the output of
|
The mapblock (46, 0, -7): |
Upon re-run, the
mapserver
does not recrash at the same spot, but will crash again sometime later. I'll run it with-debug
to capture more detail and update this bug when I have it.The text was updated successfully, but these errors were encountered: