pypoisson
pypoisson copied to clipboard
Segmentation fault
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.
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, 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!
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.