Re: [asterisk-users] How to generate core dump?

2009-03-04 Thread Klaus Darilion
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of RE Kushner List Account Sent: Monday, March 02, 2009 10:58 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] How to generate core dump? Danny Nicholas wrote: You could change your

Re: [asterisk-users] How to generate core dump?

2009-03-04 Thread Klaus Darilion
Mark Michelson schrieb: Ken D'Ambrosio wrote: Asterisk segfaulted on me the other day; how do I tell it to generate a core file so -- if it happens again -- I can attempt to debug? I looked in the obvious places in make menuconfig and didn't see anything appropriate. Thanks, -Ken

Re: [asterisk-users] How to generate core dump?

2009-03-04 Thread Tzafrir Cohen
On Wed, Mar 04, 2009 at 09:32:43AM +0100, Klaus Darilion wrote: Mark Michelson schrieb: Ken D'Ambrosio wrote: Asterisk segfaulted on me the other day; how do I tell it to generate a core file so -- if it happens again -- I can attempt to debug? I looked in the obvious places in make

Re: [asterisk-users] How to generate core dump?

2009-03-04 Thread OCG Technical Support
: [asterisk-users] How to generate core dump? On Wed, Mar 04, 2009 at 09:32:43AM +0100, Klaus Darilion wrote: Mark Michelson schrieb: Ken D'Ambrosio wrote: Asterisk segfaulted on me the other day; how do I tell it to generate a core file so -- if it happens again -- I can attempt to debug? I

[asterisk-users] How to generate core dump?

2009-03-02 Thread Ken D'Ambrosio
Asterisk segfaulted on me the other day; how do I tell it to generate a core file so -- if it happens again -- I can attempt to debug? I looked in the obvious places in make menuconfig and didn't see anything appropriate. Thanks, -Ken -- This message has been scanned for viruses and

Re: [asterisk-users] How to generate core dump?

2009-03-02 Thread Doug Lytle
Ken D'Ambrosio wrote: Asterisk segfaulted on me the other day; how do I tell it to generate a core file so -- if it happens again -- I can attempt to debug? I looked asterisk -help Doug -- Ben Franklin quote: Those who would give up Essential Liberty to purchase a little Temporary

Re: [asterisk-users] How to generate core dump?

2009-03-02 Thread Steve Edwards
On Mon, 2 Mar 2009, Ken D'Ambrosio wrote: Asterisk segfaulted on me the other day; how do I tell it to generate a core file so -- if it happens again -- I can attempt to debug? I looked in the obvious places in make menuconfig and didn't see anything appropriate. man asterisk, read about

Re: [asterisk-users] How to generate core dump?

2009-03-02 Thread Mark Michelson
Ken D'Ambrosio wrote: Asterisk segfaulted on me the other day; how do I tell it to generate a core file so -- if it happens again -- I can attempt to debug? I looked in the obvious places in make menuconfig and didn't see anything appropriate. Thanks, -Ken Run Asterisk with the -g

Re: [asterisk-users] How to generate core dump?

2009-03-02 Thread Danny Nicholas
...@lists.digium.com] On Behalf Of Steve Edwards Sent: Monday, March 02, 2009 9:08 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] How to generate core dump? On Mon, 2 Mar 2009, Ken D'Ambrosio wrote: Asterisk segfaulted on me the other day; how do I tell it to generate

Re: [asterisk-users] How to generate core dump?

2009-03-02 Thread Steven J. Douglas
Hi Ken, If you run ulimit -c on the command line and get a 0 output, then you need to run ulimit -c unlimited on the command line. -Steve Ken D'Ambrosio wrote: Asterisk segfaulted on me the other day; how do I tell it to generate a core file so -- if it happens again -- I can attempt to

Re: [asterisk-users] How to generate core dump?

2009-03-02 Thread RE Kushner List Account
Danny Nicholas wrote: You could change your asterisk command to asterisk -vvg, but this will eat your disk space if you have a large number of faults since each core.* file produced takes up 1-13 Mb. In the day and age where 500GB hard drives are $75 at Micro Center, hard drive space

Re: [asterisk-users] How to generate core dump?

2009-03-02 Thread Danny Nicholas
Discussion Subject: Re: [asterisk-users] How to generate core dump? Danny Nicholas wrote: You could change your asterisk command to asterisk -vvg, but this will eat your disk space if you have a large number of faults since each core.* file produced takes up 1-13 Mb. In the day and age

Re: [asterisk-users] How to generate core dump?

2009-03-02 Thread Eric Wieling, Asteria Solutions Group
Ken D'Ambrosio wrote: Asterisk segfaulted on me the other day; how do I tell it to generate a core file so -- if it happens again -- I can attempt to debug? I looked in the obvious places in make menuconfig and didn't see anything appropriate. There should be a file called something like

Re: [asterisk-users] How to generate core dump?

2009-03-02 Thread RE Kushner List Account
Danny Nicholas wrote: You would think this, but I've seen asterisk create 100 or more dumps in an hour of 10+Mb. Depending on Inode size, etc., this situation could push a system into a hurting capacity rather quickly. Also, many shops use older technology and compound this by RAID striping,