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

Segfault when installed from pip #33

Open
dmig opened this issue Mar 23, 2022 · 5 comments
Open

Segfault when installed from pip #33

dmig opened this issue Mar 23, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@dmig
Copy link

dmig commented Mar 23, 2022

$ pip3 install --user cysimdjson
Collecting cysimdjson
  Downloading cysimdjson-21.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB)
     |████████████████████████████████| 1.5 MB 1.3 MB/s
Installing collected packages: cysimdjson
Successfully installed cysimdjson-21.11
$ python3 convert-pa-json.py infile.geojson
ID,Name,Polygon
Segmentation fault (core dumped)
@dmig
Copy link
Author

dmig commented Mar 23, 2022

latest working version is 21.4a4

@Berghopper
Copy link

+1

@lemire
Copy link
Contributor

lemire commented May 25, 2023

Can you provide a way to reproduce the issue? It works for me without segfault in various tests.

@Berghopper
Copy link

Hmm odd, tried to reproduce this today, but it seems to work now.

I was using python3.11.3 in a docker container under linux. latest version of the pacakage (cysimdjson==21.11).
Tried this with the following code;

import cysimdjson

cysimdjson.JSONParser().parse(bytes('{"test": 1}', 'utf-8'))

Then got the segfault pop up and python crashed.

@ateska ateska added the bug Something isn't working label Jul 20, 2023
@ateska
Copy link
Contributor

ateska commented Mar 22, 2024

This issue will be closed as non-producible in new versions.

@ateska ateska self-assigned this Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants