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 on X-forwarded-for #198

Open
yvecai opened this issue Nov 8, 2019 · 2 comments
Open

Segfault on X-forwarded-for #198

yvecai opened this issue Nov 8, 2019 · 2 comments

Comments

@yvecai
Copy link

yvecai commented Nov 8, 2019

When enabling ModTileEnableTileThrottlingXForward 1 or 2, mod_tile segfault.
No problem with ModTileEnableTileThrottlingXForward 0
Exemple with request X-forwarded-for header : 127.0.0.1

Apache error.log

[Fri Nov 08 21:00:57.764068 2019] [core:notice] [pid 6250:tid 139682593230912] AH00052: child pid 6253 exit signal Segmentation fault (11)

@doits
Copy link

doits commented Jan 10, 2023

Same for me

[Tue Jan 10 22:55:58.511250 2023] [core:notice] [pid 70481:tid 140658592757632] AH00051: child pid 70704 exit signal Segmentation fault (11), possible coredump in /etc/apache2

How can we debug this?

@hummeltech
Copy link
Collaborator

This should be resolved with #395 and/or #398.

I believe the first is the one which would resolve your issue, which appears to have been caused by invalid usage of apr_strtok

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