On 2018-03-19 15:35, Martin van Es wrote:
Hi,
We were experiencing severe pyFF restarting problems since our last
deployment. It turned out lxml was updated to 4.2.0 which introduced
segmentation faults on every metadata refresh. Downgrading to 4.1.1 resolved
our problems.
Yeah I noticed the same thing yesterday. This has to be a memory
management issue in xml somewhere... need a bit of time to resolve
and in the meantime I just comitted an update to setup.py and
requirements.txt locking us to 4.1.1
Cheers Leif
PS Lets use bugreports for stuff like this in the future - it
makes tracking changes easier over time DS