GUI / nginx-upstream-dynamic-servers

An nginx module to resolve domain names inside upstreams and keep them up to date.
MIT License
311 stars 74 forks source link

Segmentation faults #6

Closed erickfaustino closed 8 years ago

erickfaustino commented 8 years ago

Hi! First of all, I want to thank you to try to write a nice module, to do things that only the Plus version can do. It`s awesome, and the community always enjoys it. Unfortunately, this module isnt working well. :( After compile the right version (1.7.7), I still getting some errors in dmesg and messages.

Nov 19 10:52:40 vr-varnish-site-1a kernel: [53209.322975] nginx[28395]: segfault at 33 ip 0000000000473692 sp 00007fff544cc480 error 6
Nov 19 10:52:40 vr-varnish-site-1a kernel: [53209.325088] nginx[28400]: segfault at 33 ip 0000000000473692 sp 00007fff544cc480 error 6 in nginx[400000+93000]
Nov 19 10:52:40 vr-varnish-site-1a kernel: [53209.325237] nginx[28402]: segfault at 33 ip 0000000000473692 sp 00007fff544cc480 error 6 in nginx[400000+93000]
Nov 19 10:52:40 vr-varnish-site-1a kernel: [53209.325295] nginx[28401]: segfault at 33 ip 0000000000473692 sp 00007fff544cc480 error 6 in nginx[400000+93000]
Nov 19 10:52:40 vr-varnish-site-1a kernel: [53209.326296] nginx[28403]: segfault at 33 ip 0000000000473692 sp 00007fff544cc480 error 6 in nginx[400000+93000]
Nov 19 10:52:40 vr-varnish-site-1a kernel: [53209.326645] nginx[28404]: segfault at 33 ip 0000000000473692 sp 00007fff544cc480 error 6 in nginx[400000+93000]
Nov 19 10:52:40 vr-varnish-site-1a kernel: [53209.327266] nginx[28405]: segfault at 33 ip 0000000000473692 sp 00007fff544cc480 error 6 in nginx[400000+93000]
Nov 19 10:52:40 vr-varnish-site-1a kernel: [53209.327452] nginx[28406]: segfault at 33 ip 0000000000473692 sp 00007fff544cc480 error 6 in nginx[400000+93000]
Nov 19 10:52:40 vr-varnish-site-1a kernel: [53209.328028] nginx[28407]: segfault at 33 ip 0000000000473692 sp 00007fff544cc480 error 6 in nginx[400000+93000]
Nov 19 10:52:40 vr-varnish-site-1a kernel: [53209.328500] nginx[28408]: segfault at 33 ip 0000000000473692 sp 00007fff544cc480 error 6 in nginx[400000+93000]

I see that you are not working in this module anymore, so I've found another solution for my problem. Just to advise other people and save a little of work.

Thanks!

GUI commented 8 years ago

@erickfaustino: As a heads up, @wandenberg recently fixed some segfault issues. So if you're still interested in using this module, things should hopefully be fixed now thanks to @wandenberg's great work.