Displaying 4 results from an estimated 4 matches for "includelevel".
2003 Jun 12
2
Segmentation fault on "reload"
...61 in malloc () from /lib/i686/libc.so.6
#2 0x40161dd0 in strdup () from /lib/i686/libc.so.6
#3 0x08055a2f in cfg_process (tmp=0x80e5950, _tmpc=0xbffff360,
_last=0xbffff364, buf=0x6c636e69 <Address 0x6c636e69 out of bounds>,
lineno=118, configfile=0x44ceb41d "extensions.conf", includelevel=0)
at config.c:57
#4 0x08055472 in __ast_load (configfile=0x44ceb41d "extensions.conf",
tmp=0x80e5950, _tmpc=0xbffff360, _last=0xbffff364, includelevel=0)
at config.c:731
#5 0x0805588d in ast_load (configfile=0x8 <Address 0x8 out of bounds>)
at config.c:766
#6 0x44ceabd2 in p...
2003 Jun 13
1
Segmentation Fault ... Big problems
...in malloc () from /lib/i686/libc.so.6
#2 0x40161dd0 in strdup () from /lib/i686/libc.so.6
#3 0x080559eb in cfg_process (tmp=0x80e3000, _tmpc=0xbffff360,
_last=0xbffff364, buf=0x61666564 <Address 0x61666564 out of bounds>,
lineno=99, configfile=0x44ceb41d "extensions.conf", includelevel=0)
at config.c:57
#4 0x08055472 in __ast_load (configfile=0x44ceb41d "extensions.conf",
tmp=0x80e3000, _tmpc=0xbffff360, _last=0xbffff364, includelevel=0)
at config.c:731
#5 0x0805588d in ast_load (configfile=0x8 <Address 0x8 out of bounds>)
at config.c:766
#6 0x4...
2003 Apr 04
2
chan_h323 problems....
I have had * installed for a couple of weeks now and am very impressed. I have got Zap, SIP and MGCP working and can call freely between them with just things like transfer still to sort out etc.
I then though I would add H.323 support to my working system, having read the previous threads on the subject before I installed I installed the pre-reqs
pwlib
openh323
gnugk for h.323 gatekeeper
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com>
This is a series of patches that,
* shrink the core by moving things into an ldlinux ELF module
* begin wiring up some of the C versions of various functions
The core now only contains essential code and loads the ldlinux module
to do everything else, like providing a command line interface and
loading kernels.
The config file parsing