[issue30089] Automatic Unload of Dynamic Library Cause Segfault

2021-09-07 Thread Irit Katriel
Irit Katriel added the comment: Python 2.7 is no longer being maintained. If you are still seeing this problem on a current version (>= 3.9), please create a new issue. Ideally, please provide instructions how to reproduce the bug. It is hard to debug just from a description (particularly w

[issue30089] Automatic Unload of Dynamic Library Cause Segfault

2017-04-17 Thread Chinh Nguyen
New submission from Chinh Nguyen: I'm using ctypes to access the PAM library to change a user's password. That is, using the function pam_chauthtok. This is occurring inside a python celery worker in FreeBSD. This will work the first time, the second time generates a segfault and crashes the w