Hamid Akhtar <hamid.akh...@gmail.com> writes: > I use CentOS 7 with flex 2.5.37 quite extensively have never come across a > psql crash. This seems more like an environment related issue on your > system.
Yeah ... also, there are more than a dozen buildfarm animals using 2.5.37, and none of them have shown any sign of distress. We have also got animals using just about every other flex version under the sun, and they all work. So I'm inclined to guess that the apparent dependence on flex version is a mirage, and the real reason why it worked or didn't work is elsewhere. We don't have enough info here to identify the problem, but I'd suggest a couple of things: * make sure you're starting from a completely clean tree ("git clean -dfx" is your friend) * avoid changing PATH or other important environment variables between configure and build * watch out for conflicts between different PG installations on the same machine On the last point, it can be a really bad idea to have any preinstalled PG programs or libraries on a machine where you're trying to do PG development. It's too easy to pick up a library out of /usr/lib or a header out of /usr/include when you wanted to use the version in your build tree. Whether any of this explains your problem remains to be seen, but that's the kind of issue I'd suggest looking for. regards, tom lane