Hello,
2014-05-28 14:21 GMT+02:00 Josh Fisher :
> On 5/24/2014 2:58 AM, Radosław Korzeniewski wrote:
>
> Hello,
>
> 2014-05-23 17:30 GMT+02:00 Josh Fisher :
>
>> At failover, there simply is no way for the node taking over the primary
>> role to determine the state of the interface on the faili
Just another piece of debug.
I found that segmentation violation happens here:
CONFIG *new_config_parser()
{
CONFIG *config;
---> config = (CONFIG *)malloc(sizeof(CONFIG)); <---
memset(config, 0, sizeof(CONFIG));
return config;
}
this is file "parse_conf.c" line 808
I tried also to
On 5/24/2014 2:58 AM, Radosław
Korzeniewski wrote:
Hello,
2014-05-23 17:30 GMT+02:00 Josh
Fisher :
At failover, there simply is no way for the
node taking over the primary