Re: [asterisk-users] Segmentation fault

2023-08-23 Thread Mark Murawski
* Saturday, August 19, 2023 11:04 PM *To:* asterisk-users@lists.digium.com *Subject:* Re: [asterisk-users] Segmentation fault Hi Federico, Segfaults are 100% not by design.  Typically if something seg faulted, either there is a logic bug or a component mismatch. The you should definitely be able t

Re: [asterisk-users] Segmentation fault

2023-08-20 Thread Federico
To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Segmentation fault Hi Federico, Segfaults are 100% not by design. Typically if something seg faulted, either there is a logic bug or a component mismatch. The you should definitely be able to use more than one connection (we use

Re: [asterisk-users] Segmentation fault

2023-08-19 Thread Mark Murawski
Hi Federico, Segfaults are 100% not by design.  Typically if something seg faulted, either there is a logic bug or a component mismatch. The you should definitely be able to use more than one connection (we use multiple connections with postgres odbc with no issue). If Asterisk segfaults

Re: [asterisk-users] Segmentation fault

2023-08-18 Thread Joshua C. Colp
On Wed, Aug 16, 2023 at 7:48 PM Federico wrote: > I tested this issue with version 13 and version 18. > > In res_odbc.conf, if I add a second, new data source like > > > > [asterisk] > > enabled=yes > > dsn=asterisk > > sanitysql => select 1 > > isolation => read_committed > > username=root > >

Re: [asterisk-users] Segmentation fault

2023-08-18 Thread John Harragin
>Setting "batch=yes" in your /etc/asterisk/cdr.conf file may fix this by moving the database interaction to separate threads away from the call. I can certainly try this, but I believe the maria-odbc-driver is what is running as a single thread. Its been a few months since I played with this, I

Re: [asterisk-users] Segmentation fault

2023-08-17 Thread C. Maj
On 8/17/23 12:44, John Harragin wrote: You should be able to define multiple data sources. However I'm having my own issues. I have my dialplan accessing one maria database which is hosted locally on the asterisk server then logging cdr with odbc adaptive which connects to maria on a remote

Re: [asterisk-users] Segmentation fault

2023-08-17 Thread John Harragin
You should be able to define multiple data sources. However I'm having my own issues. I have my dialplan accessing one maria database which is hosted locally on the asterisk server then logging cdr with odbc adaptive which connects to maria on a remote machine. This works fine except when the

[asterisk-users] Segmentation fault

2023-08-16 Thread Federico
I tested this issue with version 13 and version 18. In res_odbc.conf, if I add a second, new data source like [asterisk] enabled=yes dsn=asterisk sanitysql => select 1 isolation => read_committed username=root ;password= pre-connect => yes forcecommit => yes connect_timeout => 10

Re: [asterisk-users] Segmentation Fault Asterisk 13.7.0-rc2 (libmysqlclient?)

2016-01-19 Thread Matthew Murphy
com> on behalf of A J Stiles <asterisk_l...@earthshod.co.uk> Sent: Tuesday, January 19, 2016 7:38 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Segmentation Fault Asterisk 13.7.0-rc2 (libmysqlclient?) On Monday 18 Jan 2016, Matthew Murphy

Re: [asterisk-users] Segmentation Fault Asterisk 13.7.0-rc2 (libmysqlclient?)

2016-01-19 Thread A J Stiles
On Monday 18 Jan 2016, Matthew Murphy wrote: > Hi everyone, > > I am getting a segmentation fault (seems to occur randomly) using Asterisk > 13.7.0-rc2 with PJProject 2.4.5. It appears to be something that > libmysqlclient is complaining about when doing a query in > ps_endpoint_id_ips. We are

[asterisk-users] Segmentation Fault Asterisk 13.7.0-rc2 (libmysqlclient?)

2016-01-18 Thread Matthew Murphy
Hi everyone, I am getting a segmentation fault (seems to occur randomly) using Asterisk 13.7.0-rc2 with PJProject 2.4.5. It appears to be something that libmysqlclient is complaining about when doing a query in ps_endpoint_id_ips. We are using Asterisk Realtime. This also seems to occur in

[asterisk-users] Segmentation fault with 13.5.0 / PJSIP 2.4.5

2015-10-11 Thread Recursive
Dear colleagues, I just have experienced a segmentation fault with Asterisk 13.5.0 and PJSIP 2.4.5. Both of them have been compiled on a standard Debian Wheezy 64 bit. I did not apply any patch or alter the sources of Asterisk or PJSIP in any way. Before compiling and installing, I removed all

Re: [asterisk-users] Segmentation fault with 13.5.0 / PJSIP 2.4.5

2015-10-11 Thread Joshua Colp
Recursive wrote: Dear colleagues, I just have experienced a segmentation fault with Asterisk 13.5.0 and PJSIP 2.4.5. Both of them have been compiled on a standard Debian Wheezy 64 bit. I did not apply any patch or alter the sources of Asterisk or PJSIP in any way. Before compiling and

Re: [asterisk-users] Segmentation fault with 13.5.0 / PJSIP 2.4.5

2015-10-11 Thread Recursive
> > Information is on the wiki[1] which details how to get a backtrace from a > core dump which may be present. Otherwise it's unlikely that the problem can > be located without exact details for reproducing it. If you can get a > backtrace though you can file an issue on the issue tracker[2].

[asterisk-users] Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2

2013-01-10 Thread Jamie A. Stapleton
After upgrading from asterisk-10.5.0 to asterisk-11.1.2, I am getting a Segmentation fault. [root@localhost asterisk-11.1.2]# asterisk -vvc Asterisk 11.1.2, Copyright (C) 1999 - 2012 Digium, Inc. and others. Created by Mark Spencer marks...@digium.com Asterisk comes with ABSOLUTELY NO

Re: [asterisk-users] Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2

2013-01-10 Thread Tim Nelson
First thing to *ALWAYS* check is if you have any Asterisk version specific modules (Fax for Asterisk, G.729, etc). Ensure these are not loaded (noload in modules.conf, or simply move them out of the asterisk modules dir). Tim Nelson Systems/Network Support Rockbochs Inc. (218)727-4332 x105

Re: [asterisk-users] Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2

2013-01-10 Thread Leandro Dardini
I see asterisk is finding res_jabber.so not compiled for your asterisk version. As Tim just said, remove all the modules from /usr/lib/asterisk/modules and reinstall asterisk. [2013-01-10 14:20:10] WARNING[27062]: loader.c:804 inspect_module: Module 'res_jabber.so' was not compiled with the same

[asterisk-users] Segmentation Fault

2011-08-03 Thread Richard Zulu
Hey, I have installed Asterisk 1.8 on slackware 13.1, php, mysql and apache. I am later to install freepbx to help with reporting on VOIP activity. However, after installing asterisk, I am getting a segment fault. My log file shows this: darkstar kernel: asterisk[2660]: segfault at 81c4f

Re: [asterisk-users] Segmentation Fault

2011-08-03 Thread Paul Belanger
On 11-08-03 02:01 AM, Richard Zulu wrote: I have used gdb so that I can perform a backtrace however the program executes and exits without a stack thus not helpful. Any help is appreciated! https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace -- Paul Belanger Digium, Inc. |

Re: [asterisk-users] segmentation fault

2008-05-05 Thread Jeff Peeler
- Rilawich Ango [EMAIL PROTECTED] wrote: Segmentation fault occurs after executing the following cmd. Dial(SIP/[EMAIL PROTECTED]|35|Ttr) Is it a bug and how to fix it? Below is the core dump message converted by gdb. #0 0x068be1ad in realtime_peer (newpeername=0x1b37844

[asterisk-users] segmentation fault

2008-05-04 Thread Rilawich Ango
Segmentation fault occurs after executing the following cmd. Dial(SIP/[EMAIL PROTECTED]|35|Ttr) Is it a bug and how to fix it? Below is the core dump message converted by gdb. #0 0x068be1ad in realtime_peer (newpeername=0x1b37844 10.20.0.1, sin=0x0) at chan_sip.c:2547 #1 0x068becb3 in

[asterisk-users] Segmentation fault in app_voicemail (ODBC/PSQL problem)

2007-10-02 Thread stephen.hindmarch
I have been testing with asterisk 1.4.11 and have found a segmentation fault while using voicemail. It happens when I try to forward a voicemail. As soon as I press the option the server crashes. I ran asterisk up inside gdb and got the following stack trace

[asterisk-users] Segmentation fault

2007-05-16 Thread Adam Lovegrove
Asterisk is crashing about once a day with segmentation fault. This is the error.. /usr/sbin/safe_asterisk: line 111: 3482 Segmentation fault (core dumped) nice –n $PRIORITY ${ASTSBINDIR}/asterisk ${CLIARGS} ${ASTARGS} /dev/${TTY} /dev/${TTY} Asterisk ended with exit status 139 Asterisk

Re: [asterisk-users] Segmentation fault

2007-05-16 Thread Per Jessen
Adam Lovegrove wrote: Asterisk is crashing about once a day with segmentation fault. This is the error.. /usr/sbin/safe_asterisk: line 111: 3482 Segmentation fault (core dumped) nice –n $PRIORITY ${ASTSBINDIR}/asterisk ${CLIARGS} ${ASTARGS} /dev/${TTY} /dev/${TTY} Asterisk ended with

[asterisk-users] Segmentation Fault

2007-04-18 Thread Antonopoulos Angelos
Hello..I own a server running Slackware 10.2 with kernel 6.1.13 and I tried unsuccessfully to install recently Asterisk 1.4.0. I install all packages but when I execute the command asterisk -vc in order to start asterisk, I get a message Segmentation Fault and the debugging stops suddenly.

[asterisk-users] Segmentation fault issue

2006-10-13 Thread flavio
I to all, I've a segmentation fault while using asterisk relatime conf with mysql db. I've cretate sip_buddies and extensions tables into db and edit res_mysql.conf, extconf.conf without any issues. So when I start asterisk and my phone try to register using sip user configured in my db,

[asterisk-users] Segmentation fault asterisk realtime problem

2006-10-11 Thread flavio
Hi to all, I've a segmentation fault while using asterisk relatime conf with mysql db. I've cretate sip_buddies and extensions tables into db and edit res_mysql.conf, extconf.conf without any issues. So when I start asterisk and my phone try to register using sip user configured in my db,

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

2006-09-27 Thread kjcsb
Did you do a make make install for add-ons BEFORE doing so for asterisk? If so try asterisk first and when all is installed install add-ons. -- I tried a make clean make make install for asterisk and then for asterisk-addons but am still getting the segmentation fault on asterisk

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

2006-09-26 Thread kjcsb
Did you do a make make install for add-ons BEFORE doing so for asterisk? If so try asterisk first and when all is installed install add-ons. -- I tried a make clean make make install for asterisk and then for asterisk-addons but am still getting the segmentation fault on asterisk

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} /dev/${TTY} Asterisk ended with exit status 139 Asterisk exited on signal 11. If I

[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} /dev/${TTY} Asterisk ended with exit status 139 Asterisk exited on signal 11. If I remove

[Asterisk-Users] segmentation fault

2006-02-13 Thread Patrick Fortin
Hi Asterisk died this morning with this message safe_asterisk: line 83: 6828 Segmentation fault (core dumped) asterisk ${CLIARGS} ${ASTARGS} 1/dev/${TTY} /dev/${TTY} Any idea what is the problem ? here is a show channels before the crash SIP/131-f5ad (None)

Re: [Asterisk-Users] segmentation fault

2006-02-13 Thread Justin Tunney
On Mon, 13 Feb 2006 10:02:28 -0500, Patrick Fortin [EMAIL PROTECTED] wrote: Hi Asterisk died this morning with this message safe_asterisk: line 83: 6828 Segmentation fault (core dumped) asterisk ${CLIARGS} ${ASTARGS} 1/dev/${TTY} /dev/${TTY} Any idea what is the problem ? You

Re: [Asterisk-Users] segmentation fault

2006-02-13 Thread Sascha
I had the same problem when I did an SVN of the latest version of the 1.2 branch this past Friday (2/10) and re-made zaptel, libpri and asterisk. I don't if someone goofed when updating the supposed stable Asterisk 1.2 branch or what. But here's what I did to fix it... I'm using Asterisk at

[Asterisk-Users] Segmentation fault

2005-08-02 Thread Alainn
Hiya - I have compiled: zaptel-1.0.9.1 libpri-1.0.9 asterisk 1.0.9 asterisk-addons-1.0.9 all new, all make'd and installed... When I run asterisk, I get the following: Parsing /etc/asterisk/asterisk.conf Parsing /etc/asterisk/extconfig.conf Segmentation fault Any ideas what I have done

[Asterisk-Users] Segmentation fault

2005-02-20 Thread Julius Schwartzenberg
Hi, I'm trying to set up a fresh system for use with Asterisk. I've never installed or used Asterisk before, so I do not know much about it. I'm using Slackware Linux 10.1 and followed this guide: http://www.automated.it/guidetoasterisk.htm When I try to run asterisk though, at the point the

RE: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing}

2005-02-20 Thread Race Vanderdecken
Subject: [Asterisk-Users] Segmentation fault Hi, I'm trying to set up a fresh system for use with Asterisk. I've never installed or used Asterisk before, so I do not know much about it. I'm using Slackware Linux 10.1 and followed this guide: http://www.automated.it/guidetoasterisk.htm When I try

Re: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing}

2005-02-20 Thread Brian Capouch
Race Vanderdecken wrote: Good, then let me move on to the insults and ranting. 1. Why are you running on Slackware? Are you trying to prove a point or just enjoy being frustrated? Open Source is like Broad Spectrum Pesticide, it works but your results may vary and you may end up killing your

Re: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing}

2005-02-20 Thread Andrew Kohlsmith
On February 20, 2005 01:11 pm, Race Vanderdecken wrote: 1. Why are you running on Slackware? Are you trying to prove a point or just enjoy being frustrated? Open Source is like Broad Spectrum Pesticide, it works but your results may vary and you may end up killing your lawn. Got a problem

RE: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing}

2005-02-20 Thread Race Vanderdecken
20, 2005 1:26 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing} Race Vanderdecken wrote: Good, then let me move on to the insults and ranting. 1. Why are you running on Slackware? Are you trying

Re: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing}

2005-02-20 Thread Paul
Brian Capouch wrote: Race Vanderdecken wrote: Good, then let me move on to the insults and ranting. 1. Why are you running on Slackware? Are you trying to prove a point or just enjoy being frustrated? Open Source is like Broad Spectrum Pesticide, it works but your results may vary and you

RE: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing}

2005-02-20 Thread Race Vanderdecken
- Non-Commercial Discussion' Subject: Re: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing} On February 20, 2005 01:11 pm, Race Vanderdecken wrote: 1. Why are you running on Slackware? Are you trying to prove a point or just enjoy being frustrated? Open Source is like Broad

Re: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing}

2005-02-20 Thread Bruno Hertz
On Sun, 2005-02-20 at 13:51 -0500, Paul wrote: Or maybe a double fool because he also disrespected Debian GNU/Linux in his reply. *And* recommended Fedora, which makes it triple. I just dumped FC3 and replaced it with Debian because Fedora's kernels constantly gave me issues, e.g. with

RE: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing}

2005-02-20 Thread Jim Van Meggelen
Van Meggelen [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Kohlsmith Sent: Sunday, February 20, 2005 1:39 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [Asterisk-Users] Segmentation fault

Re: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing}

2005-02-20 Thread Julius Schwartzenberg
Thanks a lot for your message. Race Vanderdecken schreef: Ouch, Do you know how to use gdb, the Gnu Debugger? That will give you a clue as to where the segmentation fault is coming from. No, I once used it being instructed exactly by a developer to solve a problem in Dosemu, but I never did

Re: [Asterisk-Users] Segmentation fault {Writer given gnu-lashing}

2005-02-20 Thread Steven Critchfield
On Sun, 2005-02-20 at 22:59 +0100, Julius Schwartzenberg wrote: I'm using a pretty old system and I have good experiences with Slackware on other systems. Here are the specs of the system I'm using: IBM/Cyrix PR-200 (@150MHz), 64MB RAM, two HDs which are combined ~2GB. Here is your

Re: [Asterisk-Users] Segmentation Fault after Digitnetwork X100P install

2005-01-22 Thread Rich Adamson
Shouldn't you contact your vendor for support and not a different vendors support channel? As far I know, although Digium hosts the asterisk-users list and supports the Asterisk development, Asterisk is still a GPL open source project and asterisk-list is not a Digium support

Re: [Asterisk-Users] Segmentation Fault after Digitnetwork X100P install

2005-01-22 Thread Steven Critchfield
On Sat, 2005-01-22 at 04:38 -0600, Rich Adamson wrote: Shouldn't you contact your vendor for support and not a different vendors support channel? As far I know, although Digium hosts the asterisk-users list and supports the Asterisk development, Asterisk is still a GPL open

Re: [Asterisk-Users] Segmentation Fault after Digitnetwork X100Pinstall

2005-01-22 Thread Henry Devito
- Original Message - From: Steven Critchfield [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Saturday, January 22, 2005 4:54 AM Subject: Re: [Asterisk-Users] Segmentation Fault after Digitnetwork X100Pinstall On Sat

Re: [Asterisk-Users] Segmentation Fault after Digitnetwork X100P install

2005-01-21 Thread Asterisk List
On Thu, 20 Jan 2005 22:41:08 -0600, Steven Critchfield [EMAIL PROTECTED] wrote: Shouldn't you contact your vendor for support and not a different vendors support channel? As far I know, although Digium hosts the asterisk-users list and supports the Asterisk development, Asterisk is still a

Re: [Asterisk-Users] Segmentation Fault after Digitnetwork X100P install

2005-01-21 Thread Steven Critchfield
On Fri, 2005-01-21 at 09:55 -0800, Asterisk List wrote: On Thu, 20 Jan 2005 22:41:08 -0600, Steven Critchfield [EMAIL PROTECTED] wrote: Shouldn't you contact your vendor for support and not a different vendors support channel? As far I know, although Digium hosts the asterisk-users

[Asterisk-Users] Segmentation Fault after Digitnetwork X100P install

2005-01-20 Thread Dave Green
I've just installed a Digitnetworks X100P clone in my * server and run the install script for the voicepet-single-x100p tarball. The install appeared to run OK with modprobe wcfxo successful and the ztcfg reporting Channel 01: FXS Kewlstart (Default) (Slaves: 01). When I try to start * though

Re: [Asterisk-Users] Segmentation Fault after Digitnetwork X100P install

2005-01-20 Thread Henry Devito
[EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Thursday, January 20, 2005 9:57 PM Subject: [Asterisk-Users] Segmentation Fault after Digitnetwork X100P install I've just installed a Digitnetworks X100P clone in my * server and run

Re: [Asterisk-Users] Segmentation Fault after Digitnetwork X100P install

2005-01-20 Thread Dave Green
Henry Devito wrote: Just download 1.0.3, don't use the voicepet scripts. they are versions 0.7 and 0.9 of *. If it is a true clone from digit networks it will work fine with 1.0.3. I just set up 3 different machines with the cards from digit networks. Henry Yes, thanks for that. After

Re: [Asterisk-Users] Segmentation Fault after Digitnetwork X100Pinstall

2005-01-20 Thread Paul Fielding
, Dave). regards, Paul - Original Message - From: Steven Critchfield [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Thursday, January 20, 2005 9:41 PM Subject: Re: [Asterisk-Users] Segmentation Fault after Digitnetwork

[Asterisk-Users] Segmentation fault

2005-01-10 Thread Humberto Aicardi
Hi, I have just got to the office and now * is giving me the following error: -- Executing Macro(SIP/204-df20, dial|CAPI/111222:b130) in new stack -- Executing DBput(SIP/204-df20, RepeatDial/204=130) in new stack -- DBput: family=RepeatDial, key=204, value=130 --

[Asterisk-Users] Segmentation Fault Problem

2004-12-31 Thread Charles D'Englere
Hi, What do you think that the problem might be if a program has a segmentation fault at the same library call? The library call is from libpthread.so.0 and the call itself is pthread_mutex_locl ( ). I have enclosed the core dump information below. The program comes up and then does the

[Asterisk-Users] Segmentation Fault (core dumped)

2004-12-31 Thread Adnan Ahmed
i am facing unusual and wiered error in asterisk using Realtime MYSQL driver . Asterisk runs well and smoothly with absoulutely no error or warning but everytime i power-on my sip-phone ,booting, initializes and then asterisk suddenly quit with the error. _*Segmentation Fault (core

[Asterisk-Users] Segmentation fault on SIP inbound

2004-11-09 Thread Sir Peter Krassmann
Hi, I can dial out with SIP, but any inbound call causes a segmentation fault. Before recompiling asterisk, the segfault was preceded by a Ouch.. cannot write to audio file error message. Here are my settings/logs. Any help is greatly appreciated... [sipgate] type=friend username=#myUSERID#

[Asterisk-Users] Segmentation Fault TDM22B TDM04B

2004-09-21 Thread Carlos Medina
Hi all, i have installed two digium cards on my asterisk box a TDM04B TDM22B. The channels are configured as show below: Channel map: Channel 01: FXO Kewlstart (Default) (Slaves: 01)Channel 02: FXO Kewlstart (Default) (Slaves: 02)Channel 03: FXS Kewlstart (Default) (Slaves: 03)Channel 04: FXS

[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

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 info registers

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

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 codecs

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, exit status 139, ...

2004-04-05 Thread Bernie Hoeneisen
Hi! I am running an * 0.7.2 on an X86 debian stable 2.4.25 (with backports.org). The HW I am using is Digium's E100P on an HP DL 380. Quite often it crashes, e.g. after a call has finished. Below some logs form the * Console as well as from the /var/log/asterisk/messages (Replaced some stuff

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 23 September 2003 19:04, jerk face wrote: I keep getting segmentation faults when I do a reload. Do what Critchfield and Pycko told you to do, but I'm betting you're using chan_h323 with a gatekeeper (it's a known bug I think). That's

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread jerk face
Ok, here is the real gdb output. This GDB was configured as i586-mandrake-linux-gnu... Core was generated by `asterisk'. Program terminated with signal 11, Segmentation fault. ... ... ... Loaded symbols for /usr/lib/asterisk/modules/cdr_csv.so Reading symbols from

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread Patrick
On Wed, 2003-09-24 at 15:41, jerk face wrote: Ok, here is the real gdb output. This GDB was configured as i586-mandrake-linux-gnu... Core was generated by `asterisk'. Program terminated with signal 11, Segmentation fault. ... ... ... Loaded symbols for

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread Steven Critchfield
On Wed, 2003-09-24 at 08:41, jerk face wrote: Ok, here is the real gdb output. This GDB was configured as i586-mandrake-linux-gnu... Core was generated by `asterisk'. Program terminated with signal 11, Segmentation fault. ... ... ... Loaded symbols for

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread jerk face
I am running Mandrake 9.1 if that makes a difference. --- Patrick [EMAIL PROTECTED] wrote: On Wed, 2003-09-24 at 15:41, jerk face wrote: Ok, here is the real gdb output. This GDB was configured as i586-mandrake-linux-gnu... Core was generated by `asterisk'. Program terminated with

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread jerk face
Sorry about that: bt gives the following output: #0 0x401519fc in mallopt () from /lib/i686/libc.so.6 #1 0x40150c61 in malloc () from /lib/i686/libc.so.6 #2 0x40157dd0 in strdup () from /lib/i686/libc.so.6 #3 0x0805603b in cfg_process (tmp=0x80ea890, _tmpc=0x47a6a26c, _last=0x47a6a270,

[Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-23 Thread jerk face
I keep getting segmentation faults when I do a reload. Here are the core file outputs from gdb: (I have three of them and they produce the same output) (gdb) core core.6044 Core was generated by `asterisk'. Program terminated with signal 11, Segmentation fault. #0 0x401519fc in ?? () I have

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-23 Thread Martin Pycko
gdb /usr/src/asterisk core.6044 then 'bt' Martin On Tue, 23 Sep 2003, jerk face wrote: I keep getting segmentation faults when I do a reload. Here are the core file outputs from gdb: (I have three of them and they produce the same output) (gdb) core core.6044 Core was generated by

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-23 Thread Martin Pycko
actually gdb /usr/sbin/asterisk core.6044, sorry On Tue, 23 Sep 2003, jerk face wrote: I keep getting segmentation faults when I do a reload. Here are the core file outputs from gdb: (I have three of them and they produce the same output) (gdb) core core.6044 Core was generated by

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-23 Thread Steven Critchfield
On Tue, 2003-09-23 at 12:04, jerk face wrote: I keep getting segmentation faults when I do a reload. Here are the core file outputs from gdb: (I have three of them and they produce the same output) (gdb) core core.6044 you need to run gdb like follows gdb core.6044 `which asterisk` This

RE: [Asterisk-Users] Segmentation fault due to SIP registration NUMBER 2

2003-09-14 Thread Senad Jordanovic
]' Subject: RE: [Asterisk-Users] Segmentation fault due to SIP registration NUMBER 2 Hello, Don't know if this is related but I just got a segmentation fault today while trying to register my new SNOM200 phone: *CLI *CLI NOTICE[1125329600]: File chan_sip.c, Line 4713 (handle_request

[Asterisk-Users] Segmentation fault due to SIP registration NUMBER 2

2003-09-11 Thread Senad Jordanovic
I am really desperate to have any help on this problem below as it prevents us from making any further progress. Is there anyone out there who can help? Thanks Senad - Hi, Allowing registration to iconnect by using

RE: [Asterisk-Users] Segmentation fault due to SIP registration NUMBER 2

2003-09-11 Thread tim.mcqueen
of sip.conf. Also, are you using the latest CVS release of *? -Original Message- From: Senad Jordanovic [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Segmentation fault due to SIP registration NUMBER 2 I am really

RE: [Asterisk-Users] Segmentation fault due to SIP registration NUMBER 2

2003-09-11 Thread Senad Jordanovic
with no major problems. Any other suggestions? Senad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 11 September 2003 20:14 To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] Segmentation fault due to SIP registration NUMBER 2 I

RE: [Asterisk-Users] Segmentation fault due to SIP registration NUMBER 2

2003-09-11 Thread tim.mcqueen
-Users] Segmentation fault due to SIP registration NUMBER 2 Tim, thanks for your answer. I tried, all of the options you suggested, and still the same... * hangs. It is interesting that it does the same think, when it tries to register my FWD account and there are no problems with registering IAX

RE: [Asterisk-Users] Segmentation fault due to SIP registration N UMBER 2

2003-09-11 Thread mattf
have possibly just configured the Snom incorrectly to cause this? Thanks, MATT--- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 4:01 PM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] Segmentation fault due to SIP

[Asterisk-Users] Segmentation fault due to SIP registration

2003-09-10 Thread Senad Jordanovic
Hi, Allowing registration to iconnect by using register = XXX in sip.conf file does not start *, but instead produces segmentation fault and * hangs. Commenting out register = allows * to start with no problems. Anyone know why is this happening?

Re: [Asterisk-Users] segmentation fault with asterisk and OH323

2003-08-04 Thread Rattana BIV
It's OK. I change my oh323.conf file and I don't have segmantation fault anymore. Thanks Rattana - Original Message - From: Rattana BIV [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 01, 2003 3:42 PM Subject: Re: [Asterisk-Users] segmentation fault with asterisk and OH323

[Asterisk-Users] Segmentation fault

2003-08-04 Thread jorge
When i make a call from x100p to quicknet -- Executing Dial(Zap/1-1, Phone/phone0|5) in new stack Segmentation fault extension file [quicknet] exten =3D _1XX,1,Dial(Zap/0/${EXTEN}) phone file [interfaces] mode=3Ddialtone format=3Dslinear echocancel=3Dmedium context=3Dquicknet device =3D

[Asterisk-Users] segmentation fault with asterisk and OH323

2003-08-01 Thread Rattana BIV
Hi, I got a segmantation fault When I call to computer (h323) from phone. I use asterisk-oh323 0.5.4 and chan_capi.0.2.2 drivers. Someone know where the problem ? Regards Rattana

Re: [Asterisk-Users] segmentation fault with asterisk and OH323

2003-08-01 Thread Michael Manousos
Rattana BIV wrote: Hi, I got a segmantation fault When I call to computer (h323) from phone. I use asterisk-oh323 0.5.4 and chan_capi.0.2.2 drivers. More info (config files, screen log, backtrace of core file) is needed. Someone know where the problem ? Regards Rattana Michael.

Re: [Asterisk-Users] segmentation fault with asterisk and OH323

2003-08-01 Thread Rattana BIV
? (you can see my oh323.conf in attach file) Rattana - Original Message - From: Michael Manousos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 01, 2003 3:07 PM Subject: Re: [Asterisk-Users] segmentation fault with asterisk and OH323 Rattana BIV wrote: Hi, I got

RE: [Asterisk-Users] Segmentation fault with chan_oh323

2003-07-17 Thread Arun Kumar Sharma, Noida
: Mark Thompson [mailto:[EMAIL PROTECTED] Sent: 17 July 2003 13:07 To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] Segmentation fault with chan_oh323 This also happened to me when I was using the same codec with both oh323 and SIP, if I forced it to alaw on oh323 and ulaw on SIP the connection

Re: [Asterisk-Users] Segmentation fault with chan_oh323

2003-07-17 Thread Michael Manousos
Michael Ulitskiy wrote: Hi, I'm trying to interconnect sip and h323 endpoints using asterisk and asterisk crashes with segmentation fault whenever h323 connection needs to be established. It registers with gatekeeper ok though. Here are the symptoms. If the call initiated by SIP device, asterisk

Re: [Asterisk-Users] Segmentation fault with chan_oh323

2003-07-17 Thread Michael Ulitskiy
of pwlib and openh323. Mark -Original Message- From: Michael Ulitskiy [mailto:[EMAIL PROTECTED] Sent: 16 July 2003 23:44 To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Segmentation fault with chan_oh323 Hi, I'm trying to interconnect sip and h323 endpoints using asterisk

[Asterisk-Users] Segmentation fault with chan_oh323

2003-07-16 Thread Michael Ulitskiy
Hi, I'm trying to interconnect sip and h323 endpoints using asterisk and asterisk crashes with segmentation fault whenever h323 connection needs to be established. It registers with gatekeeper ok though. Here are the symptoms. If the call initiated by SIP device, asterisk replies to it Trying

Re: [Asterisk-Users] Segmentation fault on reload

2003-06-14 Thread Mark Spencer
Can you run with valgrind instead so we can find the true source? install asterisk with make valgrind and then run: valgrind --attach-gdb=yes ./asterisk -vvvg and then asterisk -rx reload and see where it tries to make you attach. Talk to Martin for more info ([EMAIL PROTECTED]) next week if

[Asterisk-Users] Segmentation fault on reload

2003-06-12 Thread Derek Beaumont
Whenever I issue the reload command, asterisk crashes. Below is the output I get from (gdb) bt Any help is appreciated. *** *CLI reload == Parsing '/etc/asterisk/manager.conf': Found == Parsing

Re: [Asterisk-Users] Segmentation fault on reload

2003-06-12 Thread Martin Pycko
Check the line 118 of extensions.conf ??? Martin On Thu, 12 Jun 2003, Derek Beaumont wrote: Whenever I issue the reload command, asterisk crashes. Below is the output I get from (gdb) bt Any help is appreciated. *** *CLI

[Asterisk-Users] segmentation fault

2003-04-02 Thread Alex Zarubin
Title: segmentation fault Configuration: Linux wpbx 2.4.9-13 #1 Tue Oct 30 20:11:04 EST 2001 i686 unknown P4 2.5 GHz, 1 GB RAM T400P with 3 T1s plugged in. A flow of 46 calls (spread out over 3 T1s). Each call gets transferred (Dial) to the SIP platform and stays for 5 min. Case 1. Asterisk

Re: [Asterisk-Users] segmentation fault

2003-04-02 Thread Martin Pycko
asterisk -vvvcg (use g option to generate the coredump file) than gdb asterisk core.pid bt Also you might send a log of pri intense debug span number regards Martin On Wed, 2 Apr 2003, Alex Zarubin wrote: Configuration: Linux wpbx 2.4.9-13 #1 Tue Oct 30 20:11:04 EST 2001 i686 unknown P4 2.5

RE: [Asterisk-Users] segmentation fault

2003-04-02 Thread Alex Zarubin
Title: RE: [Asterisk-Users] segmentation fault OK, here it is. On a flow of shorter calls it lasted about an hour. [EMAIL PROTECTED] asterisk]# gdb asterisk core.12348 GNU gdb Red Hat Linux 7.x (5.0rh-15) (MI_OUT) Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered

  1   2   >