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 05/27/2014 03:11 PM, Roberto Bertucci wrote:
> Hi all, i am trying to run 7.0.3 client on AiX 5.3 platform.
> #2 0x17e0 in main (argc=, argv= reading variable>) at _start_ :200
>
> Now I am stuck. Anyone encountered this issue?
Usually when it crashes trying to pop argv, it's a stack ov
Hi all, i am trying to run 7.0.3 client on AiX 5.3 platform.
Compilation runs fine to the end and installation moves executables in
selected directories.
The problem is in starting bacula:
#./bacula-fd -c /usr/local/bacula/etc/bacula-fd.conf
Bacula interrupted by signal 11: Segmentation violation