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

Segmentation fault, exit code 245, Python 3.8.15+ , 3.9.15+ #505

Open
jslay88 opened this issue Dec 12, 2022 · 6 comments
Open

Segmentation fault, exit code 245, Python 3.8.15+ , 3.9.15+ #505

jslay88 opened this issue Dec 12, 2022 · 6 comments

Comments

@jslay88
Copy link

jslay88 commented Dec 12, 2022

Haven't had the time to fully track down what's happening, but seems to crash when doing LDAP search.

I have fixed this by pinning to 3.8/9.14

Will provide more details when I have the opportunity to revisit next week.

@nalves599
Copy link

Have the same problem :(

@ipm-uma
Copy link

ipm-uma commented Feb 10, 2023

Me too

@jslay88
Copy link
Author

jslay88 commented Apr 10, 2023

We never could find the exact cause beyond it boils down to something in the openldap clib. We went to ldap3 instead for a native Python implementation and has worked fine.

@quanah
Copy link
Contributor

quanah commented Apr 10, 2023

Which OpenLDAP library version?

@jslay88
Copy link
Author

jslay88 commented Apr 11, 2023

Whatever gets installed on python 3.8.15 alpine image with apk add openldap-dev (sorry, not near a computer for a bit).

Also have to do some linking of the .so to get pip install to work.

@mistotebe
Copy link
Contributor

Hi, could you post the gdb backtrace (bt and py-bt if possible) to show where segfault is coming from?

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

5 participants