pypoisson icon indicating copy to clipboard operation
pypoisson copied to clipboard

Segmentation fault

Open e3dEF opened this issue 5 years ago • 3 comments

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.

e3dEF avatar Jun 06 '19 19:06 e3dEF

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".

UrbanM avatar Jun 07 '19 16:06 UrbanM

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!

pengsongyou avatar Nov 29 '20 14:11 pengsongyou

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.

bhatiaharsh avatar Jul 21 '21 00:07 bhatiaharsh