Skip to content
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

When create layer description file, ctb-tile core dump #90

Open
tingzhenli opened this issue Apr 15, 2020 · 2 comments
Open

When create layer description file, ctb-tile core dump #90

tingzhenli opened this issue Apr 15, 2020 · 2 comments

Comments

@tingzhenli
Copy link

In my centos7(memory:32G):

  1. docker run -it --name ctb -v "/data/maping/to3dtile/dsm":"/data" tumgis/ctb-quantized-mesh
  2. ctb-tile -f Mesh -C -N -o out dsm.tif note: the dsm.tif is 82MBytes from opendronemap
  3. It uses 2minutes to finish the above process
  4. ctb-tile -f Mesh -C -N -l -o out dsm.tif
  5. The computer memory used by ctb-tile increase to > 90% and core dump
  6. Test data
@tingzhenli
Copy link
Author

I fix it:
4. ctb-tile -f Mesh -C -N -l -o out dsm.tif ====> ctb-tile -c 1 -f Mesh -C -N -l -o out dsm.tif
so, there must has a mulit-thread problem.

@yogi-as
Copy link

yogi-as commented Apr 28, 2020

@tingzhenli thank you for the workaround, I've been struggling with this core dump issue for a while

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants