1 Sep
2017
1 Sep
'17
8:48 a.m.
On Sep 1, 2017, at 4:43 AM, Chaigneau, Nicolas <nicolas.chaigneau@capgemini.com> wrote:
We've finally found out what was going on. The issue is an overflow of allocated memory in rlm_rest module, triggering a server abort later on. See the issue I've opened on GitHub for the details (and a proposed fix):
Thanks. I've pushed a different patch which should fix the issue.
We had a CRC mismatch issue with our debuginfo packages, which is why gdb refused to use them. This is weird as these are the official debuginfo, matching the exact version of the libraries. Anyhow, we fixed this using objcopy, as follows (example for libpthread):
Weird... Alan DeKok.