-
Notifications
You must be signed in to change notification settings - Fork 74
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
Breaks Nginx Stream Module #26
Comments
Hi @RohanNagar, I'm trying to fix some known bugs/segfaults in this module. |
@wandenberg I am compiling Nginx 1.13.5 with this module, and the additional configure flags of
I'm then running the core nginx tests found here. Almost all of the Honestly, I'm not too sure what these tests are testing, I'm still new to Nginx. However it does seem like there are memory issues. Many times the tests expect a result and instead are getting I can make a simple script to download these and run them if you would like. |
Would be good to have a script. |
Yes, the tests pass without the module. I will put a script together for you soon. |
is in the config, the module should not segfault fixes GUI#26
When I compile this module with the nginx stream module, which is available since 1.9.0, the stream module breaks. Multiple stream tests are failing and resulting in seg faults.
I can try to fix this myself, but if anyone is still active I would appreciate some insight into why you think this might be happening.
I'm on version 1.13.5 of Nginx.
Thanks!
The text was updated successfully, but these errors were encountered: