On Mon, 28 Sep 2015 20:50:44 -0400
Michael Ezzell <[email protected]> wrote:
> I fired up HA-Proxy version 1.6-dev6-e7ae656 2015/09/28 for testing, and
> was greeted with...
>
> Segmentation fault (core dumped)
>
> Since I've been primarily testing Lua, I started by commenting out my Lua
> config lines. Startup succeeds. Re-enabling the scripts, I find this to
> be the offending line:
>
> core.Alert("hello.lua");
>
> I can't seem to write to syslog in any Lua context without a segfault. The
> failure occurs even if this is the only line, in the only Lua script loaded
> in global config.
>
> Behavior is observed on both 64-bit and 32-bit builds on Ubuntu 14.04.
>
> HA-Proxy version 1.6-dev6-e7ae656
Hello,
Thank you for the bug repport. I can't reproduce it.
Are you sure, that you did a "make clean" before compiling your
HAProxy ? Some structs are changed, and doesn't running a "make clean"
is a common way for segfaults :)
If it is the case, can you send me your test files ?
Thierry