Well pserve --reload was changed significantly in 1.8 by rewriting it to use the new hupper library - so if your issues are only with --reload I know where I'd look. Coincidentally that library is undergoing a major rewrite by me right now so... but I have never seen an error like you are mentioning in my development of that library.
On Sat, May 6, 2017 at 2:26 AM, Bert JW Regeer <[email protected]> wrote: > Try destroying the virtualenv and installing it from scratch, then upgrade > one package at a time. > > Sorry, nowhere in the code do we call pthread_cond_wait explicitly, so I > have no idea where to even begin. > > Bert > > On May 6, 2017, at 00:30, Jonathan Vanasco <[email protected]> wrote: > > This popped up again. I spent a few hours trying to narrow down what > package update is causing this and can't. > > This happens under waitress in the 1.8.1/2/3 branches on `pserve --reload > environment.ini` but not on `pserve environment.ini` (i used the full > path, this is shorthand) > > does anyone have a suggestion on where to look in the code > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ms > gid/pylons-discuss/2bfeef22-e99c-44be-88cf-fc242e4d811a%40googlegroups.com > <https://groups.google.com/d/msgid/pylons-discuss/2bfeef22-e99c-44be-88cf-fc242e4d811a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ms > gid/pylons-discuss/AC102852-F01B-4898-A7F8-E1D4D0C25128%400x58.com > <https://groups.google.com/d/msgid/pylons-discuss/AC102852-F01B-4898-A7F8-E1D4D0C25128%400x58.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwHmK2_FPWurUPyGrScU%2Bjf3vbONwyUpSg2qiQmZ1pP-KA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
