View previous topic :: View next topic |
Author |
Message |
dougmig33 at yahoo.com Guest
|
Posted: Tue Jun 03, 2008 11:43 am Post subject: [asterisk-users] Asterisk Seg faulting.... No core dump. |
|
|
I have a instance of Asterisk 1.2.14 that is being run from safe_asterisk.
Asterisk is seg faulting and NOT generating a core dump.
Why would that be? How can I make it dump core? Is there a setting in the safe_asterisk script that I am missing?
Thanks,
Doug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080603/6cd0300a/attachment.htm |
|
Back to top |
|
|
jsmith at digium.com Guest
|
Posted: Tue Jun 03, 2008 12:47 pm Post subject: [asterisk-users] Asterisk Seg faulting.... No core dump. |
|
|
On Tue, 2008-06-03 at 09:43 -0700, Douglas Garstang wrote:
Quote: | I have a instance of Asterisk 1.2.14 that is being run from
safe_asterisk.
Asterisk is seg faulting and NOT generating a core dump.
|
It's been a while since I did much with Asterisk 1.2, but here are some suggestions:
1) Try running "ulimit -c unlimited" before starting Asterisk
2) Make sure that safe_asterisk starts asterisk with the -g option (or
manually start asterisk with the -g option)
3) Check /tmp for the core dumps... The safe_asterisk script has placed
the core dumps there for as long as I can remember.
--
Jared Smith
Training Manager
Digium, Inc. |
|
Back to top |
|
|
dougmig33 at yahoo.com Guest
|
Posted: Tue Jun 03, 2008 2:05 pm Post subject: [asterisk-users] Asterisk Seg faulting.... No core dump. |
|
|
Hi Jared.
Check on 1,2 and 3. No seg fault still.
Doug.
----- Original Message ----
From: Jared Smith <jsmith at digium.com>
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com>
Sent: Tuesday, June 3, 2008 10:47:50 AM
Subject: Re: [asterisk-users] Asterisk Seg faulting.... No core dump.
On Tue, 2008-06-03 at 09:43 -0700, Douglas Garstang wrote:
Quote: | I have a instance of Asterisk 1.2.14 that is being run from
safe_asterisk.
Asterisk is seg faulting and NOT generating a core dump.
|
It's been a while since I did much with Asterisk 1.2, but here are some suggestions:
1) Try running "ulimit -c unlimited" before starting Asterisk
2) Make sure that safe_asterisk starts asterisk with the -g option (or
manually start asterisk with the -g option)
3) Check /tmp for the core dumps... The safe_asterisk script has placed
the core dumps there for as long as I can remember.
--
Jared Smith
Training Manager
Digium, Inc.
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080603/47d52601/attachment.htm |
|
Back to top |
|
|
stotaro at totarotechn... Guest
|
Posted: Tue Jun 03, 2008 2:13 pm Post subject: [asterisk-users] Asterisk Seg faulting.... No core dump. |
|
|
On Tue, Jun 3, 2008 at 1:47 PM, Jared Smith <jsmith at digium.com> wrote:
Quote: | On Tue, 2008-06-03 at 09:43 -0700, Douglas Garstang wrote:
Quote: | I have a instance of Asterisk 1.2.14 that is being run from
safe_asterisk.
Asterisk is seg faulting and NOT generating a core dump.
|
It's been a while since I did much with Asterisk 1.2, but here are some suggestions:
1) Try running "ulimit -c unlimited" before starting Asterisk
2) Make sure that safe_asterisk starts asterisk with the -g option (or
manually start asterisk with the -g option)
3) Check /tmp for the core dumps... The safe_asterisk script has placed
the core dumps there for as long as I can remember.
--
Jared Smith
Training Manager
Digium, Inc.
|
Try not using safe_asterisk. Start asterisk with "asterisk
-vvvvvvvvvvvvvvvvvvvvvvvgc" I love Vs.
Thanks,
Steve Totaro |
|
Back to top |
|
|
|