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 porting to python 3.10 #113

Open
AlexGhiti opened this issue Feb 18, 2022 · 2 comments
Open

Segfault when porting to python 3.10 #113

AlexGhiti opened this issue Feb 18, 2022 · 2 comments

Comments

@AlexGhiti
Copy link

Hi,

libapache2-mod-python failed some tests in Ubuntu regression tests, so we added a few patches to port it to python 3.10 (you can find those pretty straightforward patches here [1]). The problem is that now it segfaults on an address returned by PyArg_ParseTuple, and this is where we are struggling to understand what's wrong (even though one of the patch touches this area). Everything is explained in detail at [1], could you give us a hand?

Thanks,

Alex

[1] https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/1960088

@grisha
Copy link
Owner

grisha commented Feb 22, 2022

xnox (in the discussion on your link) is on the right track - you should be using master, we don't do mod_python releases any longer (it syas so on the modpython.org site). If you make a PR for this patch that'd be great!

@wom-bat
Copy link
Contributor

wom-bat commented Sep 6, 2022

This could be related to #100

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

3 participants