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 understand if the problem was sizeof(CONFIG), but it returns 204 bytes size. Thank you for help... Il 27/05/2014 22:11, Roberto Bertucci ha scritto: > 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 > Kaboom! bacula-fd, bacula-fd got signal 11 - Segmentation violation at > 27-May-2014 21:58:45. Attempting traceback. > Kaboom! exepath=/usr/local/bacula/sbin > Calling: /usr/local/bacula/sbin/btraceback > /usr/local/bacula/sbin/bacula-fd 733290 /tmp/ > > Following the running with gdb: > (gdb) run > Starting program: /usr/local/bacula/sbin/bacula-fd > [New Thread 1] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 1] > 0xd1d7e870 in sm_malloc(char const*, int, unsigned int) () > from /usr/local/bacula/lib/libbaccfg.a(libbaccfg-7.0.3.so) > (gdb) where > #0 0xd1d7e870 in sm_malloc(char const*, int, unsigned int) () > from /usr/local/bacula/lib/libbaccfg.a(libbaccfg-7.0.3.so) > #1 0xd1d84770 in new_config_parser() () from > /usr/local/bacula/lib/libbaccfg.a(libbaccfg-7.0.3.so) > #2 0x100007e0 in main (argc=<error reading variable>, argv=<error > reading variable>) at _start_ :200 > > > Now I am stuck. Anyone encountered this issue? > > Thanx for every hint/suggestion > ------------------------------------------------------------------------------ Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users