[Asterisk-Users] segmentation fault on asterisk startup

2004-07-13 Thread Andreas 'TheChaos' Groll
Hi, I write to this list, because I didn't find anything on the net. I installed asterisk using bristuff-0.0.2 without any errors, but when I start asterisk with "asterisk -vvvc" I get following error: [codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec Translator) == Registered translator 'ilb

Re: [Asterisk-Users] segmentation fault on asterisk startup

2004-07-13 Thread andrewg
> > Ok, just removed this last module works, asterisk is starting without > errors anymore, but I wanted to use ILBC codec so it's importan for me. > > Can anyone help me, getting this to work? > Start off with running ulimit -c unlimited before you start asterisk. Once it crashes, type gdb /

Re: [Asterisk-Users] segmentation fault on asterisk startup

2004-07-13 Thread Andreas 'TheChaos' Groll
[EMAIL PROTECTED] wrote: Start off with running ulimit -c unlimited before you start asterisk. Once it crashes, type gdb /path/to/asterisk core From there, enter the following: bt x/5i $eip info registers info threads and quit out. After doing that, you might want to save the output of uname

Re: [Asterisk-Users] segmentation fault on asterisk startup

2004-07-13 Thread andrewg
On Tue, Jul 13, 2004 at 01:24:18PM +0200, Andreas 'TheChaos' Groll wrote: > [EMAIL PROTECTED] wrote: > > >Start off with running ulimit -c unlimited before you start asterisk. Once > >it crashes, type gdb /path/to/asterisk core > > > >>From there, enter the following: > > > >bt > >x/5i $eip >

Re: [Asterisk-Users] segmentation fault on asterisk startup

2004-07-13 Thread andrewg
Hmm, block is allocated near the top of the stack. Ack, I don't like the iLBC code for the quick 3 minutes or so I looked at it, but it wouldn't surprise me if it was overwriting more than it should be on the stack. Well, I'll hand this off to the developers / people who want to spend longer loo

Re: [Asterisk-Users] segmentation fault on asterisk startup

2004-07-13 Thread Andrew Kohlsmith
On Tuesday 13 July 2004 08:22, [EMAIL PROTECTED] wrote: > Ack, I don't like the iLBC code for the quick 3 minutes or so I looked at > it, but it wouldn't surprise me if it was overwriting more than it should > be on the stack. Why wouldn't it surprise you? I have a PRI and have 10 or 12 iLBC code

Re: [Asterisk-Users] segmentation fault on asterisk startup

2004-07-13 Thread andrewg
On Tue, Jul 13, 2004 at 08:35:17AM -0400, Andrew Kohlsmith wrote: > On Tuesday 13 July 2004 08:22, [EMAIL PROTECTED] wrote: > > Ack, I don't like the iLBC code for the quick 3 minutes or so I looked at > > it, but it wouldn't surprise me if it was overwriting more than it should > > be on the stack

Re: [Asterisk-Users] segmentation fault on asterisk startup

2004-07-13 Thread Andrew Kohlsmith
On Tuesday 13 July 2004 08:55, [EMAIL PROTECTED] wrote: > You missed my point. I'm talking about how it does data handling with > various loops and memcpys etc. I don't care about the sound quality, nor do > I care about how well written it is, I'm just making the observation based > on my previous

[asterisk-users] Segmentation fault on Asterisk startup: res_config_mysql.so problem?

2006-09-23 Thread kjcsb
When Asterisk starts I get a Segmentation fault /usr/sbin/safe_asterisk: line 40: 30548 Segmentation fault (core dumped) asterisk ${CLIARGS} ${ASTARGS} >&/dev/${TTY} Asterisk ended with exit status 139 Asterisk exited on signal 11. If I remove /usr/lib/asterisk/modules/res_config_mysql.so

Re: [asterisk-users] Segmentation fault on Asterisk startup: res_config_mysql.so problem?

2006-09-24 Thread Michiel van Baak
On 16:04, Sun 24 Sep 06, kjcsb wrote: > When Asterisk starts I get a Segmentation fault > /usr/sbin/safe_asterisk: line 40: 30548 Segmentation fault (core > dumped) asterisk ${CLIARGS} ${ASTARGS} >&/dev/${TTY} Asterisk ended with exit status 139 > Asterisk exited on signal 11. > > If I remo