Re: [uWSGI] uwsgi 2.0.14 throwing segfaults on ubuntu 14.04.5 LTS

2019-01-10 Thread Thomas-James Goin
You’re 100% right. So I ended-up discovering three things: - The “new” hosts we’re migrating to that were having the problems had 1/4 the memory they ideally should have had - The segmentation faults were caused by the Linux oom-killer coming in and killing the child processes to try and recove

Re: [uWSGI] uwsgi 2.0.14 throwing segfaults on ubuntu 14.04.5 LTS

2019-01-10 Thread Roberto De Ioris
> > However, after moving from kernel version 4.4.0-134-generic over to > 3.13.0-164-generic, the segfaults stopped. I’m wondering if there’s a > memory management bug somewhere in the mix. Anyone have any ideas on how > I might be able to track this back and provide a definitive bug report? > —

Re: [uWSGI] uwsgi 2.0.14 throwing segfaults on ubuntu 14.04.5 LTS

2019-01-10 Thread Thomas-James Goin
Interesting thing to note: I switched to uwsgi 2.0.17.1 and encountered a slightly longer segmentation fault stack trace: — !!! uWSGI process 32449 got Segmentation Fault !!! *** backtrace of 32449 *** /SCRUBBED/BINARY/PATH/bin/uwsgi(uwsgi_backtrace+0x2e) [0x46b54e] /SCRUBBED/BINARY/PATH/bin/uws

Re: [uWSGI] uwsgi 2.0.14 throwing segfaults on ubuntu 14.04.5 LTS

2019-01-10 Thread Thomas-James Goin
Yeah, with the environment I’m operating in I don’t exactly have a choice on that (yet). We’re evaluating putting the application in-question into a Docker container and running it that way, but we haven’t quite gotten there yet. I’m going to try upgrading to uwsgi 2.0.17.1 on a test host and s

Re: [uWSGI] uwsgi 2.0.14 throwing segfaults on ubuntu 14.04.5 LTS

2019-01-10 Thread Avraham Serour
I meant in general, the version of the stuff you posted is different, no surprise you have different behavior maybe it is the python minor version, my gut blames libc, honestly I would pull my son ear if I caught him using ubuntu that old On Thu, Jan 10, 2019 at 3:20 PM Thomas-James Goin wrote:

Re: [uWSGI] uwsgi 2.0.14 throwing segfaults on ubuntu 14.04.5 LTS

2019-01-10 Thread Thomas-James Goin
Which old version do you mean? The libc6 library, the uwsgi version, or the python2.7 library version(s)? — James Goin | Software Engineer, Liberator Squad > On Jan 10, 2019, at 4:15 AM, Avraham Serour wrote: > > it seems you already answered your own question, the old version have a bug >

Re: [uWSGI] uwsgi 2.0.14 throwing segfaults on ubuntu 14.04.5 LTS

2019-01-10 Thread Avraham Serour
it seems you already answered your own question, the old version have a bug that causes segfault, consider upgrading On Wed, Jan 9, 2019 at 11:08 PM Thomas-James Goin wrote: > I was referred to this mailing list by a coworker to ask for some help on > a segfaulting issue I’m seeing with uwsgi.

[uWSGI] uwsgi 2.0.14 throwing segfaults on ubuntu 14.04.5 LTS

2019-01-09 Thread Thomas-James Goin
I was referred to this mailing list by a coworker to ask for some help on a segfaulting issue I’m seeing with uwsgi. Currently I’m overseeing a fleet of about a dozen machines, some old and some new. The newer ones are running Ubuntu 14.04.5 LTS whereas the old ones are running 14.04.4 LTS. W