mmolero / pypoisson

Poisson Surface Reconstruction Python Binding
MIT License
242 stars 30 forks source link

Segmentation fault #8

Open e3dEF opened 5 years ago

e3dEF commented 5 years ago

Hi,

running the example in Ubuntu 18.04, Python 3.6, cython 0.29.10 and pypoisson 0.10, I get the following error:

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

Also there are two empty files created (name e.g. PR_9rNBBw). In Ubuntu 16.04 with python3.5 it worked.

UrbanM commented 5 years ago

Hi, I have a similar issue when running the example both with python3 and python2. I am running Fedora 30, Python 3.7, cython 0.29.6. I get the error:

terminate called after throwing an instance of 'std::length_error' what(): cannot create std::vector larger than max_size() Aborted (core dumped)

And i also get empty files with name like "PR_9rNBBw".

pengsongyou commented 3 years ago

Hi, I have a similar issue when running the example both with python3 and python2. I am running Fedora 30, Python 3.7, cython 0.29.6. I get the error:

terminate called after throwing an instance of 'std::length_error' what(): cannot create std::vector larger than max_size() Aborted (core dumped)

And i also get empty files with name like "PR_9rNBBw".

Hi @UrbanM I encountered siimlar issues now. Just wondering if you solved this issue. If yes, what did you change? Thanks a lot in advance!

bhatiaharsh commented 3 years ago

marking related to this.

I get the PR_** files as well but the code reports segfault or free error. possible solution: use an older compiler.